Skip navigation links

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


oracle.bpm.casemgmt.metadata.activity.model
Class TOutputParameter

java.lang.Object
  extended by oracle.bpm.casemgmt.metadata.extension.model.TExtensibleElements
      extended by oracle.bpm.casemgmt.metadata.activity.model.TOutputParameter

All Implemented Interfaces:
java.io.Serializable

public class TOutputParameter
extends TExtensibleElements
implements java.io.Serializable

Java class for tOutputParameter complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="tOutputParameter">
   <complexContent>
     <extension base="{http://xmlns.oracle.com/bpm/case/metadata/extension}tExtensibleElements">
       <sequence>
         <choice>
           <element name="nmOutput" type="{http://xmlns.oracle.com/bpm/case/activity}tNMOutput"/>
           <element name="payloadOutput" type="{http://xmlns.oracle.com/bpm/case/activity}tPayloadOutput"/>
         </choice>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 
See Also:
Serialized Form

Constructor Summary
TOutputParameter()
           

 

Method Summary
 TNMOutput getNmOutput()
          Gets the value of the nmOutput property.
 TPayloadOutput getPayloadOutput()
          Gets the value of the payloadOutput property.
 boolean isSetNmOutput()
           
 boolean isSetPayloadOutput()
           
 void setNmOutput(TNMOutput value)
          Sets the value of the nmOutput property.
 void setPayloadOutput(TPayloadOutput value)
          Sets the value of the payloadOutput property.

 

Methods inherited from class oracle.bpm.casemgmt.metadata.extension.model.TExtensibleElements
getDocumentation, isSetDocumentation, unsetDocumentation

 

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

 

Constructor Detail

TOutputParameter

public TOutputParameter()

Method Detail

getNmOutput

public TNMOutput getNmOutput()
Gets the value of the nmOutput property.
Returns:
possible object is TNMOutput

setNmOutput

public void setNmOutput(TNMOutput value)
Sets the value of the nmOutput property.
Parameters:
value - allowed object is TNMOutput

isSetNmOutput

public boolean isSetNmOutput()

getPayloadOutput

public TPayloadOutput getPayloadOutput()
Gets the value of the payloadOutput property.
Returns:
possible object is TPayloadOutput

setPayloadOutput

public void setPayloadOutput(TPayloadOutput value)
Sets the value of the payloadOutput property.
Parameters:
value - allowed object is TPayloadOutput

isSetPayloadOutput

public boolean isSetPayloadOutput()

Skip navigation links

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


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