public class FieldPathElement extends Object
Java class for FieldPathElement complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="FieldPathElement">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="field" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="index" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
field |
protected Integer |
index |
| Constructor and Description |
|---|
FieldPathElement() |
| Modifier and Type | Method and Description |
|---|---|
String |
getField()
Gets the value of the field property.
|
Integer |
getIndex()
Gets the value of the index property.
|
void |
setField(String value)
Sets the value of the field property.
|
void |
setIndex(Integer value)
Sets the value of the index property.
|
public String getField()
Stringpublic void setField(String value)
value - allowed object is
Stringpublic Integer getIndex()
IntegerCopyright © 2023. All rights reserved.