Class ReportChartComponent

java.lang.Object
com.sforce.soap.partner.DescribeLayoutComponent
com.sforce.soap.partner.ReportChartComponent
All Implemented Interfaces:
IDescribeLayoutComponent, IReportChartComponent, com.sforce.ws.bind.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 Details

    • ReportChartComponent

      public ReportChartComponent()
      Constructor
  • Method Details

    • getCacheData

      public boolean getCacheData()
      Description copied from interface: IReportChartComponent
      element : cacheData of type {http://www.w3.org/2001/XMLSchema}boolean java type: boolean
      Specified by:
      getCacheData in interface IReportChartComponent
    • isCacheData

      public boolean isCacheData()
      Specified by:
      isCacheData in interface IReportChartComponent
    • setCacheData

      public void setCacheData(boolean cacheData)
      Specified by:
      setCacheData in interface IReportChartComponent
    • setCacheData

      protected void setCacheData(com.sforce.ws.parser.XmlInputStream __in, com.sforce.ws.bind.TypeMapper __typeMapper) throws IOException, com.sforce.ws.ConnectionException
      Throws:
      IOException
      com.sforce.ws.ConnectionException
    • getContextFilterableField

      public String getContextFilterableField()
      Description copied from interface: IReportChartComponent
      element : contextFilterableField of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.String
      Specified by:
      getContextFilterableField in interface IReportChartComponent
    • setContextFilterableField

      public void setContextFilterableField(String contextFilterableField)
      Specified by:
      setContextFilterableField in interface IReportChartComponent
    • setContextFilterableField

      protected void setContextFilterableField(com.sforce.ws.parser.XmlInputStream __in, com.sforce.ws.bind.TypeMapper __typeMapper) throws IOException, com.sforce.ws.ConnectionException
      Throws:
      IOException
      com.sforce.ws.ConnectionException
    • getError

      public String getError()
      Description copied from interface: IReportChartComponent
      element : error of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.String
      Specified by:
      getError in interface IReportChartComponent
    • setError

      public void setError(String error)
      Specified by:
      setError in interface IReportChartComponent
    • setError

      protected void setError(com.sforce.ws.parser.XmlInputStream __in, com.sforce.ws.bind.TypeMapper __typeMapper) throws IOException, com.sforce.ws.ConnectionException
      Throws:
      IOException
      com.sforce.ws.ConnectionException
    • getHideOnError

      public boolean getHideOnError()
      Description copied from interface: IReportChartComponent
      element : hideOnError of type {http://www.w3.org/2001/XMLSchema}boolean java type: boolean
      Specified by:
      getHideOnError in interface IReportChartComponent
    • isHideOnError

      public boolean isHideOnError()
      Specified by:
      isHideOnError in interface IReportChartComponent
    • setHideOnError

      public void setHideOnError(boolean hideOnError)
      Specified by:
      setHideOnError in interface IReportChartComponent
    • setHideOnError

      protected void setHideOnError(com.sforce.ws.parser.XmlInputStream __in, com.sforce.ws.bind.TypeMapper __typeMapper) throws IOException, com.sforce.ws.ConnectionException
      Throws:
      IOException
      com.sforce.ws.ConnectionException
    • getIncludeContext

      public boolean getIncludeContext()
      Description copied from interface: IReportChartComponent
      element : includeContext of type {http://www.w3.org/2001/XMLSchema}boolean java type: boolean
      Specified by:
      getIncludeContext in interface IReportChartComponent
    • isIncludeContext

      public boolean isIncludeContext()
      Specified by:
      isIncludeContext in interface IReportChartComponent
    • setIncludeContext

      public void setIncludeContext(boolean includeContext)
      Specified by:
      setIncludeContext in interface IReportChartComponent
    • setIncludeContext

      protected void setIncludeContext(com.sforce.ws.parser.XmlInputStream __in, com.sforce.ws.bind.TypeMapper __typeMapper) throws IOException, com.sforce.ws.ConnectionException
      Throws:
      IOException
      com.sforce.ws.ConnectionException
    • getShowTitle

      public boolean getShowTitle()
      Description copied from interface: IReportChartComponent
      element : showTitle of type {http://www.w3.org/2001/XMLSchema}boolean java type: boolean
      Specified by:
      getShowTitle in interface IReportChartComponent
    • isShowTitle

      public boolean isShowTitle()
      Specified by:
      isShowTitle in interface IReportChartComponent
    • setShowTitle

      public void setShowTitle(boolean showTitle)
      Specified by:
      setShowTitle in interface IReportChartComponent
    • setShowTitle

      protected void setShowTitle(com.sforce.ws.parser.XmlInputStream __in, com.sforce.ws.bind.TypeMapper __typeMapper) throws IOException, com.sforce.ws.ConnectionException
      Throws:
      IOException
      com.sforce.ws.ConnectionException
    • getSize

      public ReportChartSize getSize()
      Description copied from interface: IReportChartComponent
      element : size of type {urn:partner.soap.sforce.com}ReportChartSize java type: com.sforce.soap.partner.ReportChartSize
      Specified by:
      getSize in interface IReportChartComponent
    • setSize

      public void setSize(ReportChartSize size)
      Specified by:
      setSize in interface IReportChartComponent
    • setSize

      protected void setSize(com.sforce.ws.parser.XmlInputStream __in, com.sforce.ws.bind.TypeMapper __typeMapper) throws IOException, com.sforce.ws.ConnectionException
      Throws:
      IOException
      com.sforce.ws.ConnectionException
    • write

      public void write(QName __element, com.sforce.ws.parser.XmlOutputStream __out, com.sforce.ws.bind.TypeMapper __typeMapper) throws IOException
      Specified by:
      write in interface com.sforce.ws.bind.XMLizable
      Overrides:
      write in class DescribeLayoutComponent
      Throws:
      IOException
    • writeFields

      protected void writeFields(com.sforce.ws.parser.XmlOutputStream __out, com.sforce.ws.bind.TypeMapper __typeMapper) throws IOException
      Overrides:
      writeFields in class DescribeLayoutComponent
      Throws:
      IOException
    • load

      public void load(com.sforce.ws.parser.XmlInputStream __in, com.sforce.ws.bind.TypeMapper __typeMapper) throws IOException, com.sforce.ws.ConnectionException
      Specified by:
      load in interface com.sforce.ws.bind.XMLizable
      Overrides:
      load in class DescribeLayoutComponent
      Throws:
      IOException
      com.sforce.ws.ConnectionException
    • loadFields

      protected void loadFields(com.sforce.ws.parser.XmlInputStream __in, com.sforce.ws.bind.TypeMapper __typeMapper) throws IOException, com.sforce.ws.ConnectionException
      Overrides:
      loadFields in class DescribeLayoutComponent
      Throws:
      IOException
      com.sforce.ws.ConnectionException
    • toString

      public String toString()
      Overrides:
      toString in class DescribeLayoutComponent