public class XmlEnumField extends io.atlasmap.v2.Field implements Serializable
Modifier and Type | Field and Description |
---|---|
protected Boolean |
attribute |
protected Integer |
ordinal |
protected String |
typeName |
protected Boolean |
userCreated |
Constructor and Description |
---|
XmlEnumField() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object object) |
Integer |
getOrdinal()
Gets the value of the ordinal property.
|
String |
getTypeName()
Gets the value of the typeName property.
|
int |
hashCode() |
Boolean |
isAttribute()
Gets the value of the attribute property.
|
Boolean |
isUserCreated()
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.
|
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
protected Integer ordinal
protected String typeName
protected Boolean attribute
protected Boolean userCreated
public Integer getOrdinal()
Integer
public void setOrdinal(Integer value)
value
- allowed object is
Integer
public String getTypeName()
String
public void setTypeName(String value)
value
- allowed object is
String
public Boolean isAttribute()
Boolean
public void setAttribute(Boolean value)
value
- allowed object is
Boolean
public Boolean isUserCreated()
Boolean
public void setUserCreated(Boolean value)
value
- allowed object is
Boolean
Copyright © 2017–2022 Red Hat, Inc.. All rights reserved.