Package com.sforce.soap.partner
Class UpsertResult
java.lang.Object
com.sforce.soap.partner.UpsertResult
- All Implemented Interfaces:
IUpsertResult,com.sforce.ws.bind.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 TypeMethodDescriptionbooleanelement : created of type {http://www.w3.org/2001/XMLSchema}boolean java type: booleanError[]element : errors of type {urn:partner.soap.sforce.com}Error java type: com.sforce.soap.partner.Error[]getId()element : id of type {urn:partner.soap.sforce.com}ID java type: java.lang.Stringbooleanelement : success of type {http://www.w3.org/2001/XMLSchema}boolean java type: booleanbooleanbooleanvoidload(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)voidsetCreated(boolean created)protected voidsetCreated(com.sforce.ws.parser.XmlInputStream __in, com.sforce.ws.bind.TypeMapper __typeMapper)voidprotected voidsetErrors(com.sforce.ws.parser.XmlInputStream __in, com.sforce.ws.bind.TypeMapper __typeMapper)protected voidsetId(com.sforce.ws.parser.XmlInputStream __in, com.sforce.ws.bind.TypeMapper __typeMapper)voidvoidsetSuccess(boolean success)protected voidsetSuccess(com.sforce.ws.parser.XmlInputStream __in, com.sforce.ws.bind.TypeMapper __typeMapper)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
-
UpsertResult
public UpsertResult()Constructor
-
-
Method Details
-
getCreated
public boolean getCreated()Description copied from interface:IUpsertResultelement : created of type {http://www.w3.org/2001/XMLSchema}boolean java type: boolean- Specified by:
getCreatedin interfaceIUpsertResult
-
isCreated
public boolean isCreated()- Specified by:
isCreatedin interfaceIUpsertResult
-
setCreated
public void setCreated(boolean created)- Specified by:
setCreatedin interfaceIUpsertResult
-
setCreated
protected void setCreated(com.sforce.ws.parser.XmlInputStream __in, com.sforce.ws.bind.TypeMapper __typeMapper) throws IOException, com.sforce.ws.ConnectionException- Throws:
IOExceptioncom.sforce.ws.ConnectionException
-
getErrors
Description copied from interface:IUpsertResultelement : errors of type {urn:partner.soap.sforce.com}Error java type: com.sforce.soap.partner.Error[]- Specified by:
getErrorsin interfaceIUpsertResult
-
setErrors
- Specified by:
setErrorsin interfaceIUpsertResult
-
setErrors
protected void setErrors(com.sforce.ws.parser.XmlInputStream __in, com.sforce.ws.bind.TypeMapper __typeMapper) throws IOException, com.sforce.ws.ConnectionException- Throws:
IOExceptioncom.sforce.ws.ConnectionException
-
getId
Description copied from interface:IUpsertResultelement : id of type {urn:partner.soap.sforce.com}ID java type: java.lang.String- Specified by:
getIdin interfaceIUpsertResult
-
setId
- Specified by:
setIdin interfaceIUpsertResult
-
setId
protected void setId(com.sforce.ws.parser.XmlInputStream __in, com.sforce.ws.bind.TypeMapper __typeMapper) throws IOException, com.sforce.ws.ConnectionException- Throws:
IOExceptioncom.sforce.ws.ConnectionException
-
getSuccess
public boolean getSuccess()Description copied from interface:IUpsertResultelement : success of type {http://www.w3.org/2001/XMLSchema}boolean java type: boolean- Specified by:
getSuccessin interfaceIUpsertResult
-
isSuccess
public boolean isSuccess()- Specified by:
isSuccessin interfaceIUpsertResult
-
setSuccess
public void setSuccess(boolean success)- Specified by:
setSuccessin interfaceIUpsertResult
-
setSuccess
protected void setSuccess(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
-