Package com.sforce.soap.partner
Class DuplicateResult
- java.lang.Object
-
- com.sforce.soap.partner.DuplicateResult
-
- All Implemented Interfaces:
IDuplicateResult,XMLizable
public class DuplicateResult extends Object implements XMLizable, IDuplicateResult
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 DuplicateResult()Constructor
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleangetAllowSave()element : allowSave of type {http://www.w3.org/2001/XMLSchema}boolean java type: booleanStringgetDuplicateRule()element : duplicateRule of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.StringStringgetDuplicateRuleEntityType()element : duplicateRuleEntityType of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.StringStringgetErrorMessage()element : errorMessage of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.StringMatchResult[]getMatchResults()element : matchResults of type {urn:partner.soap.sforce.com}MatchResult java type: com.sforce.soap.partner.MatchResult[]booleanisAllowSave()voidload(XmlInputStream __in, TypeMapper __typeMapper)protected voidloadFields(XmlInputStream __in, TypeMapper __typeMapper)voidsetAllowSave(boolean allowSave)protected voidsetAllowSave(XmlInputStream __in, TypeMapper __typeMapper)protected voidsetDuplicateRule(XmlInputStream __in, TypeMapper __typeMapper)voidsetDuplicateRule(String duplicateRule)protected voidsetDuplicateRuleEntityType(XmlInputStream __in, TypeMapper __typeMapper)voidsetDuplicateRuleEntityType(String duplicateRuleEntityType)protected voidsetErrorMessage(XmlInputStream __in, TypeMapper __typeMapper)voidsetErrorMessage(String errorMessage)voidsetMatchResults(IMatchResult[] matchResults)protected voidsetMatchResults(XmlInputStream __in, TypeMapper __typeMapper)StringtoString()voidwrite(QName __element, XmlOutputStream __out, TypeMapper __typeMapper)protected voidwriteFields(XmlOutputStream __out, TypeMapper __typeMapper)
-
-
-
Method Detail
-
getAllowSave
public boolean getAllowSave()
Description copied from interface:IDuplicateResultelement : allowSave of type {http://www.w3.org/2001/XMLSchema}boolean java type: boolean- Specified by:
getAllowSavein interfaceIDuplicateResult
-
isAllowSave
public boolean isAllowSave()
- Specified by:
isAllowSavein interfaceIDuplicateResult
-
setAllowSave
public void setAllowSave(boolean allowSave)
- Specified by:
setAllowSavein interfaceIDuplicateResult
-
setAllowSave
protected void setAllowSave(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getDuplicateRule
public String getDuplicateRule()
Description copied from interface:IDuplicateResultelement : duplicateRule of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.String- Specified by:
getDuplicateRulein interfaceIDuplicateResult
-
setDuplicateRule
public void setDuplicateRule(String duplicateRule)
- Specified by:
setDuplicateRulein interfaceIDuplicateResult
-
setDuplicateRule
protected void setDuplicateRule(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getDuplicateRuleEntityType
public String getDuplicateRuleEntityType()
Description copied from interface:IDuplicateResultelement : duplicateRuleEntityType of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.String- Specified by:
getDuplicateRuleEntityTypein interfaceIDuplicateResult
-
setDuplicateRuleEntityType
public void setDuplicateRuleEntityType(String duplicateRuleEntityType)
- Specified by:
setDuplicateRuleEntityTypein interfaceIDuplicateResult
-
setDuplicateRuleEntityType
protected void setDuplicateRuleEntityType(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getErrorMessage
public String getErrorMessage()
Description copied from interface:IDuplicateResultelement : errorMessage of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.String- Specified by:
getErrorMessagein interfaceIDuplicateResult
-
setErrorMessage
public void setErrorMessage(String errorMessage)
- Specified by:
setErrorMessagein interfaceIDuplicateResult
-
setErrorMessage
protected void setErrorMessage(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getMatchResults
public MatchResult[] getMatchResults()
Description copied from interface:IDuplicateResultelement : matchResults of type {urn:partner.soap.sforce.com}MatchResult java type: com.sforce.soap.partner.MatchResult[]- Specified by:
getMatchResultsin interfaceIDuplicateResult
-
setMatchResults
public void setMatchResults(IMatchResult[] matchResults)
- Specified by:
setMatchResultsin interfaceIDuplicateResult
-
setMatchResults
protected void setMatchResults(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
-
-