Package com.sforce.soap.metadata
Class RetrieveResult
java.lang.Object
com.sforce.soap.metadata.RetrieveResult
- All Implemented Interfaces:
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 TypeMethodDescriptionbooleangetDone()getId()booleanbyte[]booleanisDone()booleanvoidload(XmlInputStream __in, TypeMapper __typeMapper) protected voidloadFields(XmlInputStream __in, TypeMapper __typeMapper) voidsetDone(boolean done) protected voidsetDone(XmlInputStream __in, TypeMapper __typeMapper) protected voidsetErrorMessage(XmlInputStream __in, TypeMapper __typeMapper) voidsetErrorMessage(String errorMessage) voidsetErrorStatusCode(StatusCode errorStatusCode) protected voidsetErrorStatusCode(XmlInputStream __in, TypeMapper __typeMapper) voidsetFileProperties(FileProperties[] fileProperties) protected voidsetFileProperties(XmlInputStream __in, TypeMapper __typeMapper) protected voidsetId(XmlInputStream __in, TypeMapper __typeMapper) voidvoidsetMessages(RetrieveMessage[] messages) protected voidsetMessages(XmlInputStream __in, TypeMapper __typeMapper) voidsetStatus(RetrieveStatus status) protected voidsetStatus(XmlInputStream __in, TypeMapper __typeMapper) voidsetSuccess(boolean success) protected voidsetSuccess(XmlInputStream __in, TypeMapper __typeMapper) voidsetZipFile(byte[] zipFile) protected voidsetZipFile(XmlInputStream __in, TypeMapper __typeMapper) toString()voidwrite(QName __element, XmlOutputStream __out, TypeMapper __typeMapper) protected voidwriteFields(XmlOutputStream __out, TypeMapper __typeMapper)
-
Constructor Details
-
RetrieveResult
public RetrieveResult()Constructor
-
-
Method Details
-
getDone
public boolean getDone() -
isDone
public boolean isDone() -
setDone
public void setDone(boolean done) -
setDone
protected void setDone(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Throws:
IOExceptionConnectionException
-
getErrorMessage
-
setErrorMessage
-
setErrorMessage
protected void setErrorMessage(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Throws:
IOExceptionConnectionException
-
getErrorStatusCode
-
setErrorStatusCode
-
setErrorStatusCode
protected void setErrorStatusCode(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Throws:
IOExceptionConnectionException
-
getFileProperties
-
setFileProperties
-
setFileProperties
protected void setFileProperties(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Throws:
IOExceptionConnectionException
-
getId
-
setId
-
setId
protected void setId(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Throws:
IOExceptionConnectionException
-
getMessages
-
setMessages
-
setMessages
protected void setMessages(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Throws:
IOExceptionConnectionException
-
getStatus
-
setStatus
-
setStatus
protected void setStatus(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Throws:
IOExceptionConnectionException
-
getSuccess
public boolean getSuccess() -
isSuccess
public boolean isSuccess() -
setSuccess
public void setSuccess(boolean success) -
setSuccess
protected void setSuccess(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Throws:
IOExceptionConnectionException
-
getZipFile
public byte[] getZipFile() -
setZipFile
public void setZipFile(byte[] zipFile) -
setZipFile
protected void setZipFile(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
-