Package com.sforce.soap.metadata
Class ReportColorRange
java.lang.Object
com.sforce.soap.metadata.ReportColorRange
- All Implemented Interfaces:
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 TypeMethodDescriptiondoubledoublevoidload(XmlInputStream __in, TypeMapper __typeMapper) protected voidloadFields(XmlInputStream __in, TypeMapper __typeMapper) voidsetAggregate(ReportSummaryType aggregate) protected voidsetAggregate(XmlInputStream __in, TypeMapper __typeMapper) protected voidsetColumnName(XmlInputStream __in, TypeMapper __typeMapper) voidsetColumnName(String columnName) voidsetHighBreakpoint(double highBreakpoint) protected voidsetHighBreakpoint(XmlInputStream __in, TypeMapper __typeMapper) protected voidsetHighColor(XmlInputStream __in, TypeMapper __typeMapper) voidsetHighColor(String highColor) voidsetLowBreakpoint(double lowBreakpoint) protected voidsetLowBreakpoint(XmlInputStream __in, TypeMapper __typeMapper) protected voidsetLowColor(XmlInputStream __in, TypeMapper __typeMapper) voidsetLowColor(String lowColor) protected voidsetMidColor(XmlInputStream __in, TypeMapper __typeMapper) voidsetMidColor(String midColor) toString()voidwrite(QName __element, XmlOutputStream __out, TypeMapper __typeMapper) protected voidwriteFields(XmlOutputStream __out, TypeMapper __typeMapper)
-
Constructor Details
-
ReportColorRange
public ReportColorRange()Constructor
-
-
Method Details
-
getAggregate
-
setAggregate
-
setAggregate
protected void setAggregate(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Throws:
IOExceptionConnectionException
-
getColumnName
-
setColumnName
-
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
-
setHighColor
-
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
-
setLowColor
-
setLowColor
protected void setLowColor(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Throws:
IOExceptionConnectionException
-
getMidColor
-
setMidColor
-
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
- 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
-
toString
-