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()
XmlElementIntro
public void setXmlElement(XmlElementIntro value)
value
- allowed object is
XmlElementIntro
public XmlAttributeIntro getXmlAttribute()
XmlAttributeIntro
public void setXmlAttribute(XmlAttributeIntro value)
value
- allowed object is
XmlAttributeIntro
public XmlTransientIntro getXmlTransient()
XmlTransientIntro
public void setXmlTransient(XmlTransientIntro value)
value
- allowed object is
XmlTransientIntro
public XmlIDIntro getXmlID()
XmlIDIntro
public void setXmlID(XmlIDIntro value)
value
- allowed object is
XmlIDIntro
public XmlIDREFIntro getXmlIDREF()
XmlIDREFIntro
public void setXmlIDREF(XmlIDREFIntro value)
value
- allowed object is
XmlIDREFIntro
public XmlElementWrapperIntro getXmlElementWrapper()
XmlElementWrapperIntro
public void setXmlElementWrapper(XmlElementWrapperIntro value)
value
- allowed object is
XmlElementWrapperIntro
public XmlJavaTypeAdapterIntro getXmlJavaTypeAdapter()
XmlJavaTypeAdapterIntro
public void setXmlJavaTypeAdapter(XmlJavaTypeAdapterIntro value)
value
- allowed object is
XmlJavaTypeAdapterIntro
public String getName()
String
Copyright © 2016. All rights reserved.