Package com.sforce.soap.partner
Class SearchRecordMetadata
java.lang.Object
com.sforce.soap.partner.SearchRecordMetadata
- All Implemented Interfaces:
ISearchRecordMetadata,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 TypeMethodDescriptionbooleanelement : searchPromoted of type {http://www.w3.org/2001/XMLSchema}boolean java type: booleanbooleanelement : spellCorrected of type {http://www.w3.org/2001/XMLSchema}boolean java type: booleanbooleanbooleanvoidload(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) toString()voidwrite(QName __element, XmlOutputStream __out, TypeMapper __typeMapper) protected voidwriteFields(XmlOutputStream __out, TypeMapper __typeMapper)
-
Constructor Details
-
SearchRecordMetadata
public SearchRecordMetadata()Constructor
-
-
Method Details
-
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
- 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
-