Skip navigation links

Oracle Fusion Middleware
Java API Reference for Oracle BPM Suite
11g Release 1 (11.1.1.6.3)
E25378-06


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

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

All Implemented Interfaces:
java.io.Externalizable, java.io.Serializable, ReportDefinitionType, oracle.xml.parser.schema.XSDTypeConstants
Direct Known Subclasses:
ReportDefinitionImpl

public class ReportDefinitionTypeImpl
extends oracle.xml.jaxb.JaxbNode
implements ReportDefinitionType, java.io.Externalizable
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
ReportDefinitionTypeImpl()
           
ReportDefinitionTypeImpl(java.lang.String name, java.lang.String namespace, oracle.xml.parser.v2.XMLDocument ownerDoc)
           
ReportDefinitionTypeImpl(oracle.xml.parser.v2.XMLDocument ownerDoc)
           
ReportDefinitionTypeImpl(oracle.xml.parser.v2.XMLElement node)
           

 

Method Summary
 java.lang.String getAnnotation()
           
 CustomReportQueryType getCustomQuery()
           
 java.lang.String getDescription()
           
 java.lang.String getDescriptionResourceKey()
           
 java.lang.String getDisplayName()
           
 java.lang.String getDisplayNameResourceKey()
           
 java.lang.String getName()
           
 ReportOutputType getReportOutput()
           
 ReportParametersType getReportParameters()
           
 java.lang.String getResourceBundle()
           
 boolean isDisplayOnReportsPage()
           
 boolean isQueryCustomized()
           
 void populateNodeArray(oracle.xml.parser.v2.XMLNode node)
           
 void readExternal(java.io.ObjectInput in)
           
 void setAnnotation(java.lang.String value)
           
 void setCustomQuery(CustomReportQueryType value)
           
 void setDescription(java.lang.String value)
           
 void setDescriptionResourceKey(java.lang.String value)
           
 void setDisplayName(java.lang.String value)
           
 void setDisplayNameResourceKey(java.lang.String value)
           
 void setDisplayOnReportsPage(boolean value)
           
 void setName(java.lang.String value)
           
 void setQueryCustomized(boolean value)
           
 void setReportOutput(ReportOutputType value)
           
 void setReportParameters(ReportParametersType value)
           
 void setResourceBundle(java.lang.String value)
           
 void writeExternal(java.io.ObjectOutput out)
           

 

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

 

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

 

Constructor Detail

ReportDefinitionTypeImpl

public ReportDefinitionTypeImpl()

ReportDefinitionTypeImpl

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

ReportDefinitionTypeImpl

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

ReportDefinitionTypeImpl

public ReportDefinitionTypeImpl(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
Overrides:
readExternal in class oracle.xml.jaxb.JaxbNode
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
Overrides:
writeExternal in class oracle.xml.jaxb.JaxbNode
Throws:
java.io.IOException

setDisplayOnReportsPage

public void setDisplayOnReportsPage(boolean value)
Specified by:
setDisplayOnReportsPage in interface ReportDefinitionType

isDisplayOnReportsPage

public boolean isDisplayOnReportsPage()
Specified by:
isDisplayOnReportsPage in interface ReportDefinitionType

setDisplayNameResourceKey

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

getDisplayNameResourceKey

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

setDescriptionResourceKey

public void setDescriptionResourceKey(java.lang.String value)
Specified by:
setDescriptionResourceKey in interface ReportDefinitionType

getDescriptionResourceKey

public java.lang.String getDescriptionResourceKey()
Specified by:
getDescriptionResourceKey in interface ReportDefinitionType

setDescription

public void setDescription(java.lang.String value)
Specified by:
setDescription in interface ReportDefinitionType

getDescription

public java.lang.String getDescription()
Specified by:
getDescription in interface ReportDefinitionType

setName

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

getName

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

setResourceBundle

public void setResourceBundle(java.lang.String value)
Specified by:
setResourceBundle in interface ReportDefinitionType

getResourceBundle

public java.lang.String getResourceBundle()
Specified by:
getResourceBundle in interface ReportDefinitionType

setQueryCustomized

public void setQueryCustomized(boolean value)
Specified by:
setQueryCustomized in interface ReportDefinitionType

isQueryCustomized

public boolean isQueryCustomized()
Specified by:
isQueryCustomized in interface ReportDefinitionType

setDisplayName

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

getDisplayName

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

setAnnotation

public void setAnnotation(java.lang.String value)
Specified by:
setAnnotation in interface ReportDefinitionType

getAnnotation

public java.lang.String getAnnotation()
Specified by:
getAnnotation in interface ReportDefinitionType

setReportParameters

public void setReportParameters(ReportParametersType value)
Specified by:
setReportParameters in interface ReportDefinitionType

getReportParameters

public ReportParametersType getReportParameters()
Specified by:
getReportParameters in interface ReportDefinitionType

setCustomQuery

public void setCustomQuery(CustomReportQueryType value)
Specified by:
setCustomQuery in interface ReportDefinitionType

getCustomQuery

public CustomReportQueryType getCustomQuery()
Specified by:
getCustomQuery in interface ReportDefinitionType

setReportOutput

public void setReportOutput(ReportOutputType value)
Specified by:
setReportOutput in interface ReportDefinitionType

getReportOutput

public ReportOutputType getReportOutput()
Specified by:
getReportOutput in interface ReportDefinitionType

populateNodeArray

public void populateNodeArray(oracle.xml.parser.v2.XMLNode node)
Overrides:
populateNodeArray in class oracle.xml.jaxb.JaxbNode

Skip navigation links

Oracle Fusion Middleware
Java API Reference for Oracle BPM Suite
11g Release 1 (11.1.1.6.3)
E25378-06


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