com.sforce.soap.partner
Class GetDeletedResult

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

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

See Also:
Serialized Form

Constructor Summary
GetDeletedResult()
           
GetDeletedResult(DeletedRecord[] deletedRecords, java.util.Calendar earliestDateAvailable, java.util.Calendar latestDateCovered, java.lang.String sforceReserved)
           
 
Method Summary
 boolean equals(java.lang.Object obj)
           
 DeletedRecord[] getDeletedRecords()
          Gets the deletedRecords value for this GetDeletedResult.
 DeletedRecord getDeletedRecords(int i)
           
static org.apache.axis.encoding.Deserializer getDeserializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)
          Get Custom Deserializer
 java.util.Calendar getEarliestDateAvailable()
          Gets the earliestDateAvailable value for this GetDeletedResult.
 java.util.Calendar getLatestDateCovered()
          Gets the latestDateCovered value for this GetDeletedResult.
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 getSforceReserved()
          Gets the sforceReserved value for this GetDeletedResult.
static org.apache.axis.description.TypeDesc getTypeDesc()
          Return type metadata object
 int hashCode()
           
 void setDeletedRecords(DeletedRecord[] deletedRecords)
          Sets the deletedRecords value for this GetDeletedResult.
 void setDeletedRecords(int i, DeletedRecord _value)
           
 void setEarliestDateAvailable(java.util.Calendar earliestDateAvailable)
          Sets the earliestDateAvailable value for this GetDeletedResult.
 void setLatestDateCovered(java.util.Calendar latestDateCovered)
          Sets the latestDateCovered value for this GetDeletedResult.
 void setSforceReserved(java.lang.String sforceReserved)
          Sets the sforceReserved value for this GetDeletedResult.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GetDeletedResult

public GetDeletedResult()

GetDeletedResult

public GetDeletedResult(DeletedRecord[] deletedRecords,
                        java.util.Calendar earliestDateAvailable,
                        java.util.Calendar latestDateCovered,
                        java.lang.String sforceReserved)
Method Detail

getDeletedRecords

public DeletedRecord[] getDeletedRecords()
Gets the deletedRecords value for this GetDeletedResult.

Returns:
deletedRecords

setDeletedRecords

public void setDeletedRecords(DeletedRecord[] deletedRecords)
Sets the deletedRecords value for this GetDeletedResult.

Parameters:
deletedRecords -

getDeletedRecords

public DeletedRecord getDeletedRecords(int i)

setDeletedRecords

public void setDeletedRecords(int i,
                              DeletedRecord _value)

getEarliestDateAvailable

public java.util.Calendar getEarliestDateAvailable()
Gets the earliestDateAvailable value for this GetDeletedResult.

Returns:
earliestDateAvailable

setEarliestDateAvailable

public void setEarliestDateAvailable(java.util.Calendar earliestDateAvailable)
Sets the earliestDateAvailable value for this GetDeletedResult.

Parameters:
earliestDateAvailable -

getLatestDateCovered

public java.util.Calendar getLatestDateCovered()
Gets the latestDateCovered value for this GetDeletedResult.

Returns:
latestDateCovered

setLatestDateCovered

public void setLatestDateCovered(java.util.Calendar latestDateCovered)
Sets the latestDateCovered value for this GetDeletedResult.

Parameters:
latestDateCovered -

getSforceReserved

public java.lang.String getSforceReserved()
Gets the sforceReserved value for this GetDeletedResult.

Returns:
sforceReserved

setSforceReserved

public void setSforceReserved(java.lang.String sforceReserved)
Sets the sforceReserved value for this GetDeletedResult.

Parameters:
sforceReserved -

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.