com.sforce.soap.metadata
Class ReportChart

java.lang.Object
  extended by com.sforce.soap.metadata.ReportChart
All Implemented Interfaces:
com.sforce.ws.bind.XMLizable

public class ReportChart
extends java.lang.Object
implements com.sforce.ws.bind.XMLizable

Generated class, please do not edit.


Constructor Summary
ReportChart()
          Constructor
 
Method Summary
 java.lang.String getBackgroundColor1()
           
 java.lang.String getBackgroundColor2()
           
 ChartBackgroundDirection getBackgroundFadeDir()
           
 ChartSummary[] getChartSummaries()
           
 ChartType getChartType()
           
 boolean getEnableHoverLabels()
           
 boolean getExpandOthers()
           
 java.lang.String getGroupingColumn()
           
 ChartLegendPosition getLegendPosition()
           
 ChartPosition getLocation()
           
 java.lang.String getSecondaryGroupingColumn()
           
 boolean getShowAxisLabels()
           
 boolean getShowPercentage()
           
 boolean getShowTotal()
           
 boolean getShowValues()
           
 ReportChartSize getSize()
           
 double getSummaryAxisManualRangeEnd()
           
 double getSummaryAxisManualRangeStart()
           
 ChartRangeType getSummaryAxisRange()
           
 java.lang.String getTextColor()
           
 int getTextSize()
           
 java.lang.String getTitle()
           
 java.lang.String getTitleColor()
           
 int getTitleSize()
           
 boolean isEnableHoverLabels()
           
 boolean isExpandOthers()
           
 boolean isShowAxisLabels()
           
 boolean isShowPercentage()
           
 boolean isShowTotal()
           
 boolean isShowValues()
           
 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 setBackgroundColor1(java.lang.String backgroundColor1)
           
 void setBackgroundColor2(java.lang.String backgroundColor2)
           
 void setBackgroundFadeDir(ChartBackgroundDirection backgroundFadeDir)
           
 void setChartSummaries(ChartSummary[] chartSummaries)
           
 void setChartType(ChartType chartType)
           
 void setEnableHoverLabels(boolean enableHoverLabels)
           
 void setExpandOthers(boolean expandOthers)
           
 void setGroupingColumn(java.lang.String groupingColumn)
           
 void setLegendPosition(ChartLegendPosition legendPosition)
           
 void setLocation(ChartPosition location)
           
 void setSecondaryGroupingColumn(java.lang.String secondaryGroupingColumn)
           
 void setShowAxisLabels(boolean showAxisLabels)
           
 void setShowPercentage(boolean showPercentage)
           
 void setShowTotal(boolean showTotal)
           
 void setShowValues(boolean showValues)
           
 void setSize(ReportChartSize size)
           
 void setSummaryAxisManualRangeEnd(double summaryAxisManualRangeEnd)
           
 void setSummaryAxisManualRangeStart(double summaryAxisManualRangeStart)
           
 void setSummaryAxisRange(ChartRangeType summaryAxisRange)
           
 void setTextColor(java.lang.String textColor)
           
 void setTextSize(int textSize)
           
 void setTitle(java.lang.String title)
           
 void setTitleColor(java.lang.String titleColor)
           
 void setTitleSize(int titleSize)
           
 java.lang.String toString()
           
 void write(javax.xml.namespace.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)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ReportChart

public ReportChart()
Constructor

Method Detail

getBackgroundColor1

public java.lang.String getBackgroundColor1()

setBackgroundColor1

public void setBackgroundColor1(java.lang.String backgroundColor1)

getBackgroundColor2

public java.lang.String getBackgroundColor2()

setBackgroundColor2

public void setBackgroundColor2(java.lang.String backgroundColor2)

getBackgroundFadeDir

public ChartBackgroundDirection getBackgroundFadeDir()

setBackgroundFadeDir

public void setBackgroundFadeDir(ChartBackgroundDirection backgroundFadeDir)

getChartSummaries

public ChartSummary[] getChartSummaries()

setChartSummaries

public void setChartSummaries(ChartSummary[] chartSummaries)

getChartType

public ChartType getChartType()

setChartType

public void setChartType(ChartType chartType)

getEnableHoverLabels

public boolean getEnableHoverLabels()

isEnableHoverLabels

public boolean isEnableHoverLabels()

setEnableHoverLabels

public void setEnableHoverLabels(boolean enableHoverLabels)

getExpandOthers

public boolean getExpandOthers()

isExpandOthers

public boolean isExpandOthers()

setExpandOthers

public void setExpandOthers(boolean expandOthers)

getGroupingColumn

public java.lang.String getGroupingColumn()

setGroupingColumn

public void setGroupingColumn(java.lang.String groupingColumn)

getLegendPosition

public ChartLegendPosition getLegendPosition()

setLegendPosition

public void setLegendPosition(ChartLegendPosition legendPosition)

getLocation

public ChartPosition getLocation()

setLocation

public void setLocation(ChartPosition location)

getSecondaryGroupingColumn

public java.lang.String getSecondaryGroupingColumn()

setSecondaryGroupingColumn

public void setSecondaryGroupingColumn(java.lang.String secondaryGroupingColumn)

getShowAxisLabels

public boolean getShowAxisLabels()

isShowAxisLabels

public boolean isShowAxisLabels()

setShowAxisLabels

public void setShowAxisLabels(boolean showAxisLabels)

getShowPercentage

public boolean getShowPercentage()

isShowPercentage

public boolean isShowPercentage()

setShowPercentage

public void setShowPercentage(boolean showPercentage)

getShowTotal

public boolean getShowTotal()

isShowTotal

public boolean isShowTotal()

setShowTotal

public void setShowTotal(boolean showTotal)

getShowValues

public boolean getShowValues()

isShowValues

public boolean isShowValues()

setShowValues

public void setShowValues(boolean showValues)

getSize

public ReportChartSize getSize()

setSize

public void setSize(ReportChartSize size)

getSummaryAxisManualRangeEnd

public double getSummaryAxisManualRangeEnd()

setSummaryAxisManualRangeEnd

public void setSummaryAxisManualRangeEnd(double summaryAxisManualRangeEnd)

getSummaryAxisManualRangeStart

public double getSummaryAxisManualRangeStart()

setSummaryAxisManualRangeStart

public void setSummaryAxisManualRangeStart(double summaryAxisManualRangeStart)

getSummaryAxisRange

public ChartRangeType getSummaryAxisRange()

setSummaryAxisRange

public void setSummaryAxisRange(ChartRangeType summaryAxisRange)

getTextColor

public java.lang.String getTextColor()

setTextColor

public void setTextColor(java.lang.String textColor)

getTextSize

public int getTextSize()

setTextSize

public void setTextSize(int textSize)

getTitle

public java.lang.String getTitle()

setTitle

public void setTitle(java.lang.String title)

getTitleColor

public java.lang.String getTitleColor()

setTitleColor

public void setTitleColor(java.lang.String titleColor)

getTitleSize

public int getTitleSize()

setTitleSize

public void setTitleSize(int titleSize)

write

public void write(javax.xml.namespace.QName __element,
                  com.sforce.ws.parser.XmlOutputStream __out,
                  com.sforce.ws.bind.TypeMapper __typeMapper)
           throws java.io.IOException
Specified by:
write in interface com.sforce.ws.bind.XMLizable
Throws:
java.io.IOException

writeFields

protected void writeFields(com.sforce.ws.parser.XmlOutputStream __out,
                           com.sforce.ws.bind.TypeMapper __typeMapper)
                    throws java.io.IOException
Throws:
java.io.IOException

load

public void load(com.sforce.ws.parser.XmlInputStream __in,
                 com.sforce.ws.bind.TypeMapper __typeMapper)
          throws java.io.IOException,
                 com.sforce.ws.ConnectionException
Specified by:
load in interface com.sforce.ws.bind.XMLizable
Throws:
java.io.IOException
com.sforce.ws.ConnectionException

loadFields

protected void loadFields(com.sforce.ws.parser.XmlInputStream __in,
                          com.sforce.ws.bind.TypeMapper __typeMapper)
                   throws java.io.IOException,
                          com.sforce.ws.ConnectionException
Throws:
java.io.IOException
com.sforce.ws.ConnectionException

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object


Copyright © 2011. All Rights Reserved.