Skip navigation links

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


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

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

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

public class ChartTypeImpl
extends oracle.xml.jaxb.JaxbNode
implements ChartType, java.io.Externalizable

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

 

Method Summary
 java.lang.String getChartType()
           
 java.lang.String getDisplayName()
           
 java.lang.String getDisplayNameResourceKey()
           
 AxisType getGroup()
           
 java.lang.String getName()
           
 AxisType getSeries()
           
 AxisType getValue()
           
 void populateNodeArray(oracle.xml.parser.v2.XMLNode node)
           
 void readExternal(java.io.ObjectInput in)
           
 void setChartType(java.lang.String value)
           
 void setDisplayName(java.lang.String value)
           
 void setDisplayNameResourceKey(java.lang.String value)
           
 void setGroup(AxisType value)
           
 void setName(java.lang.String value)
           
 void setSeries(AxisType value)
           
 void setValue(AxisType 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

ChartTypeImpl

public ChartTypeImpl()

ChartTypeImpl

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

ChartTypeImpl

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

ChartTypeImpl

public ChartTypeImpl(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

setChartType

public void setChartType(java.lang.String value)
Specified by:
setChartType in interface ChartType

getChartType

public java.lang.String getChartType()
Specified by:
getChartType in interface ChartType

setDisplayNameResourceKey

public void setDisplayNameResourceKey(java.lang.String value)
Specified by:
setDisplayNameResourceKey in interface ChartType

getDisplayNameResourceKey

public java.lang.String getDisplayNameResourceKey()
Specified by:
getDisplayNameResourceKey in interface ChartType

setName

public void setName(java.lang.String value)
Specified by:
setName in interface ChartType

getName

public java.lang.String getName()
Specified by:
getName in interface ChartType

setDisplayName

public void setDisplayName(java.lang.String value)
Specified by:
setDisplayName in interface ChartType

getDisplayName

public java.lang.String getDisplayName()
Specified by:
getDisplayName in interface ChartType

setSeries

public void setSeries(AxisType value)
Specified by:
setSeries in interface ChartType

getSeries

public AxisType getSeries()
Specified by:
getSeries in interface ChartType

setGroup

public void setGroup(AxisType value)
Specified by:
setGroup in interface ChartType

getGroup

public AxisType getGroup()
Specified by:
getGroup in interface ChartType

setValue

public void setValue(AxisType value)
Specified by:
setValue in interface ChartType

getValue

public AxisType getValue()
Specified by:
getValue in interface ChartType

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.6.3)
E10660-10


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