public class XmlField extends io.atlasmap.v2.Field implements Serializable
Java class for XmlField complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="XmlField"> <complexContent> <extension base="{http://atlasmap.io/v2}Field"> <sequence> <element name="Annotations" type="{http://atlasmap.io/v2}StringList"/> <element name="Restrictions" type="{http://atlasmap.io/xml/v2}Restrictions"/> </sequence> <attribute name="name" use="required" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="nodeType" type="{http://atlasmap.io/xml/v2}NodeType" /> <attribute name="primitive" type="{http://www.w3.org/2001/XMLSchema}boolean" /> <attribute name="typeName" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="userCreated" type="{http://www.w3.org/2001/XMLSchema}boolean" /> </extension> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected io.atlasmap.v2.StringList |
annotations |
protected String |
name |
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.
|
String |
getName()
Gets the value of the name 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 |
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 |
setName(String value)
Sets the value of the name 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, getPath, getStatus, getValue, isRequired, setActions, setArrayDimensions, setArraySize, setCollectionType, setDocId, setFieldType, setFormat, setIndex, setPath, setRequired, setStatus, setValue
protected io.atlasmap.v2.StringList annotations
protected Restrictions restrictions
protected String name
protected NodeType nodeType
protected Boolean primitive
protected String typeName
protected Boolean userCreated
public io.atlasmap.v2.StringList getAnnotations()
StringList
public void setAnnotations(io.atlasmap.v2.StringList value)
value
- allowed object is
StringList
public Restrictions getRestrictions()
Restrictions
public void setRestrictions(Restrictions value)
value
- allowed object is
Restrictions
public String getName()
String
public void setName(String value)
value
- allowed object is
String
public NodeType getNodeType()
NodeType
public void setNodeType(NodeType value)
value
- allowed object is
NodeType
public Boolean isPrimitive()
Boolean
public void setPrimitive(Boolean value)
value
- allowed object is
Boolean
public String getTypeName()
String
public void setTypeName(String value)
value
- allowed object is
String
public Boolean isUserCreated()
Boolean
public void setUserCreated(Boolean value)
value
- allowed object is
Boolean
Copyright © 2018 JBoss by Red Hat. All rights reserved.