Skip navigation links

Oracle BPEL Process Manager
Workflow Services API Reference
10g Release 3 (10.1.3)
B28985-02


oracle.bpel.services.workflow.report.model
Class ReportOutputTypeImpl

java.lang.Object
  extended byoracle.xml.jaxb.JaxbNode
      extended byoracle.bpel.services.workflow.report.model.ReportOutputTypeImpl

All Implemented Interfaces:
java.io.Externalizable, ReportOutputType, java.io.Serializable, oracle.xml.parser.schema.XSDTypeConstants

public class ReportOutputTypeImpl
extends oracle.xml.jaxb.JaxbNode
implements ReportOutputType
See Also:
Serialized Form

Field Summary

 

Fields inherited from interface oracle.xml.parser.schema.XSDTypeConstants
_atomic, _base64, _collapse, _hex, _preserve, _replace, ANY_SIMPLE, ANY_URI, BASE64_BINARY, BINARY, BOOLEAN, BYTE, CDATA, CENTURY, DATE, DATE_TIME, DAYTIME_DURATION, DECIMAL, DOUBLE, DURATION, ENCODING, ENTITIES, ENTITY, ENUMERATION, fDAYTIME, fFINITE, fID, fIDREF, fINTEGER, FLOAT, fNUMERIC, fORDERED, FRACTION_DIGITS, fYEARMONTH, GDAY, GMONTH, GMONTH_DAY, GYEAR, GYEAR_MONTH, HEX_BINARY, iANY_SIMPLE, iANY_URI, iBASE64_BINARY, iBOOLEAN, iBYTE, ID, iDATE, iDATE_TIME, iDAYTIME_DURATION, iDECIMAL, iDOUBLE, IDREF, IDREFS, iDUMMY, iDURATION, iENTITIES, iENTITY, iENUMERATION, iFLOAT, iFRACTION_DIGITS, iGDAY, iGMONTH, iGMONTH_DAY, iGYEAR, iGYEAR_MONTH, iHEX_BINARY, iID, iIDREF, iIDREFS, iINT, iINTEGER, iLANGUAGE, iLENGTH, iLONG, iMAXEXCLUSIVE, iMAXINCLUSIVE, iMAXLENGTH, iMINEXCLUSIVE, iMININCLUSIVE, iMINLENGTH, iN_STRING, iNAME, iNCNAME, iNEGATIVE_INTEGER, iNMTOKEN, iNMTOKENS, iNON_NEGATIVE_INTEGER, iNON_POSITIVE_INTEGER, iNOTATION, INT, INTEGER_STR, iPATTERN, iPOSITIVE_INTEGER, iQNAME, iSHORT, iSTRING, iTIME, iTOKEN, iTOTAL_DIGITS, iUNSIGNED_BYTE, iUNSIGNED_INT, iUNSIGNED_LONG, iUNSIGNED_SHORT, iWHITESPACE, iYEARMONTH_DURATION, LANGUAGE, LENGTH, LONG, MAXEXCLUSIVE, MAXINCLUSIVE, MAXLENGTH, MINEXCLUSIVE, MININCLUSIVE, MINLENGTH, MONTH, N_STRING, NAME, nBUILTIN, NCNAME, NEGATIVE_INTEGER, nFacets, NMTOKEN, NMTOKENS, NON_NEGATIVE_INTEGER, NON_POSITIVE_INTEGER, nPRIMITIVE, PATTERN, PERIOD, POSITIVE_INTEGER, PRECISION, QNAME, RECURRING_DATE, RECURRING_DAY, RECURRING_DURATION, SCALE, sFacets, SHORT, SNOTATION, STRING, sTypes, TIME, TIME_DURATION, TIME_INSTANT, TIME_PERIOD, TOKEN, TOTAL_DIGITS, UNSIGNED_BYTE, UNSIGNED_INT, UNSIGNED_LONG, UNSIGNED_SHORT, UNTYPED_ATOMIC, URI_REFERENCE, WHITESPACE, YEAR, YEARMONTH_DURATION

 

Constructor Summary
ReportOutputTypeImpl()
           
ReportOutputTypeImpl(java.lang.String name, java.lang.String namespace, oracle.xml.parser.v2.XMLDocument ownerDoc)
           
ReportOutputTypeImpl(oracle.xml.parser.v2.XMLDocument ownerDoc)
           
ReportOutputTypeImpl(oracle.xml.parser.v2.XMLElement node)
           

 

Method Summary
 ChartType getChart()
           
 GroupByType getGroupBy()
           
 OrderByType getOrderBy()
           
 java.math.BigInteger getPageSize()
           
 ReportColumnsType getReportColumns()
           
 boolean isChartEnabled()
           
 void populateNodeArray(oracle.xml.parser.v2.XMLNode node)
           
 void setChart(ChartType value)
           
 void setChartEnabled(boolean value)
           
 void setGroupBy(GroupByType value)
           
 void setOrderBy(OrderByType value)
           
 void setPageSize(java.math.BigInteger value)
           
 void setReportColumns(ReportColumnsType value)
           

 

Methods inherited from class oracle.xml.jaxb.JaxbNode
getDOMNode, marshal, marshal, marshal, marshal, readExternal, setAnyType, setJaxbValue, writeExternal

 

Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

 

Constructor Detail

ReportOutputTypeImpl

public ReportOutputTypeImpl()

ReportOutputTypeImpl

public ReportOutputTypeImpl(oracle.xml.parser.v2.XMLDocument ownerDoc)

ReportOutputTypeImpl

public ReportOutputTypeImpl(java.lang.String name,
                            java.lang.String namespace,
                            oracle.xml.parser.v2.XMLDocument ownerDoc)

ReportOutputTypeImpl

public ReportOutputTypeImpl(oracle.xml.parser.v2.XMLElement node)

Method Detail

setChartEnabled

public void setChartEnabled(boolean value)
Specified by:
setChartEnabled in interface ReportOutputType

isChartEnabled

public boolean isChartEnabled()
Specified by:
isChartEnabled in interface ReportOutputType

setPageSize

public void setPageSize(java.math.BigInteger value)
Specified by:
setPageSize in interface ReportOutputType

getPageSize

public java.math.BigInteger getPageSize()
Specified by:
getPageSize in interface ReportOutputType

setReportColumns

public void setReportColumns(ReportColumnsType value)
Specified by:
setReportColumns in interface ReportOutputType

getReportColumns

public ReportColumnsType getReportColumns()
Specified by:
getReportColumns in interface ReportOutputType

setGroupBy

public void setGroupBy(GroupByType value)
Specified by:
setGroupBy in interface ReportOutputType

getGroupBy

public GroupByType getGroupBy()
Specified by:
getGroupBy in interface ReportOutputType

setOrderBy

public void setOrderBy(OrderByType value)
Specified by:
setOrderBy in interface ReportOutputType

getOrderBy

public OrderByType getOrderBy()
Specified by:
getOrderBy in interface ReportOutputType

setChart

public void setChart(ChartType value)
Specified by:
setChart in interface ReportOutputType

getChart

public ChartType getChart()
Specified by:
getChart in interface ReportOutputType

populateNodeArray

public void populateNodeArray(oracle.xml.parser.v2.XMLNode node)

Skip navigation links

Oracle BPEL Process Manager
Workflow Services API Reference
10g Release 3 (10.1.3)
B28985-02


Copyright © 2006, Oracle. All rights reserved.