Package com.sforce.soap.partner
Class SearchLayoutButtonsDisplayed
java.lang.Object
com.sforce.soap.partner.SearchLayoutButtonsDisplayed
- All Implemented Interfaces:
ISearchLayoutButtonsDisplayed,com.sforce.ws.bind.XMLizable
public class SearchLayoutButtonsDisplayed
extends Object
implements com.sforce.ws.bind.XMLizable, ISearchLayoutButtonsDisplayed
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 : applicable of type {http://www.w3.org/2001/XMLSchema}boolean java type: booleanelement : buttons of type {urn:partner.soap.sforce.com}SearchLayoutButton java type: com.sforce.soap.partner.SearchLayoutButton[]booleanvoidload(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)voidsetApplicable(boolean applicable)protected voidsetApplicable(com.sforce.ws.parser.XmlInputStream __in, com.sforce.ws.bind.TypeMapper __typeMapper)voidsetButtons(ISearchLayoutButton[] buttons)protected voidsetButtons(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
-
SearchLayoutButtonsDisplayed
public SearchLayoutButtonsDisplayed()Constructor
-
-
Method Details
-
getApplicable
public boolean getApplicable()Description copied from interface:ISearchLayoutButtonsDisplayedelement : applicable of type {http://www.w3.org/2001/XMLSchema}boolean java type: boolean- Specified by:
getApplicablein interfaceISearchLayoutButtonsDisplayed
-
isApplicable
public boolean isApplicable()- Specified by:
isApplicablein interfaceISearchLayoutButtonsDisplayed
-
setApplicable
public void setApplicable(boolean applicable)- Specified by:
setApplicablein interfaceISearchLayoutButtonsDisplayed
-
setApplicable
protected void setApplicable(com.sforce.ws.parser.XmlInputStream __in, com.sforce.ws.bind.TypeMapper __typeMapper) throws IOException, com.sforce.ws.ConnectionException- Throws:
IOExceptioncom.sforce.ws.ConnectionException
-
getButtons
Description copied from interface:ISearchLayoutButtonsDisplayedelement : buttons of type {urn:partner.soap.sforce.com}SearchLayoutButton java type: com.sforce.soap.partner.SearchLayoutButton[]- Specified by:
getButtonsin interfaceISearchLayoutButtonsDisplayed
-
setButtons
- Specified by:
setButtonsin interfaceISearchLayoutButtonsDisplayed
-
setButtons
protected void setButtons(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
-