public class DuplicateResult extends java.lang.Object implements XMLizable, IDuplicateResult
| Constructor and Description |
|---|
DuplicateResult()
Constructor
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
getAllowSave()
element : allowSave of type {http://www.w3.org/2001/XMLSchema}boolean
java type: boolean
|
java.lang.String |
getDuplicateRule()
element : duplicateRule of type {http://www.w3.org/2001/XMLSchema}string
java type: java.lang.String
|
java.lang.String |
getDuplicateRuleEntityType()
element : duplicateRuleEntityType of type {http://www.w3.org/2001/XMLSchema}string
java type: java.lang.String
|
java.lang.String |
getErrorMessage()
element : errorMessage of type {http://www.w3.org/2001/XMLSchema}string
java type: java.lang.String
|
MatchResult[] |
getMatchResults()
element : matchResults of type {urn:partner.soap.sforce.com}MatchResult
java type: com.sforce.soap.partner.MatchResult[]
|
boolean |
isAllowSave() |
void |
load(XmlInputStream __in,
TypeMapper __typeMapper) |
protected void |
loadFields(XmlInputStream __in,
TypeMapper __typeMapper) |
void |
setAllowSave(boolean allowSave) |
protected void |
setAllowSave(XmlInputStream __in,
TypeMapper __typeMapper) |
void |
setDuplicateRule(java.lang.String duplicateRule) |
protected void |
setDuplicateRule(XmlInputStream __in,
TypeMapper __typeMapper) |
void |
setDuplicateRuleEntityType(java.lang.String duplicateRuleEntityType) |
protected void |
setDuplicateRuleEntityType(XmlInputStream __in,
TypeMapper __typeMapper) |
void |
setErrorMessage(java.lang.String errorMessage) |
protected void |
setErrorMessage(XmlInputStream __in,
TypeMapper __typeMapper) |
void |
setMatchResults(IMatchResult[] matchResults) |
protected void |
setMatchResults(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 boolean getAllowSave()
IDuplicateResultgetAllowSave in interface IDuplicateResultpublic boolean isAllowSave()
isAllowSave in interface IDuplicateResultpublic void setAllowSave(boolean allowSave)
setAllowSave in interface IDuplicateResultprotected void setAllowSave(XmlInputStream __in, TypeMapper __typeMapper) throws java.io.IOException, ConnectionException
java.io.IOExceptionConnectionExceptionpublic java.lang.String getDuplicateRule()
IDuplicateResultgetDuplicateRule in interface IDuplicateResultpublic void setDuplicateRule(java.lang.String duplicateRule)
setDuplicateRule in interface IDuplicateResultprotected void setDuplicateRule(XmlInputStream __in, TypeMapper __typeMapper) throws java.io.IOException, ConnectionException
java.io.IOExceptionConnectionExceptionpublic java.lang.String getDuplicateRuleEntityType()
IDuplicateResultgetDuplicateRuleEntityType in interface IDuplicateResultpublic void setDuplicateRuleEntityType(java.lang.String duplicateRuleEntityType)
setDuplicateRuleEntityType in interface IDuplicateResultprotected void setDuplicateRuleEntityType(XmlInputStream __in, TypeMapper __typeMapper) throws java.io.IOException, ConnectionException
java.io.IOExceptionConnectionExceptionpublic java.lang.String getErrorMessage()
IDuplicateResultgetErrorMessage in interface IDuplicateResultpublic void setErrorMessage(java.lang.String errorMessage)
setErrorMessage in interface IDuplicateResultprotected void setErrorMessage(XmlInputStream __in, TypeMapper __typeMapper) throws java.io.IOException, ConnectionException
java.io.IOExceptionConnectionExceptionpublic MatchResult[] getMatchResults()
IDuplicateResultgetMatchResults in interface IDuplicateResultpublic void setMatchResults(IMatchResult[] matchResults)
setMatchResults in interface IDuplicateResultprotected void setMatchResults(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.