Package com.sforce.soap.partner
Class DescribeTabSetResult
- java.lang.Object
-
- com.sforce.soap.partner.DescribeTabSetResult
-
- All Implemented Interfaces:
IDescribeTabSetResult,XMLizable
public class DescribeTabSetResult extends Object implements XMLizable, IDescribeTabSetResult
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 DescribeTabSetResult()Constructor
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetDescription()element : description of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.StringStringgetLabel()element : label of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.StringStringgetLogoUrl()element : logoUrl of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.StringStringgetNamespace()element : namespace of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.StringbooleangetSelected()element : selected of type {http://www.w3.org/2001/XMLSchema}boolean java type: booleanDescribeTab[]getTabs()element : tabs of type {urn:partner.soap.sforce.com}DescribeTab java type: com.sforce.soap.partner.DescribeTab[]StringgetTabSetId()element : tabSetId of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.StringbooleanisSelected()voidload(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)voidsetLabel(String label)protected 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)StringtoString()voidwrite(QName __element, XmlOutputStream __out, TypeMapper __typeMapper)protected voidwriteFields(XmlOutputStream __out, TypeMapper __typeMapper)
-
-
-
Method Detail
-
getDescription
public String 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
public void setDescription(String description)
- Specified by:
setDescriptionin interfaceIDescribeTabSetResult
-
setDescription
protected void setDescription(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getLabel
public String 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
public void setLabel(String label)
- Specified by:
setLabelin interfaceIDescribeTabSetResult
-
setLabel
protected void setLabel(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getLogoUrl
public String 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
public void setLogoUrl(String logoUrl)
- Specified by:
setLogoUrlin interfaceIDescribeTabSetResult
-
setLogoUrl
protected void setLogoUrl(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getNamespace
public String 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
public void setNamespace(String namespace)
- 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
public String 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
public void setTabSetId(String tabSetId)
- Specified by:
setTabSetIdin interfaceIDescribeTabSetResult
-
setTabSetId
protected void setTabSetId(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getTabs
public DescribeTab[] 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
public void setTabs(IDescribeTab[] tabs)
- 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
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
-
-