Package com.sforce.soap.partner
Interface IMatchResult
-
- All Known Implementing Classes:
MatchResult
public interface IMatchResultThis is a generated class for the SObject Enterprise API. Do not edit this file, as your changes will be lost.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetEntityType()element : entityType of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.StringIError[]getErrors()element : errors of type {urn:partner.soap.sforce.com}Error java type: com.sforce.soap.partner.Error[]StringgetMatchEngine()element : matchEngine of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.StringIMatchRecord[]getMatchRecords()element : matchRecords of type {urn:partner.soap.sforce.com}MatchRecord java type: com.sforce.soap.partner.MatchRecord[]StringgetRule()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: intbooleangetSuccess()element : success of type {http://www.w3.org/2001/XMLSchema}boolean java type: booleanbooleanisSuccess()voidsetEntityType(String entityType)voidsetErrors(IError[] errors)voidsetMatchEngine(String matchEngine)voidsetMatchRecords(IMatchRecord[] matchRecords)voidsetRule(String rule)voidsetSize(int size)voidsetSuccess(boolean success)
-
-
-
Method Detail
-
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)
-
-