|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.sforce.soap.partner.GetDeleted
public class GetDeleted
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="sObjectType" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="startDate" type="{http://www.w3.org/2001/XMLSchema}dateTime"/> <element name="endDate" type="{http://www.w3.org/2001/XMLSchema}dateTime"/> </sequence> </restriction> </complexContent> </complexType>
Field Summary | |
---|---|
protected XMLGregorianCalendar |
endDate
|
protected String |
sObjectType
|
protected XMLGregorianCalendar |
startDate
|
Constructor Summary | |
---|---|
GetDeleted()
|
Method Summary | |
---|---|
XMLGregorianCalendar |
getEndDate()
Gets the value of the endDate property. |
String |
getSObjectType()
Gets the value of the sObjectType property. |
XMLGregorianCalendar |
getStartDate()
Gets the value of the startDate property. |
void |
setEndDate(XMLGregorianCalendar value)
Sets the value of the endDate property. |
void |
setSObjectType(String value)
Sets the value of the sObjectType property. |
void |
setStartDate(XMLGregorianCalendar value)
Sets the value of the startDate property. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected String sObjectType
protected XMLGregorianCalendar startDate
protected XMLGregorianCalendar endDate
Constructor Detail |
---|
public GetDeleted()
Method Detail |
---|
public String getSObjectType()
String
public void setSObjectType(String value)
value
- allowed object is
String
public XMLGregorianCalendar getStartDate()
XMLGregorianCalendar
public void setStartDate(XMLGregorianCalendar value)
value
- allowed object is
XMLGregorianCalendar
public XMLGregorianCalendar getEndDate()
XMLGregorianCalendar
public void setEndDate(XMLGregorianCalendar value)
value
- allowed object is
XMLGregorianCalendar
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |