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>
Modifier and Type | Field and Description |
---|---|
protected List<FieldIntroConfig> |
field |
protected List<MethodIntroConfig> |
method |
protected String |
name |
protected XmlAccessorTypeIntro |
xmlAccessorType |
protected XmlJavaTypeAdapterIntro |
xmlJavaTypeAdapter |
protected XmlRootElementIntro |
xmlRootElement |
protected XmlTransientIntro |
xmlTransient |
protected XmlTypeIntro |
xmlType |
Constructor and Description |
---|
ClassIntroConfig() |
Modifier and Type | Method and Description |
---|---|
List<FieldIntroConfig> |
getField()
Gets the value of the field property.
|
List<MethodIntroConfig> |
getMethod()
Gets the value of the method property.
|
String |
getName()
Gets the value of the name property.
|
XmlAccessorTypeIntro |
getXmlAccessorType()
Gets the value of the xmlAccessorType property.
|
XmlJavaTypeAdapterIntro |
getXmlJavaTypeAdapter()
Gets the value of the xmlJavaTypeAdapter property.
|
XmlRootElementIntro |
getXmlRootElement()
Gets the value of the xmlRootElement property.
|
XmlTransientIntro |
getXmlTransient()
Gets the value of the xmlTransient property.
|
XmlTypeIntro |
getXmlType()
Gets the value of the xmlType property.
|
void |
setName(String value)
Sets the value of the name property.
|
void |
setXmlAccessorType(XmlAccessorTypeIntro value)
Sets the value of the xmlAccessorType property.
|
void |
setXmlJavaTypeAdapter(XmlJavaTypeAdapterIntro value)
Sets the value of the xmlJavaTypeAdapter property.
|
void |
setXmlRootElement(XmlRootElementIntro value)
Sets the value of the xmlRootElement property.
|
void |
setXmlTransient(XmlTransientIntro value)
Sets the value of the xmlTransient property.
|
void |
setXmlType(XmlTypeIntro value)
Sets the value of the xmlType property.
|
protected XmlAccessorTypeIntro xmlAccessorType
protected XmlTypeIntro xmlType
protected XmlRootElementIntro xmlRootElement
protected XmlTransientIntro xmlTransient
protected XmlJavaTypeAdapterIntro xmlJavaTypeAdapter
protected List<FieldIntroConfig> field
protected List<MethodIntroConfig> method
protected String name
public XmlAccessorTypeIntro getXmlAccessorType()
XmlAccessorTypeIntro
public void setXmlAccessorType(XmlAccessorTypeIntro value)
value
- allowed object is
XmlAccessorTypeIntro
public XmlTypeIntro getXmlType()
XmlTypeIntro
public void setXmlType(XmlTypeIntro value)
value
- allowed object is
XmlTypeIntro
public XmlRootElementIntro getXmlRootElement()
XmlRootElementIntro
public void setXmlRootElement(XmlRootElementIntro value)
value
- allowed object is
XmlRootElementIntro
public XmlTransientIntro getXmlTransient()
XmlTransientIntro
public void setXmlTransient(XmlTransientIntro value)
value
- allowed object is
XmlTransientIntro
public XmlJavaTypeAdapterIntro getXmlJavaTypeAdapter()
XmlJavaTypeAdapterIntro
public void setXmlJavaTypeAdapter(XmlJavaTypeAdapterIntro value)
value
- allowed object is
XmlJavaTypeAdapterIntro
public List<FieldIntroConfig> getField()
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
public List<MethodIntroConfig> getMethod()
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
public String getName()
String
Copyright © 2020. All Rights Reserved.