Package com.sforce.soap.partner
Class DuplicateResult
java.lang.Object
com.sforce.soap.partner.DuplicateResult
- All Implemented Interfaces:
IDuplicateResult,com.sforce.ws.bind.XMLizable
public class DuplicateResult
extends Object
implements com.sforce.ws.bind.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 -
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(com.sforce.ws.parser.XmlInputStream __in, com.sforce.ws.bind.TypeMapper __typeMapper)protected voidloadFields(com.sforce.ws.parser.XmlInputStream __in, com.sforce.ws.bind.TypeMapper __typeMapper)voidsetAllowSave(boolean allowSave)protected voidsetAllowSave(com.sforce.ws.parser.XmlInputStream __in, com.sforce.ws.bind.TypeMapper __typeMapper)protected voidsetDuplicateRule(com.sforce.ws.parser.XmlInputStream __in, com.sforce.ws.bind.TypeMapper __typeMapper)voidsetDuplicateRule(String duplicateRule)protected voidsetDuplicateRuleEntityType(com.sforce.ws.parser.XmlInputStream __in, com.sforce.ws.bind.TypeMapper __typeMapper)voidsetDuplicateRuleEntityType(String duplicateRuleEntityType)protected voidsetErrorMessage(com.sforce.ws.parser.XmlInputStream __in, com.sforce.ws.bind.TypeMapper __typeMapper)voidsetErrorMessage(String errorMessage)voidsetMatchResults(IMatchResult[] matchResults)protected voidsetMatchResults(com.sforce.ws.parser.XmlInputStream __in, com.sforce.ws.bind.TypeMapper __typeMapper)toString()voidwrite(QName __element, com.sforce.ws.parser.XmlOutputStream __out, com.sforce.ws.bind.TypeMapper __typeMapper)protected voidwriteFields(com.sforce.ws.parser.XmlOutputStream __out, com.sforce.ws.bind.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(com.sforce.ws.parser.XmlInputStream __in, com.sforce.ws.bind.TypeMapper __typeMapper) throws IOException, com.sforce.ws.ConnectionException- Throws:
IOExceptioncom.sforce.ws.ConnectionException
-
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(com.sforce.ws.parser.XmlInputStream __in, com.sforce.ws.bind.TypeMapper __typeMapper) throws IOException, com.sforce.ws.ConnectionException- Throws:
IOExceptioncom.sforce.ws.ConnectionException
-
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(com.sforce.ws.parser.XmlInputStream __in, com.sforce.ws.bind.TypeMapper __typeMapper) throws IOException, com.sforce.ws.ConnectionException- Throws:
IOExceptioncom.sforce.ws.ConnectionException
-
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(com.sforce.ws.parser.XmlInputStream __in, com.sforce.ws.bind.TypeMapper __typeMapper) throws IOException, com.sforce.ws.ConnectionException- Throws:
IOExceptioncom.sforce.ws.ConnectionException
-
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(com.sforce.ws.parser.XmlInputStream __in, com.sforce.ws.bind.TypeMapper __typeMapper) throws IOException, com.sforce.ws.ConnectionException- Throws:
IOExceptioncom.sforce.ws.ConnectionException
-
write
public void write(QName __element, com.sforce.ws.parser.XmlOutputStream __out, com.sforce.ws.bind.TypeMapper __typeMapper) throws IOException- Specified by:
writein interfacecom.sforce.ws.bind.XMLizable- Throws:
IOException
-
writeFields
protected void writeFields(com.sforce.ws.parser.XmlOutputStream __out, com.sforce.ws.bind.TypeMapper __typeMapper) throws IOException- Throws:
IOException
-
load
public void load(com.sforce.ws.parser.XmlInputStream __in, com.sforce.ws.bind.TypeMapper __typeMapper) throws IOException, com.sforce.ws.ConnectionException- Specified by:
loadin interfacecom.sforce.ws.bind.XMLizable- Throws:
IOExceptioncom.sforce.ws.ConnectionException
-
loadFields
protected void loadFields(com.sforce.ws.parser.XmlInputStream __in, com.sforce.ws.bind.TypeMapper __typeMapper) throws IOException, com.sforce.ws.ConnectionException- Throws:
IOExceptioncom.sforce.ws.ConnectionException
-
toString
-