Package io.atlasmap.xml.v2
Class XmlEnumField
java.lang.Object
io.atlasmap.v2.Field
io.atlasmap.xml.v2.XmlEnumField
- All Implemented Interfaces:
Serializable
- See Also:
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
Gets the value of the ordinal property.Gets the value of the typeName property.int
hashCode()
Gets the value of the attribute property.Gets the value of the userCreated property.void
setAttribute
(Boolean value) Sets the value of the attribute property.void
setOrdinal
(Integer value) Sets the value of the ordinal 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
-
ordinal
-
typeName
-
attribute
-
userCreated
-
-
Constructor Details
-
XmlEnumField
public XmlEnumField()
-
-
Method Details
-
getOrdinal
Gets the value of the ordinal property.- Returns:
- possible object is
Integer
-
setOrdinal
Sets the value of the ordinal property.- Parameters:
value
- allowed object isInteger
-
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
-
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
-
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
-
equals
-
hashCode
public int hashCode()
-