Package com.sforce.soap.partner
Class MatchResult
java.lang.Object
com.sforce.soap.partner.MatchResult
- All Implemented Interfaces:
IMatchResult,com.sforce.ws.bind.XMLizable
This is a generated class for the SObject Enterprise API.
Do not edit this file, as your changes will be lost.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionelement : entityType of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.StringError[]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: booleanbooleanvoidload(com.sforce.ws.parser.XmlInputStream __in, com.sforce.ws.bind.TypeMapper __typeMapper)protected voidloadFields(com.sforce.ws.parser.XmlInputStream __in, com.sforce.ws.bind.TypeMapper __typeMapper)protected voidsetEntityType(com.sforce.ws.parser.XmlInputStream __in, com.sforce.ws.bind.TypeMapper __typeMapper)voidsetEntityType(String entityType)voidprotected voidsetErrors(com.sforce.ws.parser.XmlInputStream __in, com.sforce.ws.bind.TypeMapper __typeMapper)protected voidsetMatchEngine(com.sforce.ws.parser.XmlInputStream __in, com.sforce.ws.bind.TypeMapper __typeMapper)voidsetMatchEngine(String matchEngine)voidsetMatchRecords(IMatchRecord[] matchRecords)protected voidsetMatchRecords(com.sforce.ws.parser.XmlInputStream __in, com.sforce.ws.bind.TypeMapper __typeMapper)protected voidsetRule(com.sforce.ws.parser.XmlInputStream __in, com.sforce.ws.bind.TypeMapper __typeMapper)voidvoidsetSize(int size)protected voidsetSize(com.sforce.ws.parser.XmlInputStream __in, com.sforce.ws.bind.TypeMapper __typeMapper)voidsetSuccess(boolean success)protected voidsetSuccess(com.sforce.ws.parser.XmlInputStream __in, com.sforce.ws.bind.TypeMapper __typeMapper)toString()voidwrite(QName __element, com.sforce.ws.parser.XmlOutputStream __out, com.sforce.ws.bind.TypeMapper __typeMapper)protected voidwriteFields(com.sforce.ws.parser.XmlOutputStream __out, com.sforce.ws.bind.TypeMapper __typeMapper)
-
Constructor Details
-
MatchResult
public MatchResult()Constructor
-
-
Method Details
-
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
- Specified by:
setEntityTypein interfaceIMatchResult
-
setEntityType
protected void setEntityType(com.sforce.ws.parser.XmlInputStream __in, com.sforce.ws.bind.TypeMapper __typeMapper) throws IOException, com.sforce.ws.ConnectionException- Throws:
IOExceptioncom.sforce.ws.ConnectionException
-
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
- Specified by:
setErrorsin interfaceIMatchResult
-
setErrors
protected void setErrors(com.sforce.ws.parser.XmlInputStream __in, com.sforce.ws.bind.TypeMapper __typeMapper) throws IOException, com.sforce.ws.ConnectionException- Throws:
IOExceptioncom.sforce.ws.ConnectionException
-
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
- Specified by:
setMatchEnginein interfaceIMatchResult
-
setMatchEngine
protected void setMatchEngine(com.sforce.ws.parser.XmlInputStream __in, com.sforce.ws.bind.TypeMapper __typeMapper) throws IOException, com.sforce.ws.ConnectionException- Throws:
IOExceptioncom.sforce.ws.ConnectionException
-
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
- Specified by:
setMatchRecordsin interfaceIMatchResult
-
setMatchRecords
protected void setMatchRecords(com.sforce.ws.parser.XmlInputStream __in, com.sforce.ws.bind.TypeMapper __typeMapper) throws IOException, com.sforce.ws.ConnectionException- Throws:
IOExceptioncom.sforce.ws.ConnectionException
-
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
- Specified by:
setRulein interfaceIMatchResult
-
setRule
protected void setRule(com.sforce.ws.parser.XmlInputStream __in, com.sforce.ws.bind.TypeMapper __typeMapper) throws IOException, com.sforce.ws.ConnectionException- Throws:
IOExceptioncom.sforce.ws.ConnectionException
-
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(com.sforce.ws.parser.XmlInputStream __in, com.sforce.ws.bind.TypeMapper __typeMapper) throws IOException, com.sforce.ws.ConnectionException- Throws:
IOExceptioncom.sforce.ws.ConnectionException
-
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(com.sforce.ws.parser.XmlInputStream __in, com.sforce.ws.bind.TypeMapper __typeMapper) throws IOException, com.sforce.ws.ConnectionException- Throws:
IOExceptioncom.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:
writein interfacecom.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:
loadin interfacecom.sforce.ws.bind.XMLizable- Throws:
IOExceptioncom.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:
IOExceptioncom.sforce.ws.ConnectionException
-
toString
-