Package com.sforce.soap.partner
Class MatchResult
java.lang.Object
com.sforce.soap.partner.MatchResult
- All Implemented Interfaces:
IMatchResult,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(XmlInputStream __in, TypeMapper __typeMapper) protected voidloadFields(XmlInputStream __in, TypeMapper __typeMapper) protected voidsetEntityType(XmlInputStream __in, TypeMapper __typeMapper) voidsetEntityType(String entityType) voidprotected 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) voidvoidsetSize(int size) protected voidsetSize(XmlInputStream __in, TypeMapper __typeMapper) voidsetSuccess(boolean success) protected voidsetSuccess(XmlInputStream __in, TypeMapper __typeMapper) toString()voidwrite(QName __element, XmlOutputStream __out, TypeMapper __typeMapper) protected voidwriteFields(XmlOutputStream __out, 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(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Throws:
IOExceptionConnectionException
-
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(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Throws:
IOExceptionConnectionException
-
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(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Throws:
IOExceptionConnectionException
-
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(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Throws:
IOExceptionConnectionException
-
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(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
- 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
-
toString
-