public class FieldPathElement extends Object implements Serializable
| Constructor and Description |
|---|
FieldPathElement() |
FieldPathElement(String field,
Integer index) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
static org.apache.axis.encoding.Deserializer |
getDeserializer(String mechType,
Class _javaType,
QName _xmlType)
Get Custom Deserializer
|
String |
getField()
Gets the field value for this FieldPathElement.
|
Integer |
getIndex()
Gets the index value for this FieldPathElement.
|
static org.apache.axis.encoding.Serializer |
getSerializer(String mechType,
Class _javaType,
QName _xmlType)
Get Custom Serializer
|
static org.apache.axis.description.TypeDesc |
getTypeDesc()
Return type metadata object
|
int |
hashCode() |
void |
setField(String field)
Sets the field value for this FieldPathElement.
|
void |
setIndex(Integer index)
Sets the index value for this FieldPathElement.
|
String |
toString() |
public String getField()
public void setField(String field)
field - * The name of a field in lower camelcase. (e.g. "biddingStrategy")public Integer getIndex()
public void setIndex(Integer index)
index - * For list fields, this is a 0-indexed position in the list.
Null for non-list fields.public static org.apache.axis.description.TypeDesc getTypeDesc()
public static org.apache.axis.encoding.Serializer getSerializer(String mechType, Class _javaType, QName _xmlType)
Copyright © 2022. All rights reserved.