Class TagFile


  • public class TagFile
    extends Object
    web-jsptaglibrary_2_1.xsd

    Java class for tagFileType complex type.

    The following schema fragment specifies the expected content contained within this class.

     <complexType name="tagFileType">
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <sequence>
             <group ref="{http://java.sun.com/xml/ns/javaee}descriptionGroup"/>
             <element name="name" type="{http://java.sun.com/xml/ns/javaee}tld-canonical-nameType"/>
             <element name="path" type="{http://java.sun.com/xml/ns/javaee}pathType"/>
             <element name="example" type="{http://java.sun.com/xml/ns/javaee}xsdStringType" minOccurs="0"/>
             <element name="tag-extension" type="{http://java.sun.com/xml/ns/javaee}tld-extensionType" maxOccurs="unbounded" minOccurs="0"/>
           </sequence>
           <attribute name="id" type="{http://www.w3.org/2001/XMLSchema}ID" />
         </restriction>
       </complexContent>
     </complexType>
     
    • Constructor Detail

      • TagFile

        public TagFile()
    • Method Detail

      • getDescriptions

        public Text[] getDescriptions()
      • setDescriptions

        public void setDescriptions​(Text[] text)
      • getDescription

        public String getDescription()
      • getDisplayNames

        public Text[] getDisplayNames()
      • setDisplayNames

        public void setDisplayNames​(Text[] text)
      • getDisplayName

        public String getDisplayName()
      • getIcon

        public Icon getIcon()
      • getName

        public String getName()
      • setName

        public void setName​(String value)
      • getPath

        public String getPath()
      • setPath

        public void setPath​(String value)
      • getExample

        public String getExample()
      • setExample

        public void setExample​(String value)
      • getId

        public String getId()
      • setId

        public void setId​(String value)