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

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

java.lang.Object
  extended by oracle.bpm.casemgmt.metadata.extension.model.TExtensibleElements
      extended by oracle.bpm.casemgmt.metadata.activity.model.TInputParameter
All Implemented Interfaces:
java.io.Serializable

public class TInputParameter
extends TExtensibleElements
implements java.io.Serializable

Java class for tInputParameter complex type.

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

 <complexType name="tInputParameter">
   <complexContent>
     <extension base="{http://xmlns.oracle.com/bpm/case/metadata/extension}tExtensibleElements">
       <sequence>
         <choice>
           <element name="caseDataInput" type="{http://xmlns.oracle.com/bpm/case/activity}tCaseDataInput"/>
           <element name="payloadInput" type="{http://xmlns.oracle.com/bpm/case/activity}tPayloadInput"/>
         </choice>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 

See Also:
Serialized Form

Constructor Summary
TInputParameter()
           
 
Method Summary
 TCaseDataInput getCaseDataInput()
          Gets the value of the caseDataInput property.
 TPayloadInput getPayloadInput()
          Gets the value of the payloadInput property.
 boolean isSetCaseDataInput()
           
 boolean isSetPayloadInput()
           
 void setCaseDataInput(TCaseDataInput value)
          Sets the value of the caseDataInput property.
 void setPayloadInput(TPayloadInput value)
          Sets the value of the payloadInput property.
 
Methods inherited from class oracle.bpm.casemgmt.metadata.extension.model.TExtensibleElements
getDocumentation
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TInputParameter

public TInputParameter()
Method Detail

getCaseDataInput

public TCaseDataInput getCaseDataInput()
Gets the value of the caseDataInput property.

Returns:
possible object is TCaseDataInput

setCaseDataInput

public void setCaseDataInput(TCaseDataInput value)
Sets the value of the caseDataInput property.

Parameters:
value - allowed object is TCaseDataInput

isSetCaseDataInput

public boolean isSetCaseDataInput()

getPayloadInput

public TPayloadInput getPayloadInput()
Gets the value of the payloadInput property.

Returns:
possible object is TPayloadInput

setPayloadInput

public void setPayloadInput(TPayloadInput value)
Sets the value of the payloadInput property.

Parameters:
value - allowed object is TPayloadInput

isSetPayloadInput

public boolean isSetPayloadInput()

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

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