Package com.sforce.soap.partner
Class GetDeleted_element
java.lang.Object
com.sforce.soap.partner.GetDeleted_element
- All Implemented Interfaces:
IGetDeleted_element,com.sforce.ws.bind.XMLizable
public class GetDeleted_element
extends Object
implements com.sforce.ws.bind.XMLizable, IGetDeleted_element
This is a generated class for the SObject Enterprise API.
Do not edit this file, as your changes will be lost.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionelement : endDate of type {http://www.w3.org/2001/XMLSchema}dateTime java type: java.util.Calendarelement : sObjectType of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.Stringelement : startDate of type {http://www.w3.org/2001/XMLSchema}dateTime java type: java.util.Calendarvoidload(com.sforce.ws.parser.XmlInputStream __in, com.sforce.ws.bind.TypeMapper __typeMapper)protected voidloadFields(com.sforce.ws.parser.XmlInputStream __in, com.sforce.ws.bind.TypeMapper __typeMapper)protected voidsetEndDate(com.sforce.ws.parser.XmlInputStream __in, com.sforce.ws.bind.TypeMapper __typeMapper)voidsetEndDate(Calendar endDate)protected voidsetSObjectType(com.sforce.ws.parser.XmlInputStream __in, com.sforce.ws.bind.TypeMapper __typeMapper)voidsetSObjectType(String sObjectType)protected voidsetStartDate(com.sforce.ws.parser.XmlInputStream __in, com.sforce.ws.bind.TypeMapper __typeMapper)voidsetStartDate(Calendar startDate)toString()voidwrite(QName __element, com.sforce.ws.parser.XmlOutputStream __out, com.sforce.ws.bind.TypeMapper __typeMapper)protected voidwriteFields(com.sforce.ws.parser.XmlOutputStream __out, com.sforce.ws.bind.TypeMapper __typeMapper)
-
Constructor Details
-
GetDeleted_element
public GetDeleted_element()Constructor
-
-
Method Details
-
getSObjectType
Description copied from interface:IGetDeleted_elementelement : sObjectType of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.String- Specified by:
getSObjectTypein interfaceIGetDeleted_element
-
setSObjectType
- Specified by:
setSObjectTypein interfaceIGetDeleted_element
-
setSObjectType
protected void setSObjectType(com.sforce.ws.parser.XmlInputStream __in, com.sforce.ws.bind.TypeMapper __typeMapper) throws IOException, com.sforce.ws.ConnectionException- Throws:
IOExceptioncom.sforce.ws.ConnectionException
-
getStartDate
Description copied from interface:IGetDeleted_elementelement : startDate of type {http://www.w3.org/2001/XMLSchema}dateTime java type: java.util.Calendar- Specified by:
getStartDatein interfaceIGetDeleted_element
-
setStartDate
- Specified by:
setStartDatein interfaceIGetDeleted_element
-
setStartDate
protected void setStartDate(com.sforce.ws.parser.XmlInputStream __in, com.sforce.ws.bind.TypeMapper __typeMapper) throws IOException, com.sforce.ws.ConnectionException- Throws:
IOExceptioncom.sforce.ws.ConnectionException
-
getEndDate
Description copied from interface:IGetDeleted_elementelement : endDate of type {http://www.w3.org/2001/XMLSchema}dateTime java type: java.util.Calendar- Specified by:
getEndDatein interfaceIGetDeleted_element
-
setEndDate
- Specified by:
setEndDatein interfaceIGetDeleted_element
-
setEndDate
protected void setEndDate(com.sforce.ws.parser.XmlInputStream __in, com.sforce.ws.bind.TypeMapper __typeMapper) throws IOException, com.sforce.ws.ConnectionException- Throws:
IOExceptioncom.sforce.ws.ConnectionException
-
write
public void write(QName __element, com.sforce.ws.parser.XmlOutputStream __out, com.sforce.ws.bind.TypeMapper __typeMapper) throws IOException- Specified by:
writein interfacecom.sforce.ws.bind.XMLizable- Throws:
IOException
-
writeFields
protected void writeFields(com.sforce.ws.parser.XmlOutputStream __out, com.sforce.ws.bind.TypeMapper __typeMapper) throws IOException- Throws:
IOException
-
load
public void load(com.sforce.ws.parser.XmlInputStream __in, com.sforce.ws.bind.TypeMapper __typeMapper) throws IOException, com.sforce.ws.ConnectionException- Specified by:
loadin interfacecom.sforce.ws.bind.XMLizable- Throws:
IOExceptioncom.sforce.ws.ConnectionException
-
loadFields
protected void loadFields(com.sforce.ws.parser.XmlInputStream __in, com.sforce.ws.bind.TypeMapper __typeMapper) throws IOException, com.sforce.ws.ConnectionException- Throws:
IOExceptioncom.sforce.ws.ConnectionException
-
toString
-