Class MatchRecord

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

public class MatchRecord extends Object implements com.sforce.ws.bind.XMLizable, IMatchRecord
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 : additionalInformation of type {urn:partner.soap.sforce.com}AdditionalInformationMap java type: com.sforce.soap.partner.AdditionalInformationMap[]
    element : fieldDiffs of type {urn:partner.soap.sforce.com}FieldDiff java type: com.sforce.soap.partner.FieldDiff[]
    double
    element : matchConfidence of type {http://www.w3.org/2001/XMLSchema}double java type: double
    element : record of type {urn:sobject.partner.soap.sforce.com}sObject java type: com.sforce.soap.partner.sobject.SObject
    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
     
    protected void
    setAdditionalInformation​(com.sforce.ws.parser.XmlInputStream __in, com.sforce.ws.bind.TypeMapper __typeMapper)
     
    void
    setFieldDiffs​(IFieldDiff[] fieldDiffs)
     
    protected void
    setFieldDiffs​(com.sforce.ws.parser.XmlInputStream __in, com.sforce.ws.bind.TypeMapper __typeMapper)
     
    void
    setMatchConfidence​(double matchConfidence)
     
    protected void
    setMatchConfidence​(com.sforce.ws.parser.XmlInputStream __in, com.sforce.ws.bind.TypeMapper __typeMapper)
     
    void
    setRecord​(ISObject record)
     
    protected void
    setRecord​(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

    • MatchRecord

      public MatchRecord()
      Constructor
  • Method Details

    • getAdditionalInformation

      public AdditionalInformationMap[] getAdditionalInformation()
      Description copied from interface: IMatchRecord
      element : additionalInformation of type {urn:partner.soap.sforce.com}AdditionalInformationMap java type: com.sforce.soap.partner.AdditionalInformationMap[]
      Specified by:
      getAdditionalInformation in interface IMatchRecord
    • setAdditionalInformation

      public void setAdditionalInformation(IAdditionalInformationMap[] additionalInformation)
      Specified by:
      setAdditionalInformation in interface IMatchRecord
    • setAdditionalInformation

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

      public FieldDiff[] getFieldDiffs()
      Description copied from interface: IMatchRecord
      element : fieldDiffs of type {urn:partner.soap.sforce.com}FieldDiff java type: com.sforce.soap.partner.FieldDiff[]
      Specified by:
      getFieldDiffs in interface IMatchRecord
    • setFieldDiffs

      public void setFieldDiffs(IFieldDiff[] fieldDiffs)
      Specified by:
      setFieldDiffs in interface IMatchRecord
    • setFieldDiffs

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

      public double getMatchConfidence()
      Description copied from interface: IMatchRecord
      element : matchConfidence of type {http://www.w3.org/2001/XMLSchema}double java type: double
      Specified by:
      getMatchConfidence in interface IMatchRecord
    • setMatchConfidence

      public void setMatchConfidence(double matchConfidence)
      Specified by:
      setMatchConfidence in interface IMatchRecord
    • setMatchConfidence

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

      public SObject getRecord()
      Description copied from interface: IMatchRecord
      element : record of type {urn:sobject.partner.soap.sforce.com}sObject java type: com.sforce.soap.partner.sobject.SObject
      Specified by:
      getRecord in interface IMatchRecord
    • setRecord

      public void setRecord(ISObject record)
      Specified by:
      setRecord in interface IMatchRecord
    • setRecord

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