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"/>
<element name="useExpression" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Constructor and Description |
|---|
TCaseDataInput() |
| Modifier and Type | Method and Description |
|---|---|
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() |
boolean |
isSetUseExpression() |
boolean |
isUseExpression()
Gets the value of the useExpression property.
|
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.
|
void |
setUseExpression(boolean value)
Sets the value of the useExpression property.
|
getDocumentation, isSetDocumentation, unsetDocumentationpublic java.lang.String getActivityParamName()
Stringpublic void setActivityParamName(java.lang.String value)
value - allowed object is
Stringpublic boolean isSetActivityParamName()
public java.lang.String getElementName()
Stringpublic void setElementName(java.lang.String value)
value - allowed object is
Stringpublic boolean isSetElementName()
public java.lang.String getCaseDataName()
Stringpublic void setCaseDataName(java.lang.String value)
value - allowed object is
Stringpublic boolean isSetCaseDataName()
public boolean isUseExpression()
public void setUseExpression(boolean value)
public boolean isSetUseExpression()