public class DeletedRecord extends Object
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:tooling.soap.sforce.com}ID"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected XMLGregorianCalendar |
deletedDate |
protected String |
id |
| Constructor and Description |
|---|
DeletedRecord() |
| Modifier and Type | Method and Description |
|---|---|
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.
|
protected XMLGregorianCalendar deletedDate
protected String id
public XMLGregorianCalendar getDeletedDate()
XMLGregorianCalendarpublic void setDeletedDate(XMLGregorianCalendar value)
value - allowed object is
XMLGregorianCalendarCopyright © 2016. All rights reserved.