Package com.sforce.soap.partner
Class MatchRecord
java.lang.Object
com.sforce.soap.partner.MatchRecord
- All Implemented Interfaces:
IMatchRecord,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(XmlInputStream __in, TypeMapper __typeMapper) protected voidloadFields(XmlInputStream __in, TypeMapper __typeMapper) voidsetAdditionalInformation(IAdditionalInformationMap[] additionalInformation) protected voidsetAdditionalInformation(XmlInputStream __in, TypeMapper __typeMapper) voidsetFieldDiffs(IFieldDiff[] fieldDiffs) protected voidsetFieldDiffs(XmlInputStream __in, TypeMapper __typeMapper) voidsetMatchConfidence(double matchConfidence) protected voidsetMatchConfidence(XmlInputStream __in, TypeMapper __typeMapper) voidprotected voidsetRecord(XmlInputStream __in, TypeMapper __typeMapper) toString()voidwrite(QName __element, XmlOutputStream __out, TypeMapper __typeMapper) protected voidwriteFields(XmlOutputStream __out, 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(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Throws:
IOExceptionConnectionException
-
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(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Throws:
IOExceptionConnectionException
-
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(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Throws:
IOExceptionConnectionException
-
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(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
-