Class ClassMemberIntroConfig
- java.lang.Object
-
- org.jboss.jaxb.intros.configmodel.ClassMemberIntroConfig
-
- Direct Known Subclasses:
FieldIntroConfig,MethodIntroConfig
public class ClassMemberIntroConfig extends Object
Java Class Member (Field, Method Constructor) JAXB Annotation Introductions configuration base type.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>}
-
-
Field Summary
Fields Modifier and Type Field Description protected Stringnameprotected XmlAttributeIntroxmlAttributeprotected XmlElementIntroxmlElementprotected XmlElementWrapperIntroxmlElementWrapperprotected XmlIDIntroxmlIDprotected XmlIDREFIntroxmlIDREFprotected XmlJavaTypeAdapterIntroxmlJavaTypeAdapterprotected XmlTransientIntroxmlTransient
-
Constructor Summary
Constructors Constructor Description ClassMemberIntroConfig()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetName()Gets the value of the name property.XmlAttributeIntrogetXmlAttribute()Gets the value of the xmlAttribute property.XmlElementIntrogetXmlElement()Gets the value of the xmlElement property.XmlElementWrapperIntrogetXmlElementWrapper()Gets the value of the xmlElementWrapper property.XmlIDIntrogetXmlID()Gets the value of the xmlID property.XmlIDREFIntrogetXmlIDREF()Gets the value of the xmlIDREF property.XmlJavaTypeAdapterIntrogetXmlJavaTypeAdapter()Gets the value of the xmlJavaTypeAdapter property.XmlTransientIntrogetXmlTransient()Gets the value of the xmlTransient property.voidsetName(String value)Sets the value of the name property.voidsetXmlAttribute(XmlAttributeIntro value)Sets the value of the xmlAttribute property.voidsetXmlElement(XmlElementIntro value)Sets the value of the xmlElement property.voidsetXmlElementWrapper(XmlElementWrapperIntro value)Sets the value of the xmlElementWrapper property.voidsetXmlID(XmlIDIntro value)Sets the value of the xmlID property.voidsetXmlIDREF(XmlIDREFIntro value)Sets the value of the xmlIDREF property.voidsetXmlJavaTypeAdapter(XmlJavaTypeAdapterIntro value)Sets the value of the xmlJavaTypeAdapter property.voidsetXmlTransient(XmlTransientIntro value)Sets the value of the xmlTransient property.
-
-
-
Field Detail
-
xmlElement
protected XmlElementIntro xmlElement
-
xmlAttribute
protected XmlAttributeIntro xmlAttribute
-
xmlTransient
protected XmlTransientIntro xmlTransient
-
xmlID
protected XmlIDIntro xmlID
-
xmlIDREF
protected XmlIDREFIntro xmlIDREF
-
xmlElementWrapper
protected XmlElementWrapperIntro xmlElementWrapper
-
xmlJavaTypeAdapter
protected XmlJavaTypeAdapterIntro xmlJavaTypeAdapter
-
name
protected String name
-
-
Method Detail
-
getXmlElement
public XmlElementIntro getXmlElement()
Gets the value of the xmlElement property.- Returns:
- possible object is
XmlElementIntro
-
setXmlElement
public void setXmlElement(XmlElementIntro value)
Sets the value of the xmlElement property.- Parameters:
value- allowed object isXmlElementIntro
-
getXmlAttribute
public XmlAttributeIntro getXmlAttribute()
Gets the value of the xmlAttribute property.- Returns:
- possible object is
XmlAttributeIntro
-
setXmlAttribute
public void setXmlAttribute(XmlAttributeIntro value)
Sets the value of the xmlAttribute property.- Parameters:
value- allowed object isXmlAttributeIntro
-
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
-
getXmlID
public XmlIDIntro getXmlID()
Gets the value of the xmlID property.- Returns:
- possible object is
XmlIDIntro
-
setXmlID
public void setXmlID(XmlIDIntro value)
Sets the value of the xmlID property.- Parameters:
value- allowed object isXmlIDIntro
-
getXmlIDREF
public XmlIDREFIntro getXmlIDREF()
Gets the value of the xmlIDREF property.- Returns:
- possible object is
XmlIDREFIntro
-
setXmlIDREF
public void setXmlIDREF(XmlIDREFIntro value)
Sets the value of the xmlIDREF property.- Parameters:
value- allowed object isXmlIDREFIntro
-
getXmlElementWrapper
public XmlElementWrapperIntro getXmlElementWrapper()
Gets the value of the xmlElementWrapper property.- Returns:
- possible object is
XmlElementWrapperIntro
-
setXmlElementWrapper
public void setXmlElementWrapper(XmlElementWrapperIntro value)
Sets the value of the xmlElementWrapper property.- Parameters:
value- allowed object isXmlElementWrapperIntro
-
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
-
getName
public String getName()
Gets the value of the name property.- Returns:
- possible object is
String
-
-