Package com.sforce.soap.metadata
Class ReportColorRange
- java.lang.Object
-
- com.sforce.soap.metadata.ReportColorRange
-
-
Constructor Summary
Constructors Constructor Description ReportColorRange()Constructor
-
Method Summary
-
-
-
Method Detail
-
getAggregate
public ReportSummaryType getAggregate()
-
setAggregate
public void setAggregate(ReportSummaryType aggregate)
-
setAggregate
protected void setAggregate(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getColumnName
public String getColumnName()
-
setColumnName
public void setColumnName(String columnName)
-
setColumnName
protected void setColumnName(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getHighBreakpoint
public double getHighBreakpoint()
-
setHighBreakpoint
public void setHighBreakpoint(double highBreakpoint)
-
setHighBreakpoint
protected void setHighBreakpoint(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getHighColor
public String getHighColor()
-
setHighColor
public void setHighColor(String highColor)
-
setHighColor
protected void setHighColor(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getLowBreakpoint
public double getLowBreakpoint()
-
setLowBreakpoint
public void setLowBreakpoint(double lowBreakpoint)
-
setLowBreakpoint
protected void setLowBreakpoint(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getLowColor
public String getLowColor()
-
setLowColor
public void setLowColor(String lowColor)
-
setLowColor
protected void setLowColor(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getMidColor
public String getMidColor()
-
setMidColor
public void setMidColor(String midColor)
-
setMidColor
protected void setMidColor(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- Throws:
IOException
-
writeFields
protected void writeFields(XmlOutputStream __out, TypeMapper __typeMapper) throws IOException
- Throws:
IOException
-
load
public void load(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Specified by:
loadin interfaceXMLizable- Throws:
IOExceptionConnectionException
-
loadFields
protected void loadFields(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
-