public class XmlEnumField extends io.atlasmap.v2.Field implements Serializable
Java class for XmlEnumField complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="XmlEnumField"> <complexContent> <extension base="{http://atlasmap.io/v2}Field"> <attribute name="name" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="ordinal" type="{http://www.w3.org/2001/XMLSchema}int" /> <attribute name="typeName" type="{http://www.w3.org/2001/XMLSchema}string" /> </extension> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected String |
name |
protected Integer |
ordinal |
protected String |
typeName |
Constructor and Description |
---|
XmlEnumField() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object object) |
String |
getName()
Gets the value of the name property.
|
Integer |
getOrdinal()
Gets the value of the ordinal property.
|
String |
getTypeName()
Gets the value of the typeName property.
|
int |
hashCode() |
void |
setName(String value)
Sets the value of the name property.
|
void |
setOrdinal(Integer value)
Sets the value of the ordinal property.
|
void |
setTypeName(String value)
Sets the value of the typeName property.
|
getActions, getArrayDimensions, getArraySize, getCollectionType, getDocId, getFieldType, getFormat, getIndex, getPath, getStatus, getValue, isRequired, setActions, setArrayDimensions, setArraySize, setCollectionType, setDocId, setFieldType, setFormat, setIndex, setPath, setRequired, setStatus, setValue
protected String name
protected Integer ordinal
protected String typeName
public String getName()
String
public void setName(String value)
value
- allowed object is
String
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
Copyright © 2019 JBoss by Red Hat. All rights reserved.