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 TCaseDataInput

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

public class TCaseDataInput
extends TExtensibleElements
implements java.io.Serializable

Java class for tCaseDataInput complex type.

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

 <complexType name="tCaseDataInput">
   <complexContent>
     <extension base="{http://xmlns.oracle.com/bpm/case/metadata/extension}tExtensibleElements">
       <sequence>
         <element name="activityParamName" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="elementName" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="caseDataName" type="{http://www.w3.org/2001/XMLSchema}string"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 

See Also:
Serialized Form

Constructor Summary
TCaseDataInput()
           
 
Method Summary
 java.lang.String getActivityParamName()
          Gets the value of the activityParamName property.
 java.lang.String getCaseDataName()
          Gets the value of the caseDataName property.
 java.lang.String getElementName()
          Gets the value of the elementName property.
 boolean isSetActivityParamName()
           
 boolean isSetCaseDataName()
           
 boolean isSetElementName()
           
 void setActivityParamName(java.lang.String value)
          Sets the value of the activityParamName property.
 void setCaseDataName(java.lang.String value)
          Sets the value of the caseDataName property.
 void setElementName(java.lang.String value)
          Sets the value of the elementName 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

TCaseDataInput

public TCaseDataInput()
Method Detail

getActivityParamName

public java.lang.String getActivityParamName()
Gets the value of the activityParamName property.

Returns:
possible object is String

setActivityParamName

public void setActivityParamName(java.lang.String value)
Sets the value of the activityParamName property.

Parameters:
value - allowed object is String

isSetActivityParamName

public boolean isSetActivityParamName()

getElementName

public java.lang.String getElementName()
Gets the value of the elementName property.

Returns:
possible object is String

setElementName

public void setElementName(java.lang.String value)
Sets the value of the elementName property.

Parameters:
value - allowed object is String

isSetElementName

public boolean isSetElementName()

getCaseDataName

public java.lang.String getCaseDataName()
Gets the value of the caseDataName property.

Returns:
possible object is String

setCaseDataName

public void setCaseDataName(java.lang.String value)
Sets the value of the caseDataName property.

Parameters:
value - allowed object is String

isSetCaseDataName

public boolean isSetCaseDataName()

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.