package com.sforce.soap.partner; /** * This is a generated class for the SObject Enterprise API. * Do not edit this file, as your changes will be lost. */ public interface IReportChartComponent extends com.sforce.soap.partner.IDescribeLayoutComponent { /** * element : cacheData of type {http://www.w3.org/2001/XMLSchema}boolean * java type: boolean */ public boolean getCacheData(); public boolean isCacheData(); public void setCacheData(boolean cacheData); /** * element : contextFilterableField of type {http://www.w3.org/2001/XMLSchema}string * java type: java.lang.String */ public java.lang.String getContextFilterableField(); public void setContextFilterableField(java.lang.String contextFilterableField); /** * element : error of type {http://www.w3.org/2001/XMLSchema}string * java type: java.lang.String */ public java.lang.String getError(); public void setError(java.lang.String error); /** * element : hideOnError of type {http://www.w3.org/2001/XMLSchema}boolean * java type: boolean */ public boolean getHideOnError(); public boolean isHideOnError(); public void setHideOnError(boolean hideOnError); /** * element : includeContext of type {http://www.w3.org/2001/XMLSchema}boolean * java type: boolean */ public boolean getIncludeContext(); public boolean isIncludeContext(); public void setIncludeContext(boolean includeContext); /** * element : showTitle of type {http://www.w3.org/2001/XMLSchema}boolean * java type: boolean */ public boolean getShowTitle(); public boolean isShowTitle(); public void setShowTitle(boolean showTitle); /** * element : size of type {urn:partner.soap.sforce.com}ReportChartSize * java type: com.sforce.soap.partner.ReportChartSize */ public com.sforce.soap.partner.ReportChartSize getSize(); public void setSize(com.sforce.soap.partner.ReportChartSize size); }