Class DeleteByExampleResult

java.lang.Object
com.sforce.soap.partner.DeleteByExampleResult
All Implemented Interfaces:
IDeleteByExampleResult, com.sforce.ws.bind.XMLizable

public class DeleteByExampleResult extends Object implements com.sforce.ws.bind.XMLizable, IDeleteByExampleResult
This is a generated class for the SObject Enterprise API. Do not edit this file, as your changes will be lost.
  • Constructor Summary

    Constructors
    Constructor
    Description
    Constructor
  • Method Summary

    Modifier and Type
    Method
    Description
    element : entity of type {urn:sobject.partner.soap.sforce.com}sObject java type: com.sforce.soap.partner.sobject.SObject
    element : errors of type {urn:partner.soap.sforce.com}Error java type: com.sforce.soap.partner.Error[]
    long
    element : rowCount of type {http://www.w3.org/2001/XMLSchema}long java type: long
    boolean
    element : success of type {http://www.w3.org/2001/XMLSchema}boolean java type: boolean
    boolean
     
    void
    load​(com.sforce.ws.parser.XmlInputStream __in, com.sforce.ws.bind.TypeMapper __typeMapper)
     
    protected void
    loadFields​(com.sforce.ws.parser.XmlInputStream __in, com.sforce.ws.bind.TypeMapper __typeMapper)
     
    void
    setEntity​(ISObject entity)
     
    protected void
    setEntity​(com.sforce.ws.parser.XmlInputStream __in, com.sforce.ws.bind.TypeMapper __typeMapper)
     
    void
    setErrors​(IError[] errors)
     
    protected void
    setErrors​(com.sforce.ws.parser.XmlInputStream __in, com.sforce.ws.bind.TypeMapper __typeMapper)
     
    void
    setRowCount​(long rowCount)
     
    protected void
    setRowCount​(com.sforce.ws.parser.XmlInputStream __in, com.sforce.ws.bind.TypeMapper __typeMapper)
     
    void
    setSuccess​(boolean success)
     
    protected void
    setSuccess​(com.sforce.ws.parser.XmlInputStream __in, com.sforce.ws.bind.TypeMapper __typeMapper)
     
     
    void
    write​(QName __element, com.sforce.ws.parser.XmlOutputStream __out, com.sforce.ws.bind.TypeMapper __typeMapper)
     
    protected void
    writeFields​(com.sforce.ws.parser.XmlOutputStream __out, com.sforce.ws.bind.TypeMapper __typeMapper)
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
  • Constructor Details

    • DeleteByExampleResult

      public DeleteByExampleResult()
      Constructor
  • Method Details

    • getEntity

      public SObject getEntity()
      Description copied from interface: IDeleteByExampleResult
      element : entity of type {urn:sobject.partner.soap.sforce.com}sObject java type: com.sforce.soap.partner.sobject.SObject
      Specified by:
      getEntity in interface IDeleteByExampleResult
    • setEntity

      public void setEntity(ISObject entity)
      Specified by:
      setEntity in interface IDeleteByExampleResult
    • setEntity

      protected void setEntity(com.sforce.ws.parser.XmlInputStream __in, com.sforce.ws.bind.TypeMapper __typeMapper) throws IOException, com.sforce.ws.ConnectionException
      Throws:
      IOException
      com.sforce.ws.ConnectionException
    • getErrors

      public Error[] getErrors()
      Description copied from interface: IDeleteByExampleResult
      element : errors of type {urn:partner.soap.sforce.com}Error java type: com.sforce.soap.partner.Error[]
      Specified by:
      getErrors in interface IDeleteByExampleResult
    • setErrors

      public void setErrors(IError[] errors)
      Specified by:
      setErrors in interface IDeleteByExampleResult
    • setErrors

      protected void setErrors(com.sforce.ws.parser.XmlInputStream __in, com.sforce.ws.bind.TypeMapper __typeMapper) throws IOException, com.sforce.ws.ConnectionException
      Throws:
      IOException
      com.sforce.ws.ConnectionException
    • getRowCount

      public long getRowCount()
      Description copied from interface: IDeleteByExampleResult
      element : rowCount of type {http://www.w3.org/2001/XMLSchema}long java type: long
      Specified by:
      getRowCount in interface IDeleteByExampleResult
    • setRowCount

      public void setRowCount(long rowCount)
      Specified by:
      setRowCount in interface IDeleteByExampleResult
    • setRowCount

      protected void setRowCount(com.sforce.ws.parser.XmlInputStream __in, com.sforce.ws.bind.TypeMapper __typeMapper) throws IOException, com.sforce.ws.ConnectionException
      Throws:
      IOException
      com.sforce.ws.ConnectionException
    • getSuccess

      public boolean getSuccess()
      Description copied from interface: IDeleteByExampleResult
      element : success of type {http://www.w3.org/2001/XMLSchema}boolean java type: boolean
      Specified by:
      getSuccess in interface IDeleteByExampleResult
    • isSuccess

      public boolean isSuccess()
      Specified by:
      isSuccess in interface IDeleteByExampleResult
    • setSuccess

      public void setSuccess(boolean success)
      Specified by:
      setSuccess in interface IDeleteByExampleResult
    • setSuccess

      protected void setSuccess(com.sforce.ws.parser.XmlInputStream __in, com.sforce.ws.bind.TypeMapper __typeMapper) throws IOException, com.sforce.ws.ConnectionException
      Throws:
      IOException
      com.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:
      write in interface com.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:
      load in interface com.sforce.ws.bind.XMLizable
      Throws:
      IOException
      com.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:
      IOException
      com.sforce.ws.ConnectionException
    • toString

      public String toString()
      Overrides:
      toString in class Object