Package com.sforce.soap.partner
Class SearchRecord
java.lang.Object
com.sforce.soap.partner.SearchRecord
- All Implemented Interfaces:
ISearchRecord,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 : record of type {urn:sobject.partner.soap.sforce.com}sObject java type: com.sforce.soap.partner.sobject.SObjectelement : searchRecordMetadata of type {urn:partner.soap.sforce.com}SearchRecordMetadata java type: com.sforce.soap.partner.SearchRecordMetadataelement : snippet of type {urn:partner.soap.sforce.com}SearchSnippet java type: com.sforce.soap.partner.SearchSnippetvoidload(XmlInputStream __in, TypeMapper __typeMapper) protected voidloadFields(XmlInputStream __in, TypeMapper __typeMapper) voidprotected voidsetRecord(XmlInputStream __in, TypeMapper __typeMapper) voidsetSearchRecordMetadata(ISearchRecordMetadata searchRecordMetadata) protected voidsetSearchRecordMetadata(XmlInputStream __in, TypeMapper __typeMapper) voidsetSnippet(ISearchSnippet snippet) protected voidsetSnippet(XmlInputStream __in, TypeMapper __typeMapper) toString()voidwrite(QName __element, XmlOutputStream __out, TypeMapper __typeMapper) protected voidwriteFields(XmlOutputStream __out, TypeMapper __typeMapper)
-
Constructor Details
-
SearchRecord
public SearchRecord()Constructor
-
-
Method Details
-
getRecord
Description copied from interface:ISearchRecordelement : record of type {urn:sobject.partner.soap.sforce.com}sObject java type: com.sforce.soap.partner.sobject.SObject- Specified by:
getRecordin interfaceISearchRecord
-
setRecord
- Specified by:
setRecordin interfaceISearchRecord
-
setRecord
protected void setRecord(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Throws:
IOExceptionConnectionException
-
getSearchRecordMetadata
Description copied from interface:ISearchRecordelement : searchRecordMetadata of type {urn:partner.soap.sforce.com}SearchRecordMetadata java type: com.sforce.soap.partner.SearchRecordMetadata- Specified by:
getSearchRecordMetadatain interfaceISearchRecord
-
setSearchRecordMetadata
- Specified by:
setSearchRecordMetadatain interfaceISearchRecord
-
setSearchRecordMetadata
protected void setSearchRecordMetadata(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Throws:
IOExceptionConnectionException
-
getSnippet
Description copied from interface:ISearchRecordelement : snippet of type {urn:partner.soap.sforce.com}SearchSnippet java type: com.sforce.soap.partner.SearchSnippet- Specified by:
getSnippetin interfaceISearchRecord
-
setSnippet
- Specified by:
setSnippetin interfaceISearchRecord
-
setSnippet
protected void setSnippet(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
-