Class ClassMemberIntroConfig

  • Direct Known Subclasses:
    FieldIntroConfig, MethodIntroConfig

    public class ClassMemberIntroConfig
    extends Object
    Java Class Member (Field, Method Constructor) JAXB Annotation Introductions configuration base type.

    Java class for class-member-intro-config complex type.

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

     
     <complexType name="class-member-intro-config">
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <sequence>
             <element ref="{http://www.jboss.org/xsd/jaxb/intros}XmlElement" minOccurs="0"/>
             <element ref="{http://www.jboss.org/xsd/jaxb/intros}XmlAttribute" minOccurs="0"/>
             <element ref="{http://www.jboss.org/xsd/jaxb/intros}XmlTransient" minOccurs="0"/>
             <element ref="{http://www.jboss.org/xsd/jaxb/intros}XmlID" minOccurs="0"/>
             <element ref="{http://www.jboss.org/xsd/jaxb/intros}XmlIDREF" minOccurs="0"/>
             <element ref="{http://www.jboss.org/xsd/jaxb/intros}XmlElementWrapper" minOccurs="0"/>
             <element ref="{http://www.jboss.org/xsd/jaxb/intros}XmlJavaTypeAdapter" minOccurs="0"/>
           </sequence>
           <attribute name="name" use="required" type="{http://www.w3.org/2001/XMLSchema}anySimpleType" />
         </restriction>
       </complexContent>
     </complexType>
     
     }