Class LeadConvertResult

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

public class LeadConvertResult extends Object implements com.sforce.ws.bind.XMLizable, ILeadConvertResult
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 : accountId of type {urn:partner.soap.sforce.com}ID java type: java.lang.String
    element : contactId of type {urn:partner.soap.sforce.com}ID java type: java.lang.String
    element : errors of type {urn:partner.soap.sforce.com}Error java type: com.sforce.soap.partner.Error[]
    element : leadId of type {urn:partner.soap.sforce.com}ID java type: java.lang.String
    element : opportunityId of type {urn:partner.soap.sforce.com}ID java type: java.lang.String
    element : relatedPersonAccountId of type {urn:partner.soap.sforce.com}ID java type: java.lang.String
    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)
     
    protected void
    setAccountId​(com.sforce.ws.parser.XmlInputStream __in, com.sforce.ws.bind.TypeMapper __typeMapper)
     
    void
    setAccountId​(String accountId)
     
    protected void
    setContactId​(com.sforce.ws.parser.XmlInputStream __in, com.sforce.ws.bind.TypeMapper __typeMapper)
     
    void
    setContactId​(String contactId)
     
    void
    setErrors​(IError[] errors)
     
    protected void
    setErrors​(com.sforce.ws.parser.XmlInputStream __in, com.sforce.ws.bind.TypeMapper __typeMapper)
     
    protected void
    setLeadId​(com.sforce.ws.parser.XmlInputStream __in, com.sforce.ws.bind.TypeMapper __typeMapper)
     
    void
    setLeadId​(String leadId)
     
    protected void
    setOpportunityId​(com.sforce.ws.parser.XmlInputStream __in, com.sforce.ws.bind.TypeMapper __typeMapper)
     
    void
    setOpportunityId​(String opportunityId)
     
    protected void
    setRelatedPersonAccountId​(com.sforce.ws.parser.XmlInputStream __in, com.sforce.ws.bind.TypeMapper __typeMapper)
     
    void
    setRelatedPersonAccountId​(String relatedPersonAccountId)
     
    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

    • LeadConvertResult

      public LeadConvertResult()
      Constructor
  • Method Details

    • getAccountId

      public String getAccountId()
      Description copied from interface: ILeadConvertResult
      element : accountId of type {urn:partner.soap.sforce.com}ID java type: java.lang.String
      Specified by:
      getAccountId in interface ILeadConvertResult
    • setAccountId

      public void setAccountId(String accountId)
      Specified by:
      setAccountId in interface ILeadConvertResult
    • setAccountId

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

      public String getContactId()
      Description copied from interface: ILeadConvertResult
      element : contactId of type {urn:partner.soap.sforce.com}ID java type: java.lang.String
      Specified by:
      getContactId in interface ILeadConvertResult
    • setContactId

      public void setContactId(String contactId)
      Specified by:
      setContactId in interface ILeadConvertResult
    • setContactId

      protected void setContactId(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: ILeadConvertResult
      element : errors of type {urn:partner.soap.sforce.com}Error java type: com.sforce.soap.partner.Error[]
      Specified by:
      getErrors in interface ILeadConvertResult
    • setErrors

      public void setErrors(IError[] errors)
      Specified by:
      setErrors in interface ILeadConvertResult
    • 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
    • getLeadId

      public String getLeadId()
      Description copied from interface: ILeadConvertResult
      element : leadId of type {urn:partner.soap.sforce.com}ID java type: java.lang.String
      Specified by:
      getLeadId in interface ILeadConvertResult
    • setLeadId

      public void setLeadId(String leadId)
      Specified by:
      setLeadId in interface ILeadConvertResult
    • setLeadId

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

      public String getOpportunityId()
      Description copied from interface: ILeadConvertResult
      element : opportunityId of type {urn:partner.soap.sforce.com}ID java type: java.lang.String
      Specified by:
      getOpportunityId in interface ILeadConvertResult
    • setOpportunityId

      public void setOpportunityId(String opportunityId)
      Specified by:
      setOpportunityId in interface ILeadConvertResult
    • setOpportunityId

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

      public String getRelatedPersonAccountId()
      Description copied from interface: ILeadConvertResult
      element : relatedPersonAccountId of type {urn:partner.soap.sforce.com}ID java type: java.lang.String
      Specified by:
      getRelatedPersonAccountId in interface ILeadConvertResult
    • setRelatedPersonAccountId

      public void setRelatedPersonAccountId(String relatedPersonAccountId)
      Specified by:
      setRelatedPersonAccountId in interface ILeadConvertResult
    • setRelatedPersonAccountId

      protected void setRelatedPersonAccountId(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: ILeadConvertResult
      element : success of type {http://www.w3.org/2001/XMLSchema}boolean java type: boolean
      Specified by:
      getSuccess in interface ILeadConvertResult
    • isSuccess

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

      public void setSuccess(boolean success)
      Specified by:
      setSuccess in interface ILeadConvertResult
    • 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