Class XmlEnumField

java.lang.Object
io.atlasmap.v2.Field
io.atlasmap.xml.v2.XmlEnumField
All Implemented Interfaces:
Serializable

public class XmlEnumField extends Field implements Serializable
See Also:
  • Field Details

    • ordinal

      protected Integer ordinal
    • typeName

      protected String typeName
    • attribute

      protected Boolean attribute
    • userCreated

      protected Boolean userCreated
  • Constructor Details

    • XmlEnumField

      public XmlEnumField()
  • Method Details

    • getOrdinal

      public Integer getOrdinal()
      Gets the value of the ordinal property.
      Returns:
      possible object is Integer
    • setOrdinal

      public void setOrdinal(Integer value)
      Sets the value of the ordinal property.
      Parameters:
      value - allowed object is Integer
    • getTypeName

      public String getTypeName()
      Gets the value of the typeName property.
      Returns:
      possible object is String
    • setTypeName

      public void setTypeName(String value)
      Sets the value of the typeName property.
      Parameters:
      value - allowed object is String
    • isAttribute

      public Boolean isAttribute()
      Gets the value of the attribute property.
      Returns:
      possible object is Boolean
    • setAttribute

      public void setAttribute(Boolean value)
      Sets the value of the attribute property.
      Parameters:
      value - allowed object is Boolean
    • isUserCreated

      public Boolean isUserCreated()
      Gets the value of the userCreated property.
      Returns:
      possible object is Boolean
    • setUserCreated

      public void setUserCreated(Boolean value)
      Sets the value of the userCreated property.
      Parameters:
      value - allowed object is Boolean
    • equals

      public boolean equals(Object object)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object