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
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 : cacheData of type {http://www.w3.org/2001/XMLSchema}boolean java type: booleanelement : contextFilterableField of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.StringgetError()element : error of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.Stringbooleanelement : hideOnError of type {http://www.w3.org/2001/XMLSchema}boolean java type: booleanbooleanelement : includeContext of type {http://www.w3.org/2001/XMLSchema}boolean java type: booleanbooleanelement : showTitle of type {http://www.w3.org/2001/XMLSchema}boolean java type: booleangetSize()element : size of type {urn:partner.soap.sforce.com}ReportChartSize java type: com.sforce.soap.partner.ReportChartSizebooleanbooleanbooleanbooleanvoidload(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) voidvoidsetHideOnError(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) toString()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, setValueMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface com.sforce.soap.partner.IDescribeLayoutComponent
getDisplayLines, getTabOrder, getType, getValue, setDisplayLines, setTabOrder, setType, setValue
-
Constructor Details
-
ReportChartComponent
public ReportChartComponent()Constructor
-
-
Method Details
-
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
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
- Specified by:
setContextFilterableFieldin interfaceIReportChartComponent
-
setContextFilterableField
protected void setContextFilterableField(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Throws:
IOExceptionConnectionException
-
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
- 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
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
- 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
- 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
- Overrides:
toStringin classDescribeLayoutComponent
-