Class DuplicateResult

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

public class DuplicateResult extends Object implements com.sforce.ws.bind.XMLizable, IDuplicateResult
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
    boolean
    element : allowSave of type {http://www.w3.org/2001/XMLSchema}boolean java type: boolean
    element : duplicateRule of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.String
    element : duplicateRuleEntityType of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.String
    element : errorMessage of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.String
    element : matchResults of type {urn:partner.soap.sforce.com}MatchResult java type: com.sforce.soap.partner.MatchResult[]
    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
    setAllowSave​(boolean allowSave)
     
    protected void
    setAllowSave​(com.sforce.ws.parser.XmlInputStream __in, com.sforce.ws.bind.TypeMapper __typeMapper)
     
    protected void
    setDuplicateRule​(com.sforce.ws.parser.XmlInputStream __in, com.sforce.ws.bind.TypeMapper __typeMapper)
     
    void
    setDuplicateRule​(String duplicateRule)
     
    protected void
    setDuplicateRuleEntityType​(com.sforce.ws.parser.XmlInputStream __in, com.sforce.ws.bind.TypeMapper __typeMapper)
     
    void
    setDuplicateRuleEntityType​(String duplicateRuleEntityType)
     
    protected void
    setErrorMessage​(com.sforce.ws.parser.XmlInputStream __in, com.sforce.ws.bind.TypeMapper __typeMapper)
     
    void
    setErrorMessage​(String errorMessage)
     
    void
    setMatchResults​(IMatchResult[] matchResults)
     
    protected void
    setMatchResults​(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

    • DuplicateResult

      public DuplicateResult()
      Constructor
  • Method Details

    • getAllowSave

      public boolean getAllowSave()
      Description copied from interface: IDuplicateResult
      element : allowSave of type {http://www.w3.org/2001/XMLSchema}boolean java type: boolean
      Specified by:
      getAllowSave in interface IDuplicateResult
    • isAllowSave

      public boolean isAllowSave()
      Specified by:
      isAllowSave in interface IDuplicateResult
    • setAllowSave

      public void setAllowSave(boolean allowSave)
      Specified by:
      setAllowSave in interface IDuplicateResult
    • setAllowSave

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

      public String getDuplicateRule()
      Description copied from interface: IDuplicateResult
      element : duplicateRule of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.String
      Specified by:
      getDuplicateRule in interface IDuplicateResult
    • setDuplicateRule

      public void setDuplicateRule(String duplicateRule)
      Specified by:
      setDuplicateRule in interface IDuplicateResult
    • setDuplicateRule

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

      public String getDuplicateRuleEntityType()
      Description copied from interface: IDuplicateResult
      element : duplicateRuleEntityType of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.String
      Specified by:
      getDuplicateRuleEntityType in interface IDuplicateResult
    • setDuplicateRuleEntityType

      public void setDuplicateRuleEntityType(String duplicateRuleEntityType)
      Specified by:
      setDuplicateRuleEntityType in interface IDuplicateResult
    • setDuplicateRuleEntityType

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

      public String getErrorMessage()
      Description copied from interface: IDuplicateResult
      element : errorMessage of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.String
      Specified by:
      getErrorMessage in interface IDuplicateResult
    • setErrorMessage

      public void setErrorMessage(String errorMessage)
      Specified by:
      setErrorMessage in interface IDuplicateResult
    • setErrorMessage

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

      public MatchResult[] getMatchResults()
      Description copied from interface: IDuplicateResult
      element : matchResults of type {urn:partner.soap.sforce.com}MatchResult java type: com.sforce.soap.partner.MatchResult[]
      Specified by:
      getMatchResults in interface IDuplicateResult
    • setMatchResults

      public void setMatchResults(IMatchResult[] matchResults)
      Specified by:
      setMatchResults in interface IDuplicateResult
    • setMatchResults

      protected void setMatchResults(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