Package com.sforce.soap.partner
Class MatchRecord
java.lang.Object
com.sforce.soap.partner.MatchRecord
- All Implemented Interfaces:
IMatchRecord,com.sforce.ws.bind.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 TypeMethodDescriptionelement : additionalInformation of type {urn:partner.soap.sforce.com}AdditionalInformationMap java type: com.sforce.soap.partner.AdditionalInformationMap[]element : fieldDiffs of type {urn:partner.soap.sforce.com}FieldDiff java type: com.sforce.soap.partner.FieldDiff[]doubleelement : matchConfidence of type {http://www.w3.org/2001/XMLSchema}double java type: doubleelement : record of type {urn:sobject.partner.soap.sforce.com}sObject java type: com.sforce.soap.partner.sobject.SObjectvoidload(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)voidsetAdditionalInformation(IAdditionalInformationMap[] additionalInformation)protected voidsetAdditionalInformation(com.sforce.ws.parser.XmlInputStream __in, com.sforce.ws.bind.TypeMapper __typeMapper)voidsetFieldDiffs(IFieldDiff[] fieldDiffs)protected voidsetFieldDiffs(com.sforce.ws.parser.XmlInputStream __in, com.sforce.ws.bind.TypeMapper __typeMapper)voidsetMatchConfidence(double matchConfidence)protected voidsetMatchConfidence(com.sforce.ws.parser.XmlInputStream __in, com.sforce.ws.bind.TypeMapper __typeMapper)voidprotected voidsetRecord(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
-
MatchRecord
public MatchRecord()Constructor
-
-
Method Details
-
getAdditionalInformation
Description copied from interface:IMatchRecordelement : additionalInformation of type {urn:partner.soap.sforce.com}AdditionalInformationMap java type: com.sforce.soap.partner.AdditionalInformationMap[]- Specified by:
getAdditionalInformationin interfaceIMatchRecord
-
setAdditionalInformation
- Specified by:
setAdditionalInformationin interfaceIMatchRecord
-
setAdditionalInformation
protected void setAdditionalInformation(com.sforce.ws.parser.XmlInputStream __in, com.sforce.ws.bind.TypeMapper __typeMapper) throws IOException, com.sforce.ws.ConnectionException- Throws:
IOExceptioncom.sforce.ws.ConnectionException
-
getFieldDiffs
Description copied from interface:IMatchRecordelement : fieldDiffs of type {urn:partner.soap.sforce.com}FieldDiff java type: com.sforce.soap.partner.FieldDiff[]- Specified by:
getFieldDiffsin interfaceIMatchRecord
-
setFieldDiffs
- Specified by:
setFieldDiffsin interfaceIMatchRecord
-
setFieldDiffs
protected void setFieldDiffs(com.sforce.ws.parser.XmlInputStream __in, com.sforce.ws.bind.TypeMapper __typeMapper) throws IOException, com.sforce.ws.ConnectionException- Throws:
IOExceptioncom.sforce.ws.ConnectionException
-
getMatchConfidence
public double getMatchConfidence()Description copied from interface:IMatchRecordelement : matchConfidence of type {http://www.w3.org/2001/XMLSchema}double java type: double- Specified by:
getMatchConfidencein interfaceIMatchRecord
-
setMatchConfidence
public void setMatchConfidence(double matchConfidence)- Specified by:
setMatchConfidencein interfaceIMatchRecord
-
setMatchConfidence
protected void setMatchConfidence(com.sforce.ws.parser.XmlInputStream __in, com.sforce.ws.bind.TypeMapper __typeMapper) throws IOException, com.sforce.ws.ConnectionException- Throws:
IOExceptioncom.sforce.ws.ConnectionException
-
getRecord
Description copied from interface:IMatchRecordelement : record of type {urn:sobject.partner.soap.sforce.com}sObject java type: com.sforce.soap.partner.sobject.SObject- Specified by:
getRecordin interfaceIMatchRecord
-
setRecord
- Specified by:
setRecordin interfaceIMatchRecord
-
setRecord
protected void setRecord(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
-