Package com.sforce.soap.metadata
Class ReportAggregate
java.lang.Object
com.sforce.soap.metadata.ReportAggregate
- 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 TypeMethodDescriptionbooleanbooleanintgetScale()booleanbooleanvoidload(XmlInputStream __in, TypeMapper __typeMapper) protected voidloadFields(XmlInputStream __in, TypeMapper __typeMapper) protected voidsetAcrossGroupingContext(XmlInputStream __in, TypeMapper __typeMapper) voidsetAcrossGroupingContext(String acrossGroupingContext) protected voidsetCalculatedFormula(XmlInputStream __in, TypeMapper __typeMapper) voidsetCalculatedFormula(String calculatedFormula) voidsetDatatype(ReportAggregateDatatype datatype) protected voidsetDatatype(XmlInputStream __in, TypeMapper __typeMapper) protected voidsetDescription(XmlInputStream __in, TypeMapper __typeMapper) voidsetDescription(String description) protected voidsetDeveloperName(XmlInputStream __in, TypeMapper __typeMapper) voidsetDeveloperName(String developerName) protected voidsetDownGroupingContext(XmlInputStream __in, TypeMapper __typeMapper) voidsetDownGroupingContext(String downGroupingContext) voidsetIsActive(boolean isActive) protected voidsetIsActive(XmlInputStream __in, TypeMapper __typeMapper) voidsetIsCrossBlock(boolean isCrossBlock) protected voidsetIsCrossBlock(XmlInputStream __in, TypeMapper __typeMapper) protected voidsetMasterLabel(XmlInputStream __in, TypeMapper __typeMapper) voidsetMasterLabel(String masterLabel) protected voidsetReportType(XmlInputStream __in, TypeMapper __typeMapper) voidsetReportType(String reportType) voidsetScale(int scale) protected voidsetScale(XmlInputStream __in, TypeMapper __typeMapper) toString()voidwrite(QName __element, XmlOutputStream __out, TypeMapper __typeMapper) protected voidwriteFields(XmlOutputStream __out, TypeMapper __typeMapper)
-
Constructor Details
-
ReportAggregate
public ReportAggregate()Constructor
-
-
Method Details
-
getAcrossGroupingContext
-
setAcrossGroupingContext
-
setAcrossGroupingContext
protected void setAcrossGroupingContext(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Throws:
IOExceptionConnectionException
-
getCalculatedFormula
-
setCalculatedFormula
-
setCalculatedFormula
protected void setCalculatedFormula(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Throws:
IOExceptionConnectionException
-
getDatatype
-
setDatatype
-
setDatatype
protected void setDatatype(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Throws:
IOExceptionConnectionException
-
getDescription
-
setDescription
-
setDescription
protected void setDescription(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Throws:
IOExceptionConnectionException
-
getDeveloperName
-
setDeveloperName
-
setDeveloperName
protected void setDeveloperName(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Throws:
IOExceptionConnectionException
-
getDownGroupingContext
-
setDownGroupingContext
-
setDownGroupingContext
protected void setDownGroupingContext(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Throws:
IOExceptionConnectionException
-
getIsActive
public boolean getIsActive() -
isIsActive
public boolean isIsActive() -
setIsActive
public void setIsActive(boolean isActive) -
setIsActive
protected void setIsActive(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Throws:
IOExceptionConnectionException
-
getIsCrossBlock
public boolean getIsCrossBlock() -
isIsCrossBlock
public boolean isIsCrossBlock() -
setIsCrossBlock
public void setIsCrossBlock(boolean isCrossBlock) -
setIsCrossBlock
protected void setIsCrossBlock(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Throws:
IOExceptionConnectionException
-
getMasterLabel
-
setMasterLabel
-
setMasterLabel
protected void setMasterLabel(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Throws:
IOExceptionConnectionException
-
getReportType
-
setReportType
-
setReportType
protected void setReportType(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Throws:
IOExceptionConnectionException
-
getScale
public int getScale() -
setScale
public void setScale(int scale) -
setScale
protected void setScale(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
-