Package com.sforce.soap.partner
Class DuplicateResult
java.lang.Object
com.sforce.soap.partner.DuplicateResult
- All Implemented Interfaces:
IDuplicateResult,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 TypeMethodDescriptionbooleanelement : allowSave of type {http://www.w3.org/2001/XMLSchema}boolean java type: booleanelement : duplicateRule of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.Stringelement : duplicateRuleEntityType of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.Stringelement : errorMessage of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.Stringelement : matchResults of type {urn:partner.soap.sforce.com}MatchResult java type: com.sforce.soap.partner.MatchResult[]booleanvoidload(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) toString()voidwrite(QName __element, XmlOutputStream __out, TypeMapper __typeMapper) protected voidwriteFields(XmlOutputStream __out, TypeMapper __typeMapper)
-
Constructor Details
-
DuplicateResult
public DuplicateResult()Constructor
-
-
Method Details
-
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
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
- Specified by:
setDuplicateRulein interfaceIDuplicateResult
-
setDuplicateRule
protected void setDuplicateRule(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Throws:
IOExceptionConnectionException
-
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
- Specified by:
setDuplicateRuleEntityTypein interfaceIDuplicateResult
-
setDuplicateRuleEntityType
protected void setDuplicateRuleEntityType(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Throws:
IOExceptionConnectionException
-
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
- Specified by:
setErrorMessagein interfaceIDuplicateResult
-
setErrorMessage
protected void setErrorMessage(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Throws:
IOExceptionConnectionException
-
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
- 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
- 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
-