Package com.sforce.soap.partner
Class DescribeTabSetResult
java.lang.Object
com.sforce.soap.partner.DescribeTabSetResult
- All Implemented Interfaces:
IDescribeTabSetResult,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 : description of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.StringgetLabel()element : label of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.Stringelement : logoUrl of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.Stringelement : namespace of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.Stringbooleanelement : selected of type {http://www.w3.org/2001/XMLSchema}boolean java type: booleangetTabs()element : tabs of type {urn:partner.soap.sforce.com}DescribeTab java type: com.sforce.soap.partner.DescribeTab[]element : tabSetId of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.Stringbooleanvoidload(XmlInputStream __in, TypeMapper __typeMapper) protected voidloadFields(XmlInputStream __in, TypeMapper __typeMapper) protected voidsetDescription(XmlInputStream __in, TypeMapper __typeMapper) voidsetDescription(String description) protected voidsetLabel(XmlInputStream __in, TypeMapper __typeMapper) voidprotected voidsetLogoUrl(XmlInputStream __in, TypeMapper __typeMapper) voidsetLogoUrl(String logoUrl) protected voidsetNamespace(XmlInputStream __in, TypeMapper __typeMapper) voidsetNamespace(String namespace) voidsetSelected(boolean selected) protected voidsetSelected(XmlInputStream __in, TypeMapper __typeMapper) voidsetTabs(IDescribeTab[] tabs) protected voidsetTabs(XmlInputStream __in, TypeMapper __typeMapper) protected voidsetTabSetId(XmlInputStream __in, TypeMapper __typeMapper) voidsetTabSetId(String tabSetId) toString()voidwrite(QName __element, XmlOutputStream __out, TypeMapper __typeMapper) protected voidwriteFields(XmlOutputStream __out, TypeMapper __typeMapper)
-
Constructor Details
-
DescribeTabSetResult
public DescribeTabSetResult()Constructor
-
-
Method Details
-
getDescription
Description copied from interface:IDescribeTabSetResultelement : description of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.String- Specified by:
getDescriptionin interfaceIDescribeTabSetResult
-
setDescription
- Specified by:
setDescriptionin interfaceIDescribeTabSetResult
-
setDescription
protected void setDescription(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Throws:
IOExceptionConnectionException
-
getLabel
Description copied from interface:IDescribeTabSetResultelement : label of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.String- Specified by:
getLabelin interfaceIDescribeTabSetResult
-
setLabel
- Specified by:
setLabelin interfaceIDescribeTabSetResult
-
setLabel
protected void setLabel(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Throws:
IOExceptionConnectionException
-
getLogoUrl
Description copied from interface:IDescribeTabSetResultelement : logoUrl of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.String- Specified by:
getLogoUrlin interfaceIDescribeTabSetResult
-
setLogoUrl
- Specified by:
setLogoUrlin interfaceIDescribeTabSetResult
-
setLogoUrl
protected void setLogoUrl(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Throws:
IOExceptionConnectionException
-
getNamespace
Description copied from interface:IDescribeTabSetResultelement : namespace of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.String- Specified by:
getNamespacein interfaceIDescribeTabSetResult
-
setNamespace
- Specified by:
setNamespacein interfaceIDescribeTabSetResult
-
setNamespace
protected void setNamespace(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Throws:
IOExceptionConnectionException
-
getSelected
public boolean getSelected()Description copied from interface:IDescribeTabSetResultelement : selected of type {http://www.w3.org/2001/XMLSchema}boolean java type: boolean- Specified by:
getSelectedin interfaceIDescribeTabSetResult
-
isSelected
public boolean isSelected()- Specified by:
isSelectedin interfaceIDescribeTabSetResult
-
setSelected
public void setSelected(boolean selected) - Specified by:
setSelectedin interfaceIDescribeTabSetResult
-
setSelected
protected void setSelected(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Throws:
IOExceptionConnectionException
-
getTabSetId
Description copied from interface:IDescribeTabSetResultelement : tabSetId of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.String- Specified by:
getTabSetIdin interfaceIDescribeTabSetResult
-
setTabSetId
- Specified by:
setTabSetIdin interfaceIDescribeTabSetResult
-
setTabSetId
protected void setTabSetId(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Throws:
IOExceptionConnectionException
-
getTabs
Description copied from interface:IDescribeTabSetResultelement : tabs of type {urn:partner.soap.sforce.com}DescribeTab java type: com.sforce.soap.partner.DescribeTab[]- Specified by:
getTabsin interfaceIDescribeTabSetResult
-
setTabs
- Specified by:
setTabsin interfaceIDescribeTabSetResult
-
setTabs
protected void setTabs(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
-