public class Retrieve extends Object implements Serializable
Constructor and Description |
---|
Retrieve() |
Retrieve(String fieldList,
String sObjectType,
String[] ids) |
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 |
getFieldList()
Gets the fieldList value for this Retrieve.
|
String[] |
getIds()
Gets the ids value for this Retrieve.
|
String |
getIds(int i) |
static org.apache.axis.encoding.Serializer |
getSerializer(String mechType,
Class _javaType,
QName _xmlType)
Get Custom Serializer
|
String |
getSObjectType()
Gets the sObjectType value for this Retrieve.
|
static org.apache.axis.description.TypeDesc |
getTypeDesc()
Return type metadata object
|
int |
hashCode() |
void |
setFieldList(String fieldList)
Sets the fieldList value for this Retrieve.
|
void |
setIds(int i,
String _value) |
void |
setIds(String[] ids)
Sets the ids value for this Retrieve.
|
void |
setSObjectType(String sObjectType)
Sets the sObjectType value for this Retrieve.
|
public String getFieldList()
public void setFieldList(String fieldList)
fieldList
- public String getSObjectType()
public void setSObjectType(String sObjectType)
sObjectType
- public String[] getIds()
public void setIds(String[] ids)
ids
- public String getIds(int i)
public void setIds(int i, String _value)
public static org.apache.axis.description.TypeDesc getTypeDesc()
public static org.apache.axis.encoding.Serializer getSerializer(String mechType, Class _javaType, QName _xmlType)
Copyright © 2014. All rights reserved.