Class ClassIntroConfig
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 Summary
FieldsModifier and TypeFieldDescriptionprotected List<FieldIntroConfig>protected List<MethodIntroConfig>protected Stringprotected XmlAccessorTypeIntroprotected XmlJavaTypeAdapterIntroprotected XmlRootElementIntroprotected XmlTransientIntroprotected XmlTypeIntro -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetField()Gets the value of the field property.Gets the value of the method property.getName()Gets the value of the name property.Gets the value of the xmlAccessorType property.Gets the value of the xmlJavaTypeAdapter property.Gets the value of the xmlRootElement property.Gets the value of the xmlTransient property.Gets the value of the xmlType property.voidSets the value of the name property.voidSets the value of the xmlAccessorType property.voidSets the value of the xmlJavaTypeAdapter property.voidSets the value of the xmlRootElement property.voidsetXmlTransient(XmlTransientIntro value) Sets the value of the xmlTransient property.voidsetXmlType(XmlTypeIntro value) Sets the value of the xmlType property.
-
Field Details
-
xmlAccessorType
-
xmlType
-
xmlRootElement
-
xmlTransient
-
xmlJavaTypeAdapter
-
field
-
method
-
name
-
-
Constructor Details
-
ClassIntroConfig
public ClassIntroConfig()
-
-
Method Details
-
getXmlAccessorType
Gets the value of the xmlAccessorType property.- Returns:
- possible object is
XmlAccessorTypeIntro
-
setXmlAccessorType
Sets the value of the xmlAccessorType property.- Parameters:
value- allowed object isXmlAccessorTypeIntro
-
getXmlType
Gets the value of the xmlType property.- Returns:
- possible object is
XmlTypeIntro
-
setXmlType
Sets the value of the xmlType property.- Parameters:
value- allowed object isXmlTypeIntro
-
getXmlRootElement
Gets the value of the xmlRootElement property.- Returns:
- possible object is
XmlRootElementIntro
-
setXmlRootElement
Sets the value of the xmlRootElement property.- Parameters:
value- allowed object isXmlRootElementIntro
-
getXmlTransient
Gets the value of the xmlTransient property.- Returns:
- possible object is
XmlTransientIntro
-
setXmlTransient
Sets the value of the xmlTransient property.- Parameters:
value- allowed object isXmlTransientIntro
-
getXmlJavaTypeAdapter
Gets the value of the xmlJavaTypeAdapter property.- Returns:
- possible object is
XmlJavaTypeAdapterIntro
-
setXmlJavaTypeAdapter
Sets the value of the xmlJavaTypeAdapter property.- Parameters:
value- allowed object isXmlJavaTypeAdapterIntro
-
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
setmethod 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
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
setmethod 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
Gets the value of the name property.- Returns:
- possible object is
String
-
setName
Sets the value of the name property.- Parameters:
value- allowed object isString
-