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