Package com.sforce.soap.partner
Class MatchResult
- java.lang.Object
-
- com.sforce.soap.partner.MatchResult
-
- All Implemented Interfaces:
IMatchResult,XMLizable
public class MatchResult extends Object implements XMLizable, IMatchResult
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 MatchResult()Constructor
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetEntityType()element : entityType of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.StringError[]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.StringMatchRecord[]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()voidload(XmlInputStream __in, TypeMapper __typeMapper)protected voidloadFields(XmlInputStream __in, TypeMapper __typeMapper)protected voidsetEntityType(XmlInputStream __in, TypeMapper __typeMapper)voidsetEntityType(String entityType)voidsetErrors(IError[] errors)protected voidsetErrors(XmlInputStream __in, TypeMapper __typeMapper)protected voidsetMatchEngine(XmlInputStream __in, TypeMapper __typeMapper)voidsetMatchEngine(String matchEngine)voidsetMatchRecords(IMatchRecord[] matchRecords)protected voidsetMatchRecords(XmlInputStream __in, TypeMapper __typeMapper)protected voidsetRule(XmlInputStream __in, TypeMapper __typeMapper)voidsetRule(String rule)voidsetSize(int size)protected voidsetSize(XmlInputStream __in, TypeMapper __typeMapper)voidsetSuccess(boolean success)protected voidsetSuccess(XmlInputStream __in, TypeMapper __typeMapper)StringtoString()voidwrite(QName __element, XmlOutputStream __out, TypeMapper __typeMapper)protected voidwriteFields(XmlOutputStream __out, TypeMapper __typeMapper)
-
-
-
Method Detail
-
getEntityType
public String getEntityType()
Description copied from interface:IMatchResultelement : entityType of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.String- Specified by:
getEntityTypein interfaceIMatchResult
-
setEntityType
public void setEntityType(String entityType)
- Specified by:
setEntityTypein interfaceIMatchResult
-
setEntityType
protected void setEntityType(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getErrors
public Error[] getErrors()
Description copied from interface:IMatchResultelement : errors of type {urn:partner.soap.sforce.com}Error java type: com.sforce.soap.partner.Error[]- Specified by:
getErrorsin interfaceIMatchResult
-
setErrors
public void setErrors(IError[] errors)
- Specified by:
setErrorsin interfaceIMatchResult
-
setErrors
protected void setErrors(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getMatchEngine
public String getMatchEngine()
Description copied from interface:IMatchResultelement : matchEngine of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.String- Specified by:
getMatchEnginein interfaceIMatchResult
-
setMatchEngine
public void setMatchEngine(String matchEngine)
- Specified by:
setMatchEnginein interfaceIMatchResult
-
setMatchEngine
protected void setMatchEngine(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getMatchRecords
public MatchRecord[] getMatchRecords()
Description copied from interface:IMatchResultelement : matchRecords of type {urn:partner.soap.sforce.com}MatchRecord java type: com.sforce.soap.partner.MatchRecord[]- Specified by:
getMatchRecordsin interfaceIMatchResult
-
setMatchRecords
public void setMatchRecords(IMatchRecord[] matchRecords)
- Specified by:
setMatchRecordsin interfaceIMatchResult
-
setMatchRecords
protected void setMatchRecords(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getRule
public String getRule()
Description copied from interface:IMatchResultelement : rule of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.String- Specified by:
getRulein interfaceIMatchResult
-
setRule
public void setRule(String rule)
- Specified by:
setRulein interfaceIMatchResult
-
setRule
protected void setRule(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getSize
public int getSize()
Description copied from interface:IMatchResultelement : size of type {http://www.w3.org/2001/XMLSchema}int java type: int- Specified by:
getSizein interfaceIMatchResult
-
setSize
public void setSize(int size)
- Specified by:
setSizein interfaceIMatchResult
-
setSize
protected void setSize(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getSuccess
public boolean getSuccess()
Description copied from interface:IMatchResultelement : success of type {http://www.w3.org/2001/XMLSchema}boolean java type: boolean- Specified by:
getSuccessin interfaceIMatchResult
-
isSuccess
public boolean isSuccess()
- Specified by:
isSuccessin interfaceIMatchResult
-
setSuccess
public void setSuccess(boolean success)
- Specified by:
setSuccessin interfaceIMatchResult
-
setSuccess
protected void setSuccess(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
write
public void write(QName __element, XmlOutputStream __out, TypeMapper __typeMapper) throws IOException
- Specified by:
writein interfaceXMLizable- Throws:
IOException
-
writeFields
protected void writeFields(XmlOutputStream __out, TypeMapper __typeMapper) throws IOException
- Throws:
IOException
-
load
public void load(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Specified by:
loadin interfaceXMLizable- Throws:
IOExceptionConnectionException
-
loadFields
protected void loadFields(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
-