Package com.sforce.soap.partner
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 TypeMethodDescriptionelement : entityType of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.StringIError[]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.Stringelement : matchRecords of type {urn:partner.soap.sforce.com}MatchRecord java type: com.sforce.soap.partner.MatchRecord[]getRule()element : rule of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.StringintgetSize()element : size of type {http://www.w3.org/2001/XMLSchema}int java type: intbooleanelement : success of type {http://www.w3.org/2001/XMLSchema}boolean java type: booleanbooleanvoidsetEntityType(String entityType) voidvoidsetMatchEngine(String matchEngine) voidsetMatchRecords(IMatchRecord[] matchRecords) voidvoidsetSize(int size) voidsetSuccess(boolean success)
-
Method Details
-
getEntityType
String getEntityType()element : entityType of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.String -
setEntityType
-
getErrors
IError[] getErrors()element : errors of type {urn:partner.soap.sforce.com}Error java type: com.sforce.soap.partner.Error[] -
setErrors
-
getMatchEngine
String getMatchEngine()element : matchEngine of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.String -
setMatchEngine
-
getMatchRecords
IMatchRecord[] getMatchRecords()element : matchRecords of type {urn:partner.soap.sforce.com}MatchRecord java type: com.sforce.soap.partner.MatchRecord[] -
setMatchRecords
-
getRule
String getRule()element : rule of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.String -
setRule
-
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)
-