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
FieldsModifier and TypeFieldDescriptionprotected Booleanprotected Booleanprotected Booleanprotected Stringprotected XmlEnumFieldsprotected XmlFieldsFields inherited from class io.atlasmap.xml.v2.XmlField
annotations, attribute, nodeType, primitive, restrictions, typeName, userCreated -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleangetUri()Gets the value of the uri property.Gets the value of the xmlEnumFields property.Gets the value of the xmlFields property.inthashCode()Gets the value of the annonymous property.Gets the value of the annotation property.Gets the value of the enumeration property.voidsetAnnonymous(Boolean value) Sets the value of the annonymous property.voidsetAnnotation(Boolean value) Sets the value of the annotation property.voidsetEnumeration(Boolean value) Sets the value of the enumeration property.voidSets the value of the uri property.voidsetXmlEnumFields(XmlEnumFields value) Sets the value of the xmlEnumFields property.voidsetXmlFields(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, setUserCreatedMethods 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()
-