public class XmlField extends io.atlasmap.v2.Field implements Serializable
| Modifier and Type | Field and Description |
|---|---|
protected io.atlasmap.v2.StringList |
annotations |
protected Boolean |
attribute |
protected NodeType |
nodeType |
protected Boolean |
primitive |
protected Restrictions |
restrictions |
protected String |
typeName |
protected Boolean |
userCreated |
| Constructor and Description |
|---|
XmlField() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object object) |
io.atlasmap.v2.StringList |
getAnnotations()
Gets the value of the annotations property.
|
NodeType |
getNodeType()
Gets the value of the nodeType property.
|
Restrictions |
getRestrictions()
Gets the value of the restrictions property.
|
String |
getTypeName()
Gets the value of the typeName property.
|
int |
hashCode() |
Boolean |
isAttribute()
Gets the value of the attribute property.
|
Boolean |
isPrimitive()
Gets the value of the primitive property.
|
Boolean |
isUserCreated()
Gets the value of the userCreated property.
|
void |
setAnnotations(io.atlasmap.v2.StringList value)
Sets the value of the annotations property.
|
void |
setAttribute(Boolean value)
Sets the value of the attribute property.
|
void |
setNodeType(NodeType value)
Sets the value of the nodeType property.
|
void |
setPrimitive(Boolean value)
Sets the value of the primitive property.
|
void |
setRestrictions(Restrictions value)
Sets the value of the restrictions 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, setValueprotected io.atlasmap.v2.StringList annotations
protected Restrictions restrictions
protected NodeType nodeType
protected Boolean primitive
protected String typeName
protected Boolean userCreated
protected Boolean attribute
public io.atlasmap.v2.StringList getAnnotations()
StringListpublic void setAnnotations(io.atlasmap.v2.StringList value)
value - allowed object is
StringListpublic Restrictions getRestrictions()
Restrictionspublic void setRestrictions(Restrictions value)
value - allowed object is
Restrictionspublic NodeType getNodeType()
NodeTypepublic void setNodeType(NodeType value)
value - allowed object is
NodeTypepublic Boolean isPrimitive()
Booleanpublic void setPrimitive(Boolean value)
value - allowed object is
Booleanpublic String getTypeName()
Stringpublic void setTypeName(String value)
value - allowed object is
Stringpublic Boolean isUserCreated()
Booleanpublic void setUserCreated(Boolean value)
value - allowed object is
Booleanpublic Boolean isAttribute()
Booleanpublic void setAttribute(Boolean value)
value - allowed object is
BooleanCopyright © 2021 JBoss by Red Hat. All rights reserved.