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 ReportInputParameterTypeImpl

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

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

public class ReportInputParameterTypeImpl
extends oracle.xml.jaxb.JaxbNode
implements ReportInputParameterType, java.io.Externalizable

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

 

Method Summary
 java.lang.String getName()
           
 java.lang.String getValue()
           
 void populateNodeArray(oracle.xml.parser.v2.XMLNode node)
           
 void readExternal(java.io.ObjectInput in)
           
 void setName(java.lang.String value)
           
 void setValue(java.lang.String 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

ReportInputParameterTypeImpl

public ReportInputParameterTypeImpl()

ReportInputParameterTypeImpl

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

ReportInputParameterTypeImpl

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

ReportInputParameterTypeImpl

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

setName

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

getName

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

setValue

public void setValue(java.lang.String value)
Specified by:
setValue in interface ReportInputParameterType

getValue

public java.lang.String getValue()
Specified by:
getValue in interface ReportInputParameterType

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.