public class DeleteByExampleResult extends java.lang.Object implements XMLizable, IDeleteByExampleResult
| Constructor and Description |
|---|
DeleteByExampleResult()
Constructor
|
| Modifier and Type | Method and Description |
|---|---|
SObject |
getEntity()
element : entity of type {urn:sobject.partner.soap.sforce.com}sObject
java type: com.sforce.soap.partner.sobject.SObject
|
Error[] |
getErrors()
element : errors of type {urn:partner.soap.sforce.com}Error
java type: com.sforce.soap.partner.Error[]
|
long |
getRowCount()
element : rowCount of type {http://www.w3.org/2001/XMLSchema}long
java type: long
|
boolean |
getSuccess()
element : success of type {http://www.w3.org/2001/XMLSchema}boolean
java type: boolean
|
boolean |
isSuccess() |
void |
load(XmlInputStream __in,
TypeMapper __typeMapper) |
protected void |
loadFields(XmlInputStream __in,
TypeMapper __typeMapper) |
void |
setEntity(ISObject entity) |
protected void |
setEntity(XmlInputStream __in,
TypeMapper __typeMapper) |
void |
setErrors(IError[] errors) |
protected void |
setErrors(XmlInputStream __in,
TypeMapper __typeMapper) |
void |
setRowCount(long rowCount) |
protected void |
setRowCount(XmlInputStream __in,
TypeMapper __typeMapper) |
void |
setSuccess(boolean success) |
protected void |
setSuccess(XmlInputStream __in,
TypeMapper __typeMapper) |
java.lang.String |
toString() |
void |
write(javax.xml.namespace.QName __element,
XmlOutputStream __out,
TypeMapper __typeMapper) |
protected void |
writeFields(XmlOutputStream __out,
TypeMapper __typeMapper) |
public SObject getEntity()
IDeleteByExampleResultgetEntity in interface IDeleteByExampleResultpublic void setEntity(ISObject entity)
setEntity in interface IDeleteByExampleResultprotected void setEntity(XmlInputStream __in, TypeMapper __typeMapper) throws java.io.IOException, ConnectionException
java.io.IOExceptionConnectionExceptionpublic Error[] getErrors()
IDeleteByExampleResultgetErrors in interface IDeleteByExampleResultpublic void setErrors(IError[] errors)
setErrors in interface IDeleteByExampleResultprotected void setErrors(XmlInputStream __in, TypeMapper __typeMapper) throws java.io.IOException, ConnectionException
java.io.IOExceptionConnectionExceptionpublic long getRowCount()
IDeleteByExampleResultgetRowCount in interface IDeleteByExampleResultpublic void setRowCount(long rowCount)
setRowCount in interface IDeleteByExampleResultprotected void setRowCount(XmlInputStream __in, TypeMapper __typeMapper) throws java.io.IOException, ConnectionException
java.io.IOExceptionConnectionExceptionpublic boolean getSuccess()
IDeleteByExampleResultgetSuccess in interface IDeleteByExampleResultpublic boolean isSuccess()
isSuccess in interface IDeleteByExampleResultpublic void setSuccess(boolean success)
setSuccess in interface IDeleteByExampleResultprotected void setSuccess(XmlInputStream __in, TypeMapper __typeMapper) throws java.io.IOException, ConnectionException
java.io.IOExceptionConnectionExceptionpublic void write(javax.xml.namespace.QName __element,
XmlOutputStream __out,
TypeMapper __typeMapper)
throws java.io.IOException
protected void writeFields(XmlOutputStream __out, TypeMapper __typeMapper) throws java.io.IOException
java.io.IOExceptionpublic void load(XmlInputStream __in, TypeMapper __typeMapper) throws java.io.IOException, ConnectionException
load in interface XMLizablejava.io.IOExceptionConnectionExceptionprotected void loadFields(XmlInputStream __in, TypeMapper __typeMapper) throws java.io.IOException, ConnectionException
java.io.IOExceptionConnectionExceptionpublic java.lang.String toString()
toString in class java.lang.ObjectCopyright © 2020. All Rights Reserved.