Package com.sforce.soap.partner
Class ReportChartComponent
- java.lang.Object
-
- com.sforce.soap.partner.DescribeLayoutComponent
-
- com.sforce.soap.partner.ReportChartComponent
-
- All Implemented Interfaces:
IDescribeLayoutComponent,IReportChartComponent,XMLizable
public class ReportChartComponent extends DescribeLayoutComponent implements IReportChartComponent
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 ReportChartComponent()Constructor
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleangetCacheData()element : cacheData of type {http://www.w3.org/2001/XMLSchema}boolean java type: booleanStringgetContextFilterableField()element : contextFilterableField of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.StringStringgetError()element : error of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.StringbooleangetHideOnError()element : hideOnError of type {http://www.w3.org/2001/XMLSchema}boolean java type: booleanbooleangetIncludeContext()element : includeContext of type {http://www.w3.org/2001/XMLSchema}boolean java type: booleanbooleangetShowTitle()element : showTitle of type {http://www.w3.org/2001/XMLSchema}boolean java type: booleanReportChartSizegetSize()element : size of type {urn:partner.soap.sforce.com}ReportChartSize java type: com.sforce.soap.partner.ReportChartSizebooleanisCacheData()booleanisHideOnError()booleanisIncludeContext()booleanisShowTitle()voidload(XmlInputStream __in, TypeMapper __typeMapper)protected voidloadFields(XmlInputStream __in, TypeMapper __typeMapper)voidsetCacheData(boolean cacheData)protected voidsetCacheData(XmlInputStream __in, TypeMapper __typeMapper)protected voidsetContextFilterableField(XmlInputStream __in, TypeMapper __typeMapper)voidsetContextFilterableField(String contextFilterableField)protected voidsetError(XmlInputStream __in, TypeMapper __typeMapper)voidsetError(String error)voidsetHideOnError(boolean hideOnError)protected voidsetHideOnError(XmlInputStream __in, TypeMapper __typeMapper)voidsetIncludeContext(boolean includeContext)protected voidsetIncludeContext(XmlInputStream __in, TypeMapper __typeMapper)voidsetShowTitle(boolean showTitle)protected voidsetShowTitle(XmlInputStream __in, TypeMapper __typeMapper)voidsetSize(ReportChartSize size)protected voidsetSize(XmlInputStream __in, TypeMapper __typeMapper)StringtoString()voidwrite(QName __element, XmlOutputStream __out, TypeMapper __typeMapper)protected voidwriteFields(XmlOutputStream __out, TypeMapper __typeMapper)-
Methods inherited from class com.sforce.soap.partner.DescribeLayoutComponent
getDisplayLines, getTabOrder, getType, getValue, setDisplayLines, setDisplayLines, setTabOrder, setTabOrder, setType, setType, setValue, setValue
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface com.sforce.soap.partner.IDescribeLayoutComponent
getDisplayLines, getTabOrder, getType, getValue, setDisplayLines, setTabOrder, setType, setValue
-
-
-
-
Method Detail
-
getCacheData
public boolean getCacheData()
Description copied from interface:IReportChartComponentelement : cacheData of type {http://www.w3.org/2001/XMLSchema}boolean java type: boolean- Specified by:
getCacheDatain interfaceIReportChartComponent
-
isCacheData
public boolean isCacheData()
- Specified by:
isCacheDatain interfaceIReportChartComponent
-
setCacheData
public void setCacheData(boolean cacheData)
- Specified by:
setCacheDatain interfaceIReportChartComponent
-
setCacheData
protected void setCacheData(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getContextFilterableField
public String getContextFilterableField()
Description copied from interface:IReportChartComponentelement : contextFilterableField of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.String- Specified by:
getContextFilterableFieldin interfaceIReportChartComponent
-
setContextFilterableField
public void setContextFilterableField(String contextFilterableField)
- Specified by:
setContextFilterableFieldin interfaceIReportChartComponent
-
setContextFilterableField
protected void setContextFilterableField(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getError
public String getError()
Description copied from interface:IReportChartComponentelement : error of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.String- Specified by:
getErrorin interfaceIReportChartComponent
-
setError
public void setError(String error)
- Specified by:
setErrorin interfaceIReportChartComponent
-
setError
protected void setError(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getHideOnError
public boolean getHideOnError()
Description copied from interface:IReportChartComponentelement : hideOnError of type {http://www.w3.org/2001/XMLSchema}boolean java type: boolean- Specified by:
getHideOnErrorin interfaceIReportChartComponent
-
isHideOnError
public boolean isHideOnError()
- Specified by:
isHideOnErrorin interfaceIReportChartComponent
-
setHideOnError
public void setHideOnError(boolean hideOnError)
- Specified by:
setHideOnErrorin interfaceIReportChartComponent
-
setHideOnError
protected void setHideOnError(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getIncludeContext
public boolean getIncludeContext()
Description copied from interface:IReportChartComponentelement : includeContext of type {http://www.w3.org/2001/XMLSchema}boolean java type: boolean- Specified by:
getIncludeContextin interfaceIReportChartComponent
-
isIncludeContext
public boolean isIncludeContext()
- Specified by:
isIncludeContextin interfaceIReportChartComponent
-
setIncludeContext
public void setIncludeContext(boolean includeContext)
- Specified by:
setIncludeContextin interfaceIReportChartComponent
-
setIncludeContext
protected void setIncludeContext(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getShowTitle
public boolean getShowTitle()
Description copied from interface:IReportChartComponentelement : showTitle of type {http://www.w3.org/2001/XMLSchema}boolean java type: boolean- Specified by:
getShowTitlein interfaceIReportChartComponent
-
isShowTitle
public boolean isShowTitle()
- Specified by:
isShowTitlein interfaceIReportChartComponent
-
setShowTitle
public void setShowTitle(boolean showTitle)
- Specified by:
setShowTitlein interfaceIReportChartComponent
-
setShowTitle
protected void setShowTitle(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getSize
public ReportChartSize getSize()
Description copied from interface:IReportChartComponentelement : size of type {urn:partner.soap.sforce.com}ReportChartSize java type: com.sforce.soap.partner.ReportChartSize- Specified by:
getSizein interfaceIReportChartComponent
-
setSize
public void setSize(ReportChartSize size)
- Specified by:
setSizein interfaceIReportChartComponent
-
setSize
protected void setSize(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- Overrides:
writein classDescribeLayoutComponent- Throws:
IOException
-
writeFields
protected void writeFields(XmlOutputStream __out, TypeMapper __typeMapper) throws IOException
- Overrides:
writeFieldsin classDescribeLayoutComponent- Throws:
IOException
-
load
public void load(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Specified by:
loadin interfaceXMLizable- Overrides:
loadin classDescribeLayoutComponent- Throws:
IOExceptionConnectionException
-
loadFields
protected void loadFields(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Overrides:
loadFieldsin classDescribeLayoutComponent- Throws:
IOExceptionConnectionException
-
toString
public String toString()
- Overrides:
toStringin classDescribeLayoutComponent
-
-