public class DescribeTab extends Object implements com.sforce.ws.bind.XMLizable, IDescribeTab
| Constructor and Description |
|---|
DescribeTab()
Constructor
|
| Modifier and Type | Method and Description |
|---|---|
DescribeColor[] |
getColors()
element : colors of type {urn:partner.soap.sforce.com}DescribeColor
java type: com.sforce.soap.partner.DescribeColor[]
|
boolean |
getCustom()
element : custom of type {http://www.w3.org/2001/XMLSchema}boolean
java type: boolean
|
DescribeIcon[] |
getIcons()
element : icons of type {urn:partner.soap.sforce.com}DescribeIcon
java type: com.sforce.soap.partner.DescribeIcon[]
|
String |
getIconUrl()
element : iconUrl of type {http://www.w3.org/2001/XMLSchema}string
java type: java.lang.String
|
String |
getLabel()
element : label of type {http://www.w3.org/2001/XMLSchema}string
java type: java.lang.String
|
String |
getMiniIconUrl()
element : miniIconUrl of type {http://www.w3.org/2001/XMLSchema}string
java type: java.lang.String
|
String |
getName()
element : name of type {http://www.w3.org/2001/XMLSchema}string
java type: java.lang.String
|
String |
getSobjectName()
element : sobjectName of type {http://www.w3.org/2001/XMLSchema}string
java type: java.lang.String
|
String |
getUrl()
element : url of type {http://www.w3.org/2001/XMLSchema}string
java type: java.lang.String
|
boolean |
isCustom() |
void |
load(com.sforce.ws.parser.XmlInputStream __in,
com.sforce.ws.bind.TypeMapper __typeMapper) |
protected void |
loadFields(com.sforce.ws.parser.XmlInputStream __in,
com.sforce.ws.bind.TypeMapper __typeMapper) |
void |
setColors(IDescribeColor[] colors) |
void |
setCustom(boolean custom) |
void |
setIcons(IDescribeIcon[] icons) |
void |
setIconUrl(String iconUrl) |
void |
setLabel(String label) |
void |
setMiniIconUrl(String miniIconUrl) |
void |
setName(String name) |
void |
setSobjectName(String sobjectName) |
void |
setUrl(String url) |
String |
toString() |
void |
write(QName __element,
com.sforce.ws.parser.XmlOutputStream __out,
com.sforce.ws.bind.TypeMapper __typeMapper) |
protected void |
writeFields(com.sforce.ws.parser.XmlOutputStream __out,
com.sforce.ws.bind.TypeMapper __typeMapper) |
public DescribeColor[] getColors()
IDescribeTabgetColors in interface IDescribeTabpublic void setColors(IDescribeColor[] colors)
setColors in interface IDescribeTabpublic boolean getCustom()
IDescribeTabgetCustom in interface IDescribeTabpublic boolean isCustom()
isCustom in interface IDescribeTabpublic void setCustom(boolean custom)
setCustom in interface IDescribeTabpublic String getIconUrl()
IDescribeTabgetIconUrl in interface IDescribeTabpublic void setIconUrl(String iconUrl)
setIconUrl in interface IDescribeTabpublic DescribeIcon[] getIcons()
IDescribeTabgetIcons in interface IDescribeTabpublic void setIcons(IDescribeIcon[] icons)
setIcons in interface IDescribeTabpublic String getLabel()
IDescribeTabgetLabel in interface IDescribeTabpublic void setLabel(String label)
setLabel in interface IDescribeTabpublic String getMiniIconUrl()
IDescribeTabgetMiniIconUrl in interface IDescribeTabpublic void setMiniIconUrl(String miniIconUrl)
setMiniIconUrl in interface IDescribeTabpublic String getName()
IDescribeTabgetName in interface IDescribeTabpublic void setName(String name)
setName in interface IDescribeTabpublic String getSobjectName()
IDescribeTabgetSobjectName in interface IDescribeTabpublic void setSobjectName(String sobjectName)
setSobjectName in interface IDescribeTabpublic String getUrl()
IDescribeTabgetUrl in interface IDescribeTabpublic void setUrl(String url)
setUrl in interface IDescribeTabpublic void write(QName __element, com.sforce.ws.parser.XmlOutputStream __out, com.sforce.ws.bind.TypeMapper __typeMapper) throws IOException
write in interface com.sforce.ws.bind.XMLizableIOExceptionprotected void writeFields(com.sforce.ws.parser.XmlOutputStream __out,
com.sforce.ws.bind.TypeMapper __typeMapper)
throws IOException
IOExceptionpublic void load(com.sforce.ws.parser.XmlInputStream __in,
com.sforce.ws.bind.TypeMapper __typeMapper)
throws IOException,
com.sforce.ws.ConnectionException
load in interface com.sforce.ws.bind.XMLizableIOExceptioncom.sforce.ws.ConnectionExceptionprotected void loadFields(com.sforce.ws.parser.XmlInputStream __in,
com.sforce.ws.bind.TypeMapper __typeMapper)
throws IOException,
com.sforce.ws.ConnectionException
IOExceptioncom.sforce.ws.ConnectionExceptionCopyright © 2015. All Rights Reserved.