Class ClassMemberIntroConfig
java.lang.Object
org.jboss.jaxb.intros.configmodel.ClassMemberIntroConfig
- Direct Known Subclasses:
FieldIntroConfig,MethodIntroConfig
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
FieldsModifier and TypeFieldDescriptionprotected Stringprotected XmlAttributeIntroprotected XmlElementIntroprotected XmlElementWrapperIntroprotected XmlIDIntroprotected XmlIDREFIntroprotected XmlJavaTypeAdapterIntroprotected XmlTransientIntro -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetName()Gets the value of the name property.Gets the value of the xmlAttribute property.Gets the value of the xmlElement property.Gets the value of the xmlElementWrapper property.getXmlID()Gets the value of the xmlID property.Gets the value of the xmlIDREF property.Gets the value of the xmlJavaTypeAdapter property.Gets the value of the xmlTransient property.voidSets 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.voidSets 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.voidSets the value of the xmlJavaTypeAdapter property.voidsetXmlTransient(XmlTransientIntro value) Sets the value of the xmlTransient property.
-
Field Details
-
xmlElement
-
xmlAttribute
-
xmlTransient
-
xmlID
-
xmlIDREF
-
xmlElementWrapper
-
xmlJavaTypeAdapter
-
name
-
-
Constructor Details
-
ClassMemberIntroConfig
public ClassMemberIntroConfig()
-
-
Method Details
-
getXmlElement
Gets the value of the xmlElement property.- Returns:
- possible object is
XmlElementIntro
-
setXmlElement
Sets the value of the xmlElement property.- Parameters:
value- allowed object isXmlElementIntro
-
getXmlAttribute
Gets the value of the xmlAttribute property.- Returns:
- possible object is
XmlAttributeIntro
-
setXmlAttribute
Sets the value of the xmlAttribute property.- Parameters:
value- allowed object isXmlAttributeIntro
-
getXmlTransient
Gets the value of the xmlTransient property.- Returns:
- possible object is
XmlTransientIntro
-
setXmlTransient
Sets the value of the xmlTransient property.- Parameters:
value- allowed object isXmlTransientIntro
-
getXmlID
Gets the value of the xmlID property.- Returns:
- possible object is
XmlIDIntro
-
setXmlID
Sets the value of the xmlID property.- Parameters:
value- allowed object isXmlIDIntro
-
getXmlIDREF
Gets the value of the xmlIDREF property.- Returns:
- possible object is
XmlIDREFIntro
-
setXmlIDREF
Sets the value of the xmlIDREF property.- Parameters:
value- allowed object isXmlIDREFIntro
-
getXmlElementWrapper
Gets the value of the xmlElementWrapper property.- Returns:
- possible object is
XmlElementWrapperIntro
-
setXmlElementWrapper
Sets the value of the xmlElementWrapper property.- Parameters:
value- allowed object isXmlElementWrapperIntro
-
getXmlJavaTypeAdapter
Gets the value of the xmlJavaTypeAdapter property.- Returns:
- possible object is
XmlJavaTypeAdapterIntro
-
setXmlJavaTypeAdapter
Sets the value of the xmlJavaTypeAdapter property.- Parameters:
value- allowed object isXmlJavaTypeAdapterIntro
-
getName
Gets the value of the name property.- Returns:
- possible object is
String
-
setName
Sets the value of the name property.- Parameters:
value- allowed object isString
-