Package io.atlasmap.xml.v2
Class XmlComplexType
java.lang.Object
io.atlasmap.v2.Field
io.atlasmap.xml.v2.XmlField
io.atlasmap.xml.v2.XmlComplexType
- All Implemented Interfaces:
Serializable
- See Also:
-
Field Summary
Modifier and TypeFieldDescriptionprotected Boolean
protected Boolean
protected Boolean
protected String
protected XmlEnumFields
protected XmlFields
Fields inherited from class io.atlasmap.xml.v2.XmlField
annotations, attribute, nodeType, primitive, restrictions, typeName, userCreated
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
getUri()
Gets the value of the uri property.Gets the value of the xmlEnumFields property.Gets the value of the xmlFields property.int
hashCode()
Gets the value of the annonymous property.Gets the value of the annotation property.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
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.Methods inherited from class io.atlasmap.xml.v2.XmlField
getAnnotations, getNodeType, getRestrictions, getTypeName, isAttribute, isPrimitive, isUserCreated, setAnnotations, setAttribute, setNodeType, setPrimitive, setRestrictions, setTypeName, setUserCreated
Methods inherited from class io.atlasmap.v2.Field
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
-
Field Details
-
xmlEnumFields
-
xmlFields
-
annotation
-
annonymous
-
enumeration
-
uri
-
-
Constructor Details
-
XmlComplexType
public XmlComplexType()
-
-
Method Details
-
getXmlEnumFields
Gets the value of the xmlEnumFields property.- Returns:
- possible object is
XmlEnumFields
-
setXmlEnumFields
Sets the value of the xmlEnumFields property.- Parameters:
value
- allowed object isXmlEnumFields
-
getXmlFields
Gets the value of the xmlFields property.- Returns:
- possible object is
XmlFields
-
setXmlFields
Sets the value of the xmlFields property.- Parameters:
value
- allowed object isXmlFields
-
isAnnotation
Gets the value of the annotation property.- Returns:
- possible object is
Boolean
-
setAnnotation
Sets the value of the annotation property.- Parameters:
value
- allowed object isBoolean
-
isAnnonymous
Gets the value of the annonymous property.- Returns:
- possible object is
Boolean
-
setAnnonymous
Sets the value of the annonymous property.- Parameters:
value
- allowed object isBoolean
-
isEnumeration
Gets the value of the enumeration property.- Returns:
- possible object is
Boolean
-
setEnumeration
Sets the value of the enumeration property.- Parameters:
value
- allowed object isBoolean
-
getUri
Gets the value of the uri property.- Returns:
- possible object is
String
-
setUri
Sets the value of the uri property.- Parameters:
value
- allowed object isString
-
equals
-
hashCode
public int hashCode()
-