Package com.sforce.soap.partner
Class GetUpdatedResult
java.lang.Object
com.sforce.soap.partner.GetUpdatedResult
- All Implemented Interfaces:
IGetUpdatedResult,XMLizable
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 TypeMethodDescriptionString[]getIds()element : ids of type {urn:partner.soap.sforce.com}ID java type: java.lang.String[]element : latestDateCovered of type {http://www.w3.org/2001/XMLSchema}dateTime java type: java.util.Calendarvoidload(XmlInputStream __in, TypeMapper __typeMapper) protected voidloadFields(XmlInputStream __in, TypeMapper __typeMapper) protected voidsetIds(XmlInputStream __in, TypeMapper __typeMapper) voidprotected voidsetLatestDateCovered(XmlInputStream __in, TypeMapper __typeMapper) voidsetLatestDateCovered(Calendar latestDateCovered) toString()voidwrite(QName __element, XmlOutputStream __out, TypeMapper __typeMapper) protected voidwriteFields(XmlOutputStream __out, TypeMapper __typeMapper)
-
Constructor Details
-
GetUpdatedResult
public GetUpdatedResult()Constructor
-
-
Method Details
-
getIds
Description copied from interface:IGetUpdatedResultelement : ids of type {urn:partner.soap.sforce.com}ID java type: java.lang.String[]- Specified by:
getIdsin interfaceIGetUpdatedResult
-
setIds
- Specified by:
setIdsin interfaceIGetUpdatedResult
-
setIds
protected void setIds(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Throws:
IOExceptionConnectionException
-
getLatestDateCovered
Description copied from interface:IGetUpdatedResultelement : latestDateCovered of type {http://www.w3.org/2001/XMLSchema}dateTime java type: java.util.Calendar- Specified by:
getLatestDateCoveredin interfaceIGetUpdatedResult
-
setLatestDateCovered
- Specified by:
setLatestDateCoveredin interfaceIGetUpdatedResult
-
setLatestDateCovered
protected void setLatestDateCovered(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Throws:
IOExceptionConnectionException
-
write
public void write(QName __element, XmlOutputStream __out, TypeMapper __typeMapper) throws IOException - Specified by:
writein interfaceXMLizable- Throws:
IOException
-
writeFields
- Throws:
IOException
-
load
public void load(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Specified by:
loadin interfaceXMLizable- Throws:
IOExceptionConnectionException
-
loadFields
protected void loadFields(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Throws:
IOExceptionConnectionException
-
toString
-