Class ClassIntroConfig

java.lang.Object
org.jboss.jaxb.intros.configmodel.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>
 
 }
  • Field Details

  • Constructor Details

    • ClassIntroConfig

      public ClassIntroConfig()
  • Method Details

    • getXmlAccessorType

      public XmlAccessorTypeIntro getXmlAccessorType()
      Gets the value of the xmlAccessorType property.
      Returns:
      possible object is XmlAccessorTypeIntro
    • setXmlAccessorType

      public void setXmlAccessorType(XmlAccessorTypeIntro value)
      Sets the value of the xmlAccessorType property.
      Parameters:
      value - allowed object is XmlAccessorTypeIntro
    • 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
    • getXmlRootElement

      public XmlRootElementIntro getXmlRootElement()
      Gets the value of the xmlRootElement property.
      Returns:
      possible object is XmlRootElementIntro
    • setXmlRootElement

      public void setXmlRootElement(XmlRootElementIntro value)
      Sets the value of the xmlRootElement property.
      Parameters:
      value - allowed object is XmlRootElementIntro
    • getXmlTransient

      public XmlTransientIntro getXmlTransient()
      Gets the value of the xmlTransient property.
      Returns:
      possible object is XmlTransientIntro
    • setXmlTransient

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

      public XmlJavaTypeAdapterIntro getXmlJavaTypeAdapter()
      Gets the value of the xmlJavaTypeAdapter property.
      Returns:
      possible object is XmlJavaTypeAdapterIntro
    • setXmlJavaTypeAdapter

      public void setXmlJavaTypeAdapter(XmlJavaTypeAdapterIntro value)
      Sets the value of the xmlJavaTypeAdapter property.
      Parameters:
      value - allowed object is XmlJavaTypeAdapterIntro
    • 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