Package com.sforce.soap.partner
Class SearchRecordMetadata
java.lang.Object
com.sforce.soap.partner.SearchRecordMetadata
- All Implemented Interfaces:
ISearchRecordMetadata,com.sforce.ws.bind.XMLizable
public class SearchRecordMetadata
extends Object
implements com.sforce.ws.bind.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 -
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(com.sforce.ws.parser.XmlInputStream __in, com.sforce.ws.bind.TypeMapper __typeMapper)protected voidloadFields(com.sforce.ws.parser.XmlInputStream __in, com.sforce.ws.bind.TypeMapper __typeMapper)voidsetSearchPromoted(boolean searchPromoted)protected voidsetSearchPromoted(com.sforce.ws.parser.XmlInputStream __in, com.sforce.ws.bind.TypeMapper __typeMapper)voidsetSpellCorrected(boolean spellCorrected)protected voidsetSpellCorrected(com.sforce.ws.parser.XmlInputStream __in, com.sforce.ws.bind.TypeMapper __typeMapper)toString()voidwrite(QName __element, com.sforce.ws.parser.XmlOutputStream __out, com.sforce.ws.bind.TypeMapper __typeMapper)protected voidwriteFields(com.sforce.ws.parser.XmlOutputStream __out, com.sforce.ws.bind.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(com.sforce.ws.parser.XmlInputStream __in, com.sforce.ws.bind.TypeMapper __typeMapper) throws IOException, com.sforce.ws.ConnectionException- Throws:
IOExceptioncom.sforce.ws.ConnectionException
-
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(com.sforce.ws.parser.XmlInputStream __in, com.sforce.ws.bind.TypeMapper __typeMapper) throws IOException, com.sforce.ws.ConnectionException- Throws:
IOExceptioncom.sforce.ws.ConnectionException
-
write
public void write(QName __element, com.sforce.ws.parser.XmlOutputStream __out, com.sforce.ws.bind.TypeMapper __typeMapper) throws IOException- Specified by:
writein interfacecom.sforce.ws.bind.XMLizable- Throws:
IOException
-
writeFields
protected void writeFields(com.sforce.ws.parser.XmlOutputStream __out, com.sforce.ws.bind.TypeMapper __typeMapper) throws IOException- Throws:
IOException
-
load
public void load(com.sforce.ws.parser.XmlInputStream __in, com.sforce.ws.bind.TypeMapper __typeMapper) throws IOException, com.sforce.ws.ConnectionException- Specified by:
loadin interfacecom.sforce.ws.bind.XMLizable- Throws:
IOExceptioncom.sforce.ws.ConnectionException
-
loadFields
protected void loadFields(com.sforce.ws.parser.XmlInputStream __in, com.sforce.ws.bind.TypeMapper __typeMapper) throws IOException, com.sforce.ws.ConnectionException- Throws:
IOExceptioncom.sforce.ws.ConnectionException
-
toString
-