public abstract class Field extends Object implements Serializable
Java class for Field complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Field"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="Actions" type="{http://atlasmap.io/v2}Actions" minOccurs="0"/> <element name="value" type="{http://www.w3.org/2001/XMLSchema}anySimpleType" minOccurs="0"/> </sequence> <attribute name="arrayDimensions" type="{http://www.w3.org/2001/XMLSchema}int" /> <attribute name="arraySize" type="{http://www.w3.org/2001/XMLSchema}int" /> <attribute name="collectionType" type="{http://atlasmap.io/v2}CollectionType" /> <attribute name="docId" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="index" type="{http://www.w3.org/2001/XMLSchema}int" /> <attribute name="path" use="required" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="required" type="{http://www.w3.org/2001/XMLSchema}boolean" /> <attribute name="status" type="{http://atlasmap.io/v2}FieldStatus" /> <attribute name="fieldType" type="{http://atlasmap.io/v2}FieldType" /> <attribute name="format" type="{http://www.w3.org/2001/XMLSchema}string" /> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected Actions |
actions |
protected Integer |
arrayDimensions |
protected Integer |
arraySize |
protected CollectionType |
collectionType |
protected String |
docId |
protected FieldType |
fieldType |
protected String |
format |
protected Integer |
index |
protected String |
path |
protected Boolean |
required |
protected FieldStatus |
status |
protected Object |
value |
Constructor and Description |
---|
Field() |
Modifier and Type | Method and Description |
---|---|
Actions |
getActions()
Gets the value of the actions property.
|
Integer |
getArrayDimensions()
Gets the value of the arrayDimensions property.
|
Integer |
getArraySize()
Gets the value of the arraySize property.
|
CollectionType |
getCollectionType()
Gets the value of the collectionType property.
|
String |
getDocId()
Gets the value of the docId property.
|
FieldType |
getFieldType()
Gets the value of the fieldType property.
|
String |
getFormat()
Gets the value of the format property.
|
Integer |
getIndex()
Gets the value of the index property.
|
String |
getPath()
Gets the value of the path property.
|
FieldStatus |
getStatus()
Gets the value of the status property.
|
Object |
getValue()
Gets the value of the value property.
|
Boolean |
isRequired()
Gets the value of the required property.
|
void |
setActions(Actions value)
Sets the value of the actions property.
|
void |
setArrayDimensions(Integer value)
Sets the value of the arrayDimensions property.
|
void |
setArraySize(Integer value)
Sets the value of the arraySize property.
|
void |
setCollectionType(CollectionType value)
Sets the value of the collectionType property.
|
void |
setDocId(String value)
Sets the value of the docId property.
|
void |
setFieldType(FieldType value)
Sets the value of the fieldType property.
|
void |
setFormat(String value)
Sets the value of the format property.
|
void |
setIndex(Integer value)
Sets the value of the index property.
|
void |
setPath(String value)
Sets the value of the path property.
|
void |
setRequired(Boolean value)
Sets the value of the required property.
|
void |
setStatus(FieldStatus value)
Sets the value of the status property.
|
void |
setValue(Object value)
Sets the value of the value property.
|
protected Actions actions
protected Object value
protected Integer arrayDimensions
protected Integer arraySize
protected CollectionType collectionType
protected String docId
protected Integer index
protected String path
protected Boolean required
protected FieldStatus status
protected FieldType fieldType
protected String format
public Actions getActions()
Actions
public void setActions(Actions value)
value
- allowed object is
Actions
public Object getValue()
Object
public void setValue(Object value)
value
- allowed object is
Object
public Integer getArrayDimensions()
Integer
public void setArrayDimensions(Integer value)
value
- allowed object is
Integer
public Integer getArraySize()
Integer
public void setArraySize(Integer value)
value
- allowed object is
Integer
public CollectionType getCollectionType()
CollectionType
public void setCollectionType(CollectionType value)
value
- allowed object is
CollectionType
public String getDocId()
String
public void setDocId(String value)
value
- allowed object is
String
public Integer getIndex()
Integer
public void setIndex(Integer value)
value
- allowed object is
Integer
public String getPath()
String
public void setPath(String value)
value
- allowed object is
String
public Boolean isRequired()
Boolean
public void setRequired(Boolean value)
value
- allowed object is
Boolean
public FieldStatus getStatus()
FieldStatus
public void setStatus(FieldStatus value)
value
- allowed object is
FieldStatus
public FieldType getFieldType()
FieldType
public void setFieldType(FieldType value)
value
- allowed object is
FieldType
public String getFormat()
String
Copyright © 2018 JBoss by Red Hat. All rights reserved.