Interface IMatchResult

All Known Implementing Classes:
MatchResult

public interface IMatchResult
This is a generated class for the SObject Enterprise API. Do not edit this file, as your changes will be lost.
  • Method Summary

    Modifier and Type
    Method
    Description
    element : entityType of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.String
    element : errors of type {urn:partner.soap.sforce.com}Error java type: com.sforce.soap.partner.Error[]
    element : matchEngine of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.String
    element : matchRecords of type {urn:partner.soap.sforce.com}MatchRecord java type: com.sforce.soap.partner.MatchRecord[]
    element : rule of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.String
    int
    element : size of type {http://www.w3.org/2001/XMLSchema}int java type: int
    boolean
    element : success of type {http://www.w3.org/2001/XMLSchema}boolean java type: boolean
    boolean
     
    void
    setEntityType(String entityType)
     
    void
    setErrors(IError[] errors)
     
    void
    setMatchEngine(String matchEngine)
     
    void
    setMatchRecords(IMatchRecord[] matchRecords)
     
    void
     
    void
    setSize(int size)
     
    void
    setSuccess(boolean success)
     
  • Method Details

    • getEntityType

      String getEntityType()
      element : entityType of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.String
    • setEntityType

      void setEntityType(String entityType)
    • getErrors

      IError[] getErrors()
      element : errors of type {urn:partner.soap.sforce.com}Error java type: com.sforce.soap.partner.Error[]
    • setErrors

      void setErrors(IError[] errors)
    • getMatchEngine

      String getMatchEngine()
      element : matchEngine of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.String
    • setMatchEngine

      void setMatchEngine(String matchEngine)
    • getMatchRecords

      IMatchRecord[] getMatchRecords()
      element : matchRecords of type {urn:partner.soap.sforce.com}MatchRecord java type: com.sforce.soap.partner.MatchRecord[]
    • setMatchRecords

      void setMatchRecords(IMatchRecord[] matchRecords)
    • getRule

      String getRule()
      element : rule of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.String
    • setRule

      void setRule(String rule)
    • getSize

      int getSize()
      element : size of type {http://www.w3.org/2001/XMLSchema}int java type: int
    • setSize

      void setSize(int size)
    • getSuccess

      boolean getSuccess()
      element : success of type {http://www.w3.org/2001/XMLSchema}boolean java type: boolean
    • isSuccess

      boolean isSuccess()
    • setSuccess

      void setSuccess(boolean success)