|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.sforce.soap.partner.GetDeletedResult
public class GetDeletedResult
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 java.util.List<DeletedRecord> |
deletedRecords
|
protected javax.xml.datatype.XMLGregorianCalendar |
earliestDateAvailable
|
protected javax.xml.datatype.XMLGregorianCalendar |
latestDateCovered
|
protected java.lang.String |
sforceReserved
|
| Constructor Summary | |
|---|---|
GetDeletedResult()
|
|
| Method Summary | |
|---|---|
java.util.List<DeletedRecord> |
getDeletedRecords()
Gets the value of the deletedRecords property. |
javax.xml.datatype.XMLGregorianCalendar |
getEarliestDateAvailable()
Gets the value of the earliestDateAvailable property. |
javax.xml.datatype.XMLGregorianCalendar |
getLatestDateCovered()
Gets the value of the latestDateCovered property. |
java.lang.String |
getSforceReserved()
Gets the value of the sforceReserved property. |
void |
setEarliestDateAvailable(javax.xml.datatype.XMLGregorianCalendar value)
Sets the value of the earliestDateAvailable property. |
void |
setLatestDateCovered(javax.xml.datatype.XMLGregorianCalendar value)
Sets the value of the latestDateCovered property. |
void |
setSforceReserved(java.lang.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 |
|---|
protected java.util.List<DeletedRecord> deletedRecords
protected javax.xml.datatype.XMLGregorianCalendar earliestDateAvailable
protected javax.xml.datatype.XMLGregorianCalendar latestDateCovered
protected java.lang.String sforceReserved
| Constructor Detail |
|---|
public GetDeletedResult()
| Method Detail |
|---|
public java.util.List<DeletedRecord> getDeletedRecords()
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
public javax.xml.datatype.XMLGregorianCalendar getEarliestDateAvailable()
XMLGregorianCalendarpublic void setEarliestDateAvailable(javax.xml.datatype.XMLGregorianCalendar value)
value - allowed object is
XMLGregorianCalendarpublic javax.xml.datatype.XMLGregorianCalendar getLatestDateCovered()
XMLGregorianCalendarpublic void setLatestDateCovered(javax.xml.datatype.XMLGregorianCalendar value)
value - allowed object is
XMLGregorianCalendarpublic java.lang.String getSforceReserved()
Stringpublic void setSforceReserved(java.lang.String value)
value - allowed object is
String
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||