public class GetDeleted extends Object
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="start" type="{http://www.w3.org/2001/XMLSchema}dateTime"/>
<element name="end" type="{http://www.w3.org/2001/XMLSchema}dateTime"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected XMLGregorianCalendar |
end |
protected String |
sObjectType |
protected XMLGregorianCalendar |
start |
| Constructor and Description |
|---|
GetDeleted() |
| Modifier and Type | Method and Description |
|---|---|
XMLGregorianCalendar |
getEnd()
Gets the value of the end property.
|
String |
getSObjectType()
Gets the value of the sObjectType property.
|
XMLGregorianCalendar |
getStart()
Gets the value of the start property.
|
void |
setEnd(XMLGregorianCalendar value)
Sets the value of the end property.
|
void |
setSObjectType(String value)
Sets the value of the sObjectType property.
|
void |
setStart(XMLGregorianCalendar value)
Sets the value of the start property.
|
protected String sObjectType
protected XMLGregorianCalendar start
protected XMLGregorianCalendar end
public String getSObjectType()
Stringpublic void setSObjectType(String value)
value - allowed object is
Stringpublic XMLGregorianCalendar getStart()
XMLGregorianCalendarpublic void setStart(XMLGregorianCalendar value)
value - allowed object is
XMLGregorianCalendarpublic XMLGregorianCalendar getEnd()
XMLGregorianCalendarpublic void setEnd(XMLGregorianCalendar value)
value - allowed object is
XMLGregorianCalendarCopyright © 2016. All rights reserved.