Skip navigation links

Oracle Fusion Middleware
Workflow Services Java API Reference for Oracle SOA Suite
11g Release 1 (11.1.1)
E10660-03


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

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

All Implemented Interfaces:
java.io.Externalizable, java.io.Serializable, ReportOutputType

public class ReportOutputTypeImpl
extends oracle.xml.jaxb.JaxbNode
implements ReportOutputType, java.io.Externalizable

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 readExternal(java.io.ObjectInput in)
           
 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)
           
 void writeExternal(java.io.ObjectOutput out)
           

 

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

readExternal

public void readExternal(java.io.ObjectInput in)
                  throws java.io.IOException,
                         java.lang.ClassNotFoundException
Specified by:
readExternal in interface java.io.Externalizable
Throws:
java.io.IOException
java.lang.ClassNotFoundException

writeExternal

public void writeExternal(java.io.ObjectOutput out)
                   throws java.io.IOException
Specified by:
writeExternal in interface java.io.Externalizable
Throws:
java.io.IOException

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

setChartEnabled

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

isChartEnabled

public boolean isChartEnabled()
Specified by:
isChartEnabled 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 Fusion Middleware
Workflow Services Java API Reference for Oracle SOA Suite
11g Release 1 (11.1.1)
E10660-03


Copyright © 2009, Oracle and/or its affiliates. All rights reserved.