Class ClassIntroConfig


  • public class ClassIntroConfig
    extends Object

    Java class for Class complex type.

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

     
    
     <complexType name="Class">
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <sequence>
             <element ref="{http://www.jboss.org/xsd/jaxb/intros}XmlAccessorType" minOccurs="0"/>
             <element ref="{http://www.jboss.org/xsd/jaxb/intros}XmlType" minOccurs="0"/>
             <element ref="{http://www.jboss.org/xsd/jaxb/intros}XmlRootElement" minOccurs="0"/>
             <element ref="{http://www.jboss.org/xsd/jaxb/intros}XmlTransient" minOccurs="0"/>
             <element ref="{http://www.jboss.org/xsd/jaxb/intros}XmlJavaTypeAdapter" minOccurs="0"/>
             <element ref="{http://www.jboss.org/xsd/jaxb/intros}Field" maxOccurs="unbounded" minOccurs="0"/>
             <element ref="{http://www.jboss.org/xsd/jaxb/intros}Method" maxOccurs="unbounded" minOccurs="0"/>
           </sequence>
           <attribute name="name" use="required" type="{http://www.w3.org/2001/XMLSchema}anySimpleType" />
         </restriction>
       </complexContent>
     </complexType>
     
     }
    
    • Constructor Detail

      • ClassIntroConfig

        public ClassIntroConfig()
    • Method Detail

      • getXmlType

        public XmlTypeIntro getXmlType()
        Gets the value of the xmlType property.
        Returns:
        possible object is XmlTypeIntro
      • setXmlType

        public void setXmlType​(XmlTypeIntro value)
        Sets the value of the xmlType property.
        Parameters:
        value - allowed object is XmlTypeIntro
      • setXmlTransient

        public void setXmlTransient​(XmlTransientIntro value)
        Sets the value of the xmlTransient property.
        Parameters:
        value - allowed object is XmlTransientIntro
      • getField

        public List<FieldIntroConfig> getField()
        Gets the value of the field property.

        This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the field property.

        For example, to add a new item, do as follows:

         
            getField().add(newItem);
         
        

        Objects of the following type(s) are allowed in the list FieldIntroConfig

      • getMethod

        public List<MethodIntroConfig> getMethod()
        Gets the value of the method property.

        This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the method property.

        For example, to add a new item, do as follows:

         
            getMethod().add(newItem);
         
        

        Objects of the following type(s) are allowed in the list MethodIntroConfig

      • getName

        public String getName()
        Gets the value of the name property.
        Returns:
        possible object is String
      • setName

        public void setName​(String value)
        Sets the value of the name property.
        Parameters:
        value - allowed object is String