public class MatchResult extends java.lang.Object implements XMLizable, IMatchResult
| Constructor and Description |
|---|
MatchResult()
Constructor
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getEntityType()
element : entityType of type {http://www.w3.org/2001/XMLSchema}string
java type: java.lang.String
|
Error[] |
getErrors()
element : errors of type {urn:partner.soap.sforce.com}Error
java type: com.sforce.soap.partner.Error[]
|
java.lang.String |
getMatchEngine()
element : matchEngine of type {http://www.w3.org/2001/XMLSchema}string
java type: java.lang.String
|
MatchRecord[] |
getMatchRecords()
element : matchRecords of type {urn:partner.soap.sforce.com}MatchRecord
java type: com.sforce.soap.partner.MatchRecord[]
|
java.lang.String |
getRule()
element : rule of type {http://www.w3.org/2001/XMLSchema}string
java type: java.lang.String
|
int |
getSize()
element : size of type {http://www.w3.org/2001/XMLSchema}int
java type: int
|
boolean |
getSuccess()
element : success of type {http://www.w3.org/2001/XMLSchema}boolean
java type: boolean
|
boolean |
isSuccess() |
void |
load(XmlInputStream __in,
TypeMapper __typeMapper) |
protected void |
loadFields(XmlInputStream __in,
TypeMapper __typeMapper) |
void |
setEntityType(java.lang.String entityType) |
protected void |
setEntityType(XmlInputStream __in,
TypeMapper __typeMapper) |
void |
setErrors(IError[] errors) |
protected void |
setErrors(XmlInputStream __in,
TypeMapper __typeMapper) |
void |
setMatchEngine(java.lang.String matchEngine) |
protected void |
setMatchEngine(XmlInputStream __in,
TypeMapper __typeMapper) |
void |
setMatchRecords(IMatchRecord[] matchRecords) |
protected void |
setMatchRecords(XmlInputStream __in,
TypeMapper __typeMapper) |
void |
setRule(java.lang.String rule) |
protected void |
setRule(XmlInputStream __in,
TypeMapper __typeMapper) |
void |
setSize(int size) |
protected void |
setSize(XmlInputStream __in,
TypeMapper __typeMapper) |
void |
setSuccess(boolean success) |
protected void |
setSuccess(XmlInputStream __in,
TypeMapper __typeMapper) |
java.lang.String |
toString() |
void |
write(javax.xml.namespace.QName __element,
XmlOutputStream __out,
TypeMapper __typeMapper) |
protected void |
writeFields(XmlOutputStream __out,
TypeMapper __typeMapper) |
public java.lang.String getEntityType()
IMatchResultgetEntityType in interface IMatchResultpublic void setEntityType(java.lang.String entityType)
setEntityType in interface IMatchResultprotected void setEntityType(XmlInputStream __in, TypeMapper __typeMapper) throws java.io.IOException, ConnectionException
java.io.IOExceptionConnectionExceptionpublic Error[] getErrors()
IMatchResultgetErrors in interface IMatchResultpublic void setErrors(IError[] errors)
setErrors in interface IMatchResultprotected void setErrors(XmlInputStream __in, TypeMapper __typeMapper) throws java.io.IOException, ConnectionException
java.io.IOExceptionConnectionExceptionpublic java.lang.String getMatchEngine()
IMatchResultgetMatchEngine in interface IMatchResultpublic void setMatchEngine(java.lang.String matchEngine)
setMatchEngine in interface IMatchResultprotected void setMatchEngine(XmlInputStream __in, TypeMapper __typeMapper) throws java.io.IOException, ConnectionException
java.io.IOExceptionConnectionExceptionpublic MatchRecord[] getMatchRecords()
IMatchResultgetMatchRecords in interface IMatchResultpublic void setMatchRecords(IMatchRecord[] matchRecords)
setMatchRecords in interface IMatchResultprotected void setMatchRecords(XmlInputStream __in, TypeMapper __typeMapper) throws java.io.IOException, ConnectionException
java.io.IOExceptionConnectionExceptionpublic java.lang.String getRule()
IMatchResultgetRule in interface IMatchResultpublic void setRule(java.lang.String rule)
setRule in interface IMatchResultprotected void setRule(XmlInputStream __in, TypeMapper __typeMapper) throws java.io.IOException, ConnectionException
java.io.IOExceptionConnectionExceptionpublic int getSize()
IMatchResultgetSize in interface IMatchResultpublic void setSize(int size)
setSize in interface IMatchResultprotected void setSize(XmlInputStream __in, TypeMapper __typeMapper) throws java.io.IOException, ConnectionException
java.io.IOExceptionConnectionExceptionpublic boolean getSuccess()
IMatchResultgetSuccess in interface IMatchResultpublic boolean isSuccess()
isSuccess in interface IMatchResultpublic void setSuccess(boolean success)
setSuccess in interface IMatchResultprotected void setSuccess(XmlInputStream __in, TypeMapper __typeMapper) throws java.io.IOException, ConnectionException
java.io.IOExceptionConnectionExceptionpublic void write(javax.xml.namespace.QName __element,
XmlOutputStream __out,
TypeMapper __typeMapper)
throws java.io.IOException
protected void writeFields(XmlOutputStream __out, TypeMapper __typeMapper) throws java.io.IOException
java.io.IOExceptionpublic void load(XmlInputStream __in, TypeMapper __typeMapper) throws java.io.IOException, ConnectionException
load in interface XMLizablejava.io.IOExceptionConnectionExceptionprotected void loadFields(XmlInputStream __in, TypeMapper __typeMapper) throws java.io.IOException, ConnectionException
java.io.IOExceptionConnectionExceptionpublic java.lang.String toString()
toString in class java.lang.ObjectCopyright © 2020. All Rights Reserved.