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 Summary
Fields Modifier and Type Field Description protected List<FieldIntroConfig>fieldprotected List<MethodIntroConfig>methodprotected Stringnameprotected XmlAccessorTypeIntroxmlAccessorTypeprotected XmlJavaTypeAdapterIntroxmlJavaTypeAdapterprotected XmlRootElementIntroxmlRootElementprotected XmlTransientIntroxmlTransientprotected XmlTypeIntroxmlType
-
Constructor Summary
Constructors Constructor Description ClassIntroConfig()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<FieldIntroConfig>getField()Gets the value of the field property.List<MethodIntroConfig>getMethod()Gets the value of the method property.StringgetName()Gets the value of the name property.XmlAccessorTypeIntrogetXmlAccessorType()Gets the value of the xmlAccessorType property.XmlJavaTypeAdapterIntrogetXmlJavaTypeAdapter()Gets the value of the xmlJavaTypeAdapter property.XmlRootElementIntrogetXmlRootElement()Gets the value of the xmlRootElement property.XmlTransientIntrogetXmlTransient()Gets the value of the xmlTransient property.XmlTypeIntrogetXmlType()Gets the value of the xmlType property.voidsetName(String value)Sets the value of the name property.voidsetXmlAccessorType(XmlAccessorTypeIntro value)Sets the value of the xmlAccessorType property.voidsetXmlJavaTypeAdapter(XmlJavaTypeAdapterIntro value)Sets the value of the xmlJavaTypeAdapter property.voidsetXmlRootElement(XmlRootElementIntro value)Sets 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 Detail
-
xmlAccessorType
protected XmlAccessorTypeIntro xmlAccessorType
-
xmlType
protected XmlTypeIntro xmlType
-
xmlRootElement
protected XmlRootElementIntro xmlRootElement
-
xmlTransient
protected XmlTransientIntro xmlTransient
-
xmlJavaTypeAdapter
protected XmlJavaTypeAdapterIntro xmlJavaTypeAdapter
-
field
protected List<FieldIntroConfig> field
-
method
protected List<MethodIntroConfig> method
-
name
protected String name
-
-
Method Detail
-
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 isXmlAccessorTypeIntro
-
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 isXmlTypeIntro
-
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 isXmlRootElementIntro
-
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 isXmlTransientIntro
-
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 isXmlJavaTypeAdapterIntro
-
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
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
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
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
public String getName()
Gets the value of the name property.- Returns:
- possible object is
String
-
-