Package com.sforce.soap.partner
Class SearchRecordMetadata
- java.lang.Object
-
- com.sforce.soap.partner.SearchRecordMetadata
-
- All Implemented Interfaces:
ISearchRecordMetadata,XMLizable
public class SearchRecordMetadata extends Object implements XMLizable, ISearchRecordMetadata
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 SearchRecordMetadata()Constructor
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleangetSearchPromoted()element : searchPromoted of type {http://www.w3.org/2001/XMLSchema}boolean java type: booleanbooleangetSpellCorrected()element : spellCorrected of type {http://www.w3.org/2001/XMLSchema}boolean java type: booleanbooleanisSearchPromoted()booleanisSpellCorrected()voidload(XmlInputStream __in, TypeMapper __typeMapper)protected voidloadFields(XmlInputStream __in, TypeMapper __typeMapper)voidsetSearchPromoted(boolean searchPromoted)protected voidsetSearchPromoted(XmlInputStream __in, TypeMapper __typeMapper)voidsetSpellCorrected(boolean spellCorrected)protected voidsetSpellCorrected(XmlInputStream __in, TypeMapper __typeMapper)StringtoString()voidwrite(QName __element, XmlOutputStream __out, TypeMapper __typeMapper)protected voidwriteFields(XmlOutputStream __out, TypeMapper __typeMapper)
-
-
-
Method Detail
-
getSearchPromoted
public boolean getSearchPromoted()
Description copied from interface:ISearchRecordMetadataelement : searchPromoted of type {http://www.w3.org/2001/XMLSchema}boolean java type: boolean- Specified by:
getSearchPromotedin interfaceISearchRecordMetadata
-
isSearchPromoted
public boolean isSearchPromoted()
- Specified by:
isSearchPromotedin interfaceISearchRecordMetadata
-
setSearchPromoted
public void setSearchPromoted(boolean searchPromoted)
- Specified by:
setSearchPromotedin interfaceISearchRecordMetadata
-
setSearchPromoted
protected void setSearchPromoted(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getSpellCorrected
public boolean getSpellCorrected()
Description copied from interface:ISearchRecordMetadataelement : spellCorrected of type {http://www.w3.org/2001/XMLSchema}boolean java type: boolean- Specified by:
getSpellCorrectedin interfaceISearchRecordMetadata
-
isSpellCorrected
public boolean isSpellCorrected()
- Specified by:
isSpellCorrectedin interfaceISearchRecordMetadata
-
setSpellCorrected
public void setSpellCorrected(boolean spellCorrected)
- Specified by:
setSpellCorrectedin interfaceISearchRecordMetadata
-
setSpellCorrected
protected void setSpellCorrected(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
-
-