public class ClassMemberIntroConfig extends Object
Java class for class-member-intro-config complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="class-member-intro-config">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element ref="{http://www.jboss.org/xsd/jaxb/intros}XmlElement" minOccurs="0"/>
<element ref="{http://www.jboss.org/xsd/jaxb/intros}XmlAttribute" minOccurs="0"/>
<element ref="{http://www.jboss.org/xsd/jaxb/intros}XmlTransient" minOccurs="0"/>
<element ref="{http://www.jboss.org/xsd/jaxb/intros}XmlID" minOccurs="0"/>
<element ref="{http://www.jboss.org/xsd/jaxb/intros}XmlIDREF" minOccurs="0"/>
<element ref="{http://www.jboss.org/xsd/jaxb/intros}XmlElementWrapper" minOccurs="0"/>
<element ref="{http://www.jboss.org/xsd/jaxb/intros}XmlJavaTypeAdapter" 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 String |
name |
protected XmlAttributeIntro |
xmlAttribute |
protected XmlElementIntro |
xmlElement |
protected XmlElementWrapperIntro |
xmlElementWrapper |
protected XmlIDIntro |
xmlID |
protected XmlIDREFIntro |
xmlIDREF |
protected XmlJavaTypeAdapterIntro |
xmlJavaTypeAdapter |
protected XmlTransientIntro |
xmlTransient |
| Constructor and Description |
|---|
ClassMemberIntroConfig() |
| Modifier and Type | Method and Description |
|---|---|
String |
getName()
Gets the value of the name property.
|
XmlAttributeIntro |
getXmlAttribute()
Gets the value of the xmlAttribute property.
|
XmlElementIntro |
getXmlElement()
Gets the value of the xmlElement property.
|
XmlElementWrapperIntro |
getXmlElementWrapper()
Gets the value of the xmlElementWrapper property.
|
XmlIDIntro |
getXmlID()
Gets the value of the xmlID property.
|
XmlIDREFIntro |
getXmlIDREF()
Gets the value of the xmlIDREF property.
|
XmlJavaTypeAdapterIntro |
getXmlJavaTypeAdapter()
Gets the value of the xmlJavaTypeAdapter property.
|
XmlTransientIntro |
getXmlTransient()
Gets the value of the xmlTransient property.
|
void |
setName(String value)
Sets the value of the name property.
|
void |
setXmlAttribute(XmlAttributeIntro value)
Sets the value of the xmlAttribute property.
|
void |
setXmlElement(XmlElementIntro value)
Sets the value of the xmlElement property.
|
void |
setXmlElementWrapper(XmlElementWrapperIntro value)
Sets the value of the xmlElementWrapper property.
|
void |
setXmlID(XmlIDIntro value)
Sets the value of the xmlID property.
|
void |
setXmlIDREF(XmlIDREFIntro value)
Sets the value of the xmlIDREF property.
|
void |
setXmlJavaTypeAdapter(XmlJavaTypeAdapterIntro value)
Sets the value of the xmlJavaTypeAdapter property.
|
void |
setXmlTransient(XmlTransientIntro value)
Sets the value of the xmlTransient property.
|
protected XmlElementIntro xmlElement
protected XmlAttributeIntro xmlAttribute
protected XmlTransientIntro xmlTransient
protected XmlIDIntro xmlID
protected XmlIDREFIntro xmlIDREF
protected XmlElementWrapperIntro xmlElementWrapper
protected XmlJavaTypeAdapterIntro xmlJavaTypeAdapter
protected String name
public XmlElementIntro getXmlElement()
XmlElementIntropublic void setXmlElement(XmlElementIntro value)
value - allowed object is
XmlElementIntropublic XmlAttributeIntro getXmlAttribute()
XmlAttributeIntropublic void setXmlAttribute(XmlAttributeIntro value)
value - allowed object is
XmlAttributeIntropublic XmlTransientIntro getXmlTransient()
XmlTransientIntropublic void setXmlTransient(XmlTransientIntro value)
value - allowed object is
XmlTransientIntropublic XmlIDIntro getXmlID()
XmlIDIntropublic void setXmlID(XmlIDIntro value)
value - allowed object is
XmlIDIntropublic XmlIDREFIntro getXmlIDREF()
XmlIDREFIntropublic void setXmlIDREF(XmlIDREFIntro value)
value - allowed object is
XmlIDREFIntropublic XmlElementWrapperIntro getXmlElementWrapper()
XmlElementWrapperIntropublic void setXmlElementWrapper(XmlElementWrapperIntro value)
value - allowed object is
XmlElementWrapperIntropublic XmlJavaTypeAdapterIntro getXmlJavaTypeAdapter()
XmlJavaTypeAdapterIntropublic void setXmlJavaTypeAdapter(XmlJavaTypeAdapterIntro value)
value - allowed object is
XmlJavaTypeAdapterIntropublic String getName()
StringCopyright © 2016. All rights reserved.