public class XmlComplexType extends XmlField implements Serializable
Java class for XmlComplexType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="XmlComplexType">
<complexContent>
<extension base="{http://atlasmap.io/xml/v2}XmlField">
<sequence>
<element name="XmlEnumFields" type="{http://atlasmap.io/xml/v2}XmlEnumFields"/>
<element name="XmlFields" type="{http://atlasmap.io/xml/v2}XmlFields"/>
</sequence>
<attribute name="annotation" type="{http://www.w3.org/2001/XMLSchema}boolean" />
<attribute name="annonymous" type="{http://www.w3.org/2001/XMLSchema}boolean" />
<attribute name="enumeration" type="{http://www.w3.org/2001/XMLSchema}boolean" />
<attribute name="uri" type="{http://www.w3.org/2001/XMLSchema}string" />
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected Boolean |
annonymous |
protected Boolean |
annotation |
protected Boolean |
enumeration |
protected String |
uri |
protected XmlEnumFields |
xmlEnumFields |
protected XmlFields |
xmlFields |
annotations, name, nodeType, primitive, restrictions, typeName, userCreated| Constructor and Description |
|---|
XmlComplexType() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object object) |
String |
getUri()
Gets the value of the uri property.
|
XmlEnumFields |
getXmlEnumFields()
Gets the value of the xmlEnumFields property.
|
XmlFields |
getXmlFields()
Gets the value of the xmlFields property.
|
int |
hashCode() |
Boolean |
isAnnonymous()
Gets the value of the annonymous property.
|
Boolean |
isAnnotation()
Gets the value of the annotation property.
|
Boolean |
isEnumeration()
Gets the value of the enumeration property.
|
void |
setAnnonymous(Boolean value)
Sets the value of the annonymous property.
|
void |
setAnnotation(Boolean value)
Sets the value of the annotation property.
|
void |
setEnumeration(Boolean value)
Sets the value of the enumeration property.
|
void |
setUri(String value)
Sets the value of the uri property.
|
void |
setXmlEnumFields(XmlEnumFields value)
Sets the value of the xmlEnumFields property.
|
void |
setXmlFields(XmlFields value)
Sets the value of the xmlFields property.
|
getAnnotations, getName, getNodeType, getRestrictions, getTypeName, isPrimitive, isUserCreated, setAnnotations, setName, setNodeType, setPrimitive, setRestrictions, setTypeName, setUserCreatedgetActions, getArrayDimensions, getArraySize, getCollectionType, getDocId, getFieldType, getFormat, getIndex, getPath, getStatus, getValue, isRequired, setActions, setArrayDimensions, setArraySize, setCollectionType, setDocId, setFieldType, setFormat, setIndex, setPath, setRequired, setStatus, setValueprotected XmlEnumFields xmlEnumFields
protected XmlFields xmlFields
protected Boolean annotation
protected Boolean annonymous
protected Boolean enumeration
protected String uri
public XmlEnumFields getXmlEnumFields()
XmlEnumFieldspublic void setXmlEnumFields(XmlEnumFields value)
value - allowed object is
XmlEnumFieldspublic XmlFields getXmlFields()
XmlFieldspublic void setXmlFields(XmlFields value)
value - allowed object is
XmlFieldspublic Boolean isAnnotation()
Booleanpublic void setAnnotation(Boolean value)
value - allowed object is
Booleanpublic Boolean isAnnonymous()
Booleanpublic void setAnnonymous(Boolean value)
value - allowed object is
Booleanpublic Boolean isEnumeration()
Booleanpublic void setEnumeration(Boolean value)
value - allowed object is
Booleanpublic String getUri()
Stringpublic void setUri(String value)
value - allowed object is
StringCopyright © 2019 JBoss by Red Hat. All rights reserved.