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 ChartTypeImpl

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

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

public class ChartTypeImpl
extends oracle.xml.jaxb.JaxbNode
implements ChartType
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
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 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)
           

 

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

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

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 BPEL Process Manager
Workflow Services API Reference
10g Release 3 (10.1.3)
B28985-02


Copyright © 2006, Oracle. All rights reserved.