Class TldAttribute


  • public class TldAttribute
    extends Object
    web-jsptaglibrary_2_1.xsd

    Java class for tld-attributeType complex type.

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

     <complexType name="tld-attributeType">
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <sequence>
             <element name="description" type="{http://java.sun.com/xml/ns/javaee}descriptionType" maxOccurs="unbounded" minOccurs="0"/>
             <element name="name" type="{http://java.sun.com/xml/ns/javaee}java-identifierType"/>
             <element name="required" type="{http://java.sun.com/xml/ns/javaee}generic-booleanType" minOccurs="0"/>
             <choice>
               <sequence>
                 <sequence minOccurs="0">
                   <element name="rtexprvalue" type="{http://java.sun.com/xml/ns/javaee}generic-booleanType"/>
                   <element name="type" type="{http://java.sun.com/xml/ns/javaee}fully-qualified-classType" minOccurs="0"/>
                 </sequence>
                 <choice>
                   <element name="deferred-value" type="{http://java.sun.com/xml/ns/javaee}tld-deferred-valueType" minOccurs="0"/>
                   <element name="deferred-method" type="{http://java.sun.com/xml/ns/javaee}tld-deferred-methodType" minOccurs="0"/>
                 </choice>
               </sequence>
               <element name="fragment" type="{http://java.sun.com/xml/ns/javaee}generic-booleanType" minOccurs="0"/>
             </choice>
           </sequence>
           <attribute name="id" type="{http://www.w3.org/2001/XMLSchema}ID" />
         </restriction>
       </complexContent>
     </complexType>
     
    • Constructor Detail

      • TldAttribute

        public TldAttribute()
    • Method Detail

      • getDescriptions

        public Text[] getDescriptions()
      • setDescriptions

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

        public String getDescription()
      • getName

        public String getName()
      • setName

        public void setName​(String value)
      • getRequired

        public String getRequired()
      • setRequired

        public void setRequired​(String value)
      • getRtexprvalue

        public String getRtexprvalue()
      • setRtexprvalue

        public void setRtexprvalue​(String value)
      • getType

        public String getType()
      • setType

        public void setType​(String value)
      • getFragment

        public String getFragment()
      • setFragment

        public void setFragment​(String value)
      • getId

        public String getId()
      • setId

        public void setId​(String value)