com.sforce.soap.partner
Class GetDeletedResult

java.lang.Object
  extended by com.sforce.soap.partner.GetDeletedResult

public class GetDeletedResult
extends Object

Java class for GetDeletedResult complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="GetDeletedResult">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="deletedRecords" type="{urn:partner.soap.sforce.com}DeletedRecord" maxOccurs="unbounded" minOccurs="0"/>
         <element name="earliestDateAvailable" type="{http://www.w3.org/2001/XMLSchema}dateTime"/>
         <element name="latestDateCovered" type="{http://www.w3.org/2001/XMLSchema}dateTime"/>
         <element name="sforceReserved" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  List<DeletedRecord> deletedRecords
           
protected  XMLGregorianCalendar earliestDateAvailable
           
protected  XMLGregorianCalendar latestDateCovered
           
protected  String sforceReserved
           
 
Constructor Summary
GetDeletedResult()
           
 
Method Summary
 List<DeletedRecord> getDeletedRecords()
          Gets the value of the deletedRecords property.
 XMLGregorianCalendar getEarliestDateAvailable()
          Gets the value of the earliestDateAvailable property.
 XMLGregorianCalendar getLatestDateCovered()
          Gets the value of the latestDateCovered property.
 String getSforceReserved()
          Gets the value of the sforceReserved property.
 void setEarliestDateAvailable(XMLGregorianCalendar value)
          Sets the value of the earliestDateAvailable property.
 void setLatestDateCovered(XMLGregorianCalendar value)
          Sets the value of the latestDateCovered property.
 void setSforceReserved(String value)
          Sets the value of the sforceReserved property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

deletedRecords

protected List<DeletedRecord> deletedRecords

earliestDateAvailable

protected XMLGregorianCalendar earliestDateAvailable

latestDateCovered

protected XMLGregorianCalendar latestDateCovered

sforceReserved

protected String sforceReserved
Constructor Detail

GetDeletedResult

public GetDeletedResult()
Method Detail

getDeletedRecords

public List<DeletedRecord> getDeletedRecords()
Gets the value of the deletedRecords property.

This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the deletedRecords property.

For example, to add a new item, do as follows:

    getDeletedRecords().add(newItem);
 

Objects of the following type(s) are allowed in the list DeletedRecord


getEarliestDateAvailable

public XMLGregorianCalendar getEarliestDateAvailable()
Gets the value of the earliestDateAvailable property.

Returns:
possible object is XMLGregorianCalendar

setEarliestDateAvailable

public void setEarliestDateAvailable(XMLGregorianCalendar value)
Sets the value of the earliestDateAvailable property.

Parameters:
value - allowed object is XMLGregorianCalendar

getLatestDateCovered

public XMLGregorianCalendar getLatestDateCovered()
Gets the value of the latestDateCovered property.

Returns:
possible object is XMLGregorianCalendar

setLatestDateCovered

public void setLatestDateCovered(XMLGregorianCalendar value)
Sets the value of the latestDateCovered property.

Parameters:
value - allowed object is XMLGregorianCalendar

getSforceReserved

public String getSforceReserved()
Gets the value of the sforceReserved property.

Returns:
possible object is String

setSforceReserved

public void setSforceReserved(String value)
Sets the value of the sforceReserved property.

Parameters:
value - allowed object is String


Copyright © 2012. All Rights Reserved.