|
||||||||||
| 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 javax.xml.datatype.XMLGregorianCalendar |
deletedDate
|
protected java.lang.String |
id
|
| Constructor Summary | |
|---|---|
DeletedRecord()
|
|
| Method Summary | |
|---|---|
javax.xml.datatype.XMLGregorianCalendar |
getDeletedDate()
Gets the value of the deletedDate property. |
java.lang.String |
getId()
Gets the value of the id property. |
void |
setDeletedDate(javax.xml.datatype.XMLGregorianCalendar value)
Sets the value of the deletedDate property. |
void |
setId(java.lang.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 javax.xml.datatype.XMLGregorianCalendar deletedDate
protected java.lang.String id
| Constructor Detail |
|---|
public DeletedRecord()
| Method Detail |
|---|
public javax.xml.datatype.XMLGregorianCalendar getDeletedDate()
XMLGregorianCalendarpublic void setDeletedDate(javax.xml.datatype.XMLGregorianCalendar value)
value - allowed object is
XMLGregorianCalendarpublic java.lang.String getId()
Stringpublic void setId(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 | |||||||||