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
FieldsModifier and TypeFieldDescriptionprotected StringListprotected Booleanprotected NodeTypeprotected Booleanprotected Restrictionsprotected Stringprotected Boolean -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanGets 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.inthashCode()Gets the value of the attribute property.Gets the value of the primitive property.Gets the value of the userCreated property.voidsetAnnotations(StringList value) Sets the value of the annotations property.voidsetAttribute(Boolean value) Sets the value of the attribute property.voidsetNodeType(NodeType value) Sets the value of the nodeType property.voidsetPrimitive(Boolean value) Sets the value of the primitive property.voidsetRestrictions(Restrictions value) Sets the value of the restrictions property.voidsetTypeName(String value) Sets the value of the typeName property.voidsetUserCreated(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()
-