public class XmlComplexType extends XmlField implements Serializable
| 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, attribute, 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, getNodeType, getRestrictions, getTypeName, isAttribute, isPrimitive, isUserCreated, setAnnotations, setAttribute, setNodeType, setPrimitive, setRestrictions, setTypeName, setUserCreatedgetActions, getArrayDimensions, getArraySize, getCollectionType, getDocId, getFieldType, getFormat, getIndex, getName, getPath, getStatus, getValue, isRequired, setActions, setArrayDimensions, setArraySize, setCollectionType, setDocId, setFieldType, setFormat, setIndex, setName, 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 © 2021 JBoss by Red Hat. All rights reserved.