com.sforce.soap.partner
Class Retrieve

java.lang.Object
  extended by com.sforce.soap.partner.Retrieve
All Implemented Interfaces:
java.io.Serializable

public class Retrieve
extends java.lang.Object
implements java.io.Serializable

See Also:
Serialized Form

Constructor Summary
Retrieve()
           
Retrieve(java.lang.String fieldList, java.lang.String sObjectType, java.lang.String[] ids)
           
 
Method Summary
 boolean equals(java.lang.Object obj)
           
static org.apache.axis.encoding.Deserializer getDeserializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)
          Get Custom Deserializer
 java.lang.String getFieldList()
          Gets the fieldList value for this Retrieve.
 java.lang.String[] getIds()
          Gets the ids value for this Retrieve.
 java.lang.String getIds(int i)
           
static org.apache.axis.encoding.Serializer getSerializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)
          Get Custom Serializer
 java.lang.String getSObjectType()
          Gets the sObjectType value for this Retrieve.
static org.apache.axis.description.TypeDesc getTypeDesc()
          Return type metadata object
 int hashCode()
           
 void setFieldList(java.lang.String fieldList)
          Sets the fieldList value for this Retrieve.
 void setIds(int i, java.lang.String _value)
           
 void setIds(java.lang.String[] ids)
          Sets the ids value for this Retrieve.
 void setSObjectType(java.lang.String sObjectType)
          Sets the sObjectType value for this Retrieve.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Retrieve

public Retrieve()

Retrieve

public Retrieve(java.lang.String fieldList,
                java.lang.String sObjectType,
                java.lang.String[] ids)
Method Detail

getFieldList

public java.lang.String getFieldList()
Gets the fieldList value for this Retrieve.

Returns:
fieldList

setFieldList

public void setFieldList(java.lang.String fieldList)
Sets the fieldList value for this Retrieve.

Parameters:
fieldList -

getSObjectType

public java.lang.String getSObjectType()
Gets the sObjectType value for this Retrieve.

Returns:
sObjectType

setSObjectType

public void setSObjectType(java.lang.String sObjectType)
Sets the sObjectType value for this Retrieve.

Parameters:
sObjectType -

getIds

public java.lang.String[] getIds()
Gets the ids value for this Retrieve.

Returns:
ids

setIds

public void setIds(java.lang.String[] ids)
Sets the ids value for this Retrieve.

Parameters:
ids -

getIds

public java.lang.String getIds(int i)

setIds

public void setIds(int i,
                   java.lang.String _value)

equals

public boolean equals(java.lang.Object obj)
Overrides:
equals in class java.lang.Object

hashCode

public int hashCode()
Overrides:
hashCode in class java.lang.Object

getTypeDesc

public static org.apache.axis.description.TypeDesc getTypeDesc()
Return type metadata object


getSerializer

public static org.apache.axis.encoding.Serializer getSerializer(java.lang.String mechType,
                                                                java.lang.Class _javaType,
                                                                javax.xml.namespace.QName _xmlType)
Get Custom Serializer


getDeserializer

public static org.apache.axis.encoding.Deserializer getDeserializer(java.lang.String mechType,
                                                                    java.lang.Class _javaType,
                                                                    javax.xml.namespace.QName _xmlType)
Get Custom Deserializer



Copyright © 2009. All Rights Reserved.