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, setUserCreated
getActions, getArrayDimensions, getArraySize, getCollectionType, getDocId, getFieldType, getFormat, getIndex, getName, getPath, getStatus, getValue, isRequired, setActions, setArrayDimensions, setArraySize, setCollectionType, setDocId, setFieldType, setFormat, setIndex, setName, setPath, setRequired, setStatus, setValue
protected XmlEnumFields xmlEnumFields
protected XmlFields xmlFields
protected Boolean annotation
protected Boolean annonymous
protected Boolean enumeration
protected String uri
public XmlEnumFields getXmlEnumFields()
XmlEnumFields
public void setXmlEnumFields(XmlEnumFields value)
value
- allowed object is
XmlEnumFields
public XmlFields getXmlFields()
XmlFields
public void setXmlFields(XmlFields value)
value
- allowed object is
XmlFields
public Boolean isAnnotation()
Boolean
public void setAnnotation(Boolean value)
value
- allowed object is
Boolean
public Boolean isAnnonymous()
Boolean
public void setAnnonymous(Boolean value)
value
- allowed object is
Boolean
public Boolean isEnumeration()
Boolean
public void setEnumeration(Boolean value)
value
- allowed object is
Boolean
public String getUri()
String
public void setUri(String value)
value
- allowed object is
String
Copyright © 2017–2022 Red Hat, Inc.. All rights reserved.