Package io.atlasmap.xml.v2
Class XmlField
java.lang.Object
io.atlasmap.v2.Field
io.atlasmap.xml.v2.XmlField
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
XmlComplexType
- See Also:
-
Field Summary
Modifier and TypeFieldDescriptionprotected StringList
protected Boolean
protected NodeType
protected Boolean
protected Restrictions
protected String
protected Boolean
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
Gets the value of the annotations property.Gets the value of the nodeType property.Gets the value of the restrictions property.Gets the value of the typeName property.int
hashCode()
Gets the value of the attribute property.Gets the value of the primitive property.Gets the value of the userCreated property.void
setAnnotations
(StringList value) Sets the value of the annotations property.void
setAttribute
(Boolean value) Sets the value of the attribute property.void
setNodeType
(NodeType value) Sets the value of the nodeType property.void
setPrimitive
(Boolean value) Sets the value of the primitive property.void
setRestrictions
(Restrictions value) Sets the value of the restrictions property.void
setTypeName
(String value) Sets the value of the typeName property.void
setUserCreated
(Boolean value) Sets the value of the userCreated property.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
-
annotations
-
restrictions
-
nodeType
-
primitive
-
typeName
-
userCreated
-
attribute
-
-
Constructor Details
-
XmlField
public XmlField()
-
-
Method Details
-
getAnnotations
Gets the value of the annotations property.- Returns:
- possible object is
StringList
-
setAnnotations
Sets the value of the annotations property.- Parameters:
value
- allowed object isStringList
-
getRestrictions
Gets the value of the restrictions property.- Returns:
- possible object is
Restrictions
-
setRestrictions
Sets the value of the restrictions property.- Parameters:
value
- allowed object isRestrictions
-
getNodeType
Gets the value of the nodeType property.- Returns:
- possible object is
NodeType
-
setNodeType
Sets the value of the nodeType property.- Parameters:
value
- allowed object isNodeType
-
isPrimitive
Gets the value of the primitive property.- Returns:
- possible object is
Boolean
-
setPrimitive
Sets the value of the primitive property.- Parameters:
value
- allowed object isBoolean
-
getTypeName
Gets the value of the typeName property.- Returns:
- possible object is
String
-
setTypeName
Sets the value of the typeName property.- Parameters:
value
- allowed object isString
-
isUserCreated
Gets the value of the userCreated property.- Returns:
- possible object is
Boolean
-
setUserCreated
Sets the value of the userCreated property.- Parameters:
value
- allowed object isBoolean
-
isAttribute
Gets the value of the attribute property.- Returns:
- possible object is
Boolean
-
setAttribute
Sets the value of the attribute property.- Parameters:
value
- allowed object isBoolean
-
equals
-
hashCode
public int hashCode()
-