Package com.sforce.soap.partner
Class MatchRecord
- java.lang.Object
-
- com.sforce.soap.partner.MatchRecord
-
- All Implemented Interfaces:
IMatchRecord,XMLizable
public class MatchRecord extends Object implements XMLizable, IMatchRecord
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 MatchRecord()Constructor
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AdditionalInformationMap[]getAdditionalInformation()element : additionalInformation of type {urn:partner.soap.sforce.com}AdditionalInformationMap java type: com.sforce.soap.partner.AdditionalInformationMap[]FieldDiff[]getFieldDiffs()element : fieldDiffs of type {urn:partner.soap.sforce.com}FieldDiff java type: com.sforce.soap.partner.FieldDiff[]doublegetMatchConfidence()element : matchConfidence of type {http://www.w3.org/2001/XMLSchema}double java type: doubleSObjectgetRecord()element : 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)voidsetRecord(ISObject record)protected voidsetRecord(XmlInputStream __in, TypeMapper __typeMapper)StringtoString()voidwrite(QName __element, XmlOutputStream __out, TypeMapper __typeMapper)protected voidwriteFields(XmlOutputStream __out, TypeMapper __typeMapper)
-
-
-
Method Detail
-
getAdditionalInformation
public AdditionalInformationMap[] 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
public void setAdditionalInformation(IAdditionalInformationMap[] additionalInformation)
- Specified by:
setAdditionalInformationin interfaceIMatchRecord
-
setAdditionalInformation
protected void setAdditionalInformation(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getFieldDiffs
public FieldDiff[] 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
public void setFieldDiffs(IFieldDiff[] fieldDiffs)
- 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
public SObject 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
public void setRecord(ISObject record)
- 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
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
-
-