public class TCaseActivity extends TExtensibleElements implements java.io.Serializable
Java class for tCaseActivity complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="tCaseActivity">
<complexContent>
<extension base="{http://xmlns.oracle.com/bpm/case/metadata/extension}tExtensibleElements">
<sequence>
<element name="name" type="{http://xmlns.oracle.com/bpm/case/activity}tTranslatedValue"/>
<element name="title" type="{http://xmlns.oracle.com/bpm/case/metadata/common}tTranslatableValue" minOccurs="0"/>
<element name="productVersion" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="activityDefinitionId" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="description" type="{http://xmlns.oracle.com/bpm/case/activity}tTranslatedValue" minOccurs="0"/>
<element name="activityType" type="{http://xmlns.oracle.com/bpm/case/activity}tActivity"/>
<element name="repeatable" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
<element name="required" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
<element name="manual" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
<element name="isGlobal" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
<element name="isConditional" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
<element name="isFormRequired" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="permissionTag" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="caseAssociations" type="{http://xmlns.oracle.com/bpm/case/activity}tCaseAssociations"/>
<choice>
<element name="bpmnActivity" type="{http://xmlns.oracle.com/bpm/case/activity}tBpmnActivity"/>
<element name="workflowActivity" type="{http://xmlns.oracle.com/bpm/case/activity}tWorkflowActivity"/>
<element name="globalActivity" type="{http://xmlns.oracle.com/bpm/case/activity}tGlobalActivity"/>
<element name="customActivity" type="{http://xmlns.oracle.com/bpm/case/activity}tCustomActivity"/>
<element name="subCaseActivity" type="{http://xmlns.oracle.com/bpm/case/activity}tSubCaseActivity"/>
</choice>
<element name="resourceBundle" type="{http://xmlns.oracle.com/bpm/case/activity}tResourceBundle" minOccurs="0"/>
<element name="caseActivityFormUrl" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="isCommentRequired" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
<element name="stakeHolders" type="{http://xmlns.oracle.com/bpm/case/activity}tStakeHolders" minOccurs="0"/>
<element name="weightage" type="{http://www.w3.org/2001/XMLSchema}decimal" minOccurs="0"/>
</sequence>
<attribute name="targetNamespace" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
</extension>
</complexContent>
</complexType>
| Constructor and Description |
|---|
TCaseActivity() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getActivityDefinitionId()
Gets the value of the activityDefinitionId property.
|
TActivity |
getActivityType()
Gets the value of the activityType property.
|
TBpmnActivity |
getBpmnActivity()
Gets the value of the bpmnActivity property.
|
java.lang.String |
getCaseActivityFormUrl()
Gets the value of the caseActivityFormUrl property.
|
TCaseAssociations |
getCaseAssociations()
Gets the value of the caseAssociations property.
|
TCustomActivity |
getCustomActivity()
Gets the value of the customActivity property.
|
java.lang.String |
getDescription()
Gets the value of the description property.
|
TGlobalActivity |
getGlobalActivity()
Gets the value of the globalActivity property.
|
java.lang.String |
getName()
Gets the value of the name property.
|
java.lang.String |
getPermissionTag()
Gets the value of the permissionTag property.
|
java.lang.String |
getProductVersion()
Gets the value of the productVersion property.
|
TResourceBundle |
getResourceBundle()
Gets the value of the resourceBundle property.
|
TStakeHolders |
getStakeHolders()
Gets the value of the stakeHolders property.
|
TSubCaseActivity |
getSubCaseActivity()
Gets the value of the subCaseActivity property.
|
java.lang.String |
getTargetNamespace()
Gets the value of the targetNamespace property.
|
TTranslatableValue |
getTitle()
Gets the value of the title property.
|
java.math.BigDecimal |
getWeightage()
Gets the value of the weightage property.
|
TWorkflowActivity |
getWorkflowActivity()
Gets the value of the workflowActivity property.
|
boolean |
isIsCommentRequired()
Gets the value of the isCommentRequired property.
|
boolean |
isIsConditional()
Gets the value of the isConditional property.
|
java.lang.Boolean |
isIsFormRequired()
Gets the value of the isFormRequired property.
|
boolean |
isIsGlobal()
Gets the value of the isGlobal property.
|
boolean |
isManual()
Gets the value of the manual property.
|
boolean |
isRepeatable()
Gets the value of the repeatable property.
|
boolean |
isRequired()
Gets the value of the required property.
|
boolean |
isSetActivityDefinitionId() |
boolean |
isSetActivityType() |
boolean |
isSetBpmnActivity() |
boolean |
isSetCaseActivityFormUrl() |
boolean |
isSetCaseAssociations() |
boolean |
isSetCustomActivity() |
boolean |
isSetDescription() |
boolean |
isSetGlobalActivity() |
boolean |
isSetIsCommentRequired() |
boolean |
isSetIsConditional() |
boolean |
isSetIsFormRequired() |
boolean |
isSetIsGlobal() |
boolean |
isSetManual() |
boolean |
isSetName() |
boolean |
isSetPermissionTag() |
boolean |
isSetProductVersion() |
boolean |
isSetRepeatable() |
boolean |
isSetRequired() |
boolean |
isSetResourceBundle() |
boolean |
isSetStakeHolders() |
boolean |
isSetSubCaseActivity() |
boolean |
isSetTargetNamespace() |
boolean |
isSetTitle() |
boolean |
isSetWeightage() |
boolean |
isSetWorkflowActivity() |
void |
setActivityDefinitionId(java.lang.String value)
Sets the value of the activityDefinitionId property.
|
void |
setActivityType(TActivity value)
Sets the value of the activityType property.
|
void |
setBpmnActivity(TBpmnActivity value)
Sets the value of the bpmnActivity property.
|
void |
setCaseActivityFormUrl(java.lang.String value)
Sets the value of the caseActivityFormUrl property.
|
void |
setCaseAssociations(TCaseAssociations value)
Sets the value of the caseAssociations property.
|
void |
setCustomActivity(TCustomActivity value)
Sets the value of the customActivity property.
|
void |
setDescription(java.lang.String value)
Sets the value of the description property.
|
void |
setGlobalActivity(TGlobalActivity value)
Sets the value of the globalActivity property.
|
void |
setIsCommentRequired(boolean value)
Sets the value of the isCommentRequired property.
|
void |
setIsConditional(boolean value)
Sets the value of the isConditional property.
|
void |
setIsFormRequired(java.lang.Boolean value)
Sets the value of the isFormRequired property.
|
void |
setIsGlobal(boolean value)
Sets the value of the isGlobal property.
|
void |
setManual(boolean value)
Sets the value of the manual property.
|
void |
setName(java.lang.String value)
Sets the value of the name property.
|
void |
setPermissionTag(java.lang.String value)
Sets the value of the permissionTag property.
|
void |
setProductVersion(java.lang.String value)
Sets the value of the productVersion property.
|
void |
setRepeatable(boolean value)
Sets the value of the repeatable property.
|
void |
setRequired(boolean value)
Sets the value of the required property.
|
void |
setResourceBundle(TResourceBundle value)
Sets the value of the resourceBundle property.
|
void |
setStakeHolders(TStakeHolders value)
Sets the value of the stakeHolders property.
|
void |
setSubCaseActivity(TSubCaseActivity value)
Sets the value of the subCaseActivity property.
|
void |
setTargetNamespace(java.lang.String value)
Sets the value of the targetNamespace property.
|
void |
setTitle(TTranslatableValue value)
Sets the value of the title property.
|
void |
setWeightage(java.math.BigDecimal value)
Sets the value of the weightage property.
|
void |
setWorkflowActivity(TWorkflowActivity value)
Sets the value of the workflowActivity property.
|
getDocumentation, isSetDocumentation, unsetDocumentationpublic java.lang.String getName()
Stringpublic void setName(java.lang.String value)
value - allowed object is
Stringpublic boolean isSetName()
public TTranslatableValue getTitle()
TTranslatableValuepublic void setTitle(TTranslatableValue value)
value - allowed object is
TTranslatableValuepublic boolean isSetTitle()
public java.lang.String getProductVersion()
Stringpublic void setProductVersion(java.lang.String value)
value - allowed object is
Stringpublic boolean isSetProductVersion()
public java.lang.String getActivityDefinitionId()
Stringpublic void setActivityDefinitionId(java.lang.String value)
value - allowed object is
Stringpublic boolean isSetActivityDefinitionId()
public java.lang.String getDescription()
Stringpublic void setDescription(java.lang.String value)
value - allowed object is
Stringpublic boolean isSetDescription()
public TActivity getActivityType()
TActivitypublic void setActivityType(TActivity value)
value - allowed object is
TActivitypublic boolean isSetActivityType()
public boolean isRepeatable()
public void setRepeatable(boolean value)
public boolean isSetRepeatable()
public boolean isRequired()
public void setRequired(boolean value)
public boolean isSetRequired()
public boolean isManual()
public void setManual(boolean value)
public boolean isSetManual()
public boolean isIsGlobal()
public void setIsGlobal(boolean value)
public boolean isSetIsGlobal()
public boolean isIsConditional()
public void setIsConditional(boolean value)
public boolean isSetIsConditional()
public java.lang.Boolean isIsFormRequired()
Booleanpublic void setIsFormRequired(java.lang.Boolean value)
value - allowed object is
Booleanpublic boolean isSetIsFormRequired()
public java.lang.String getPermissionTag()
Stringpublic void setPermissionTag(java.lang.String value)
value - allowed object is
Stringpublic boolean isSetPermissionTag()
public TCaseAssociations getCaseAssociations()
TCaseAssociationspublic void setCaseAssociations(TCaseAssociations value)
value - allowed object is
TCaseAssociationspublic boolean isSetCaseAssociations()
public TBpmnActivity getBpmnActivity()
TBpmnActivitypublic void setBpmnActivity(TBpmnActivity value)
value - allowed object is
TBpmnActivitypublic boolean isSetBpmnActivity()
public TWorkflowActivity getWorkflowActivity()
TWorkflowActivitypublic void setWorkflowActivity(TWorkflowActivity value)
value - allowed object is
TWorkflowActivitypublic boolean isSetWorkflowActivity()
public TGlobalActivity getGlobalActivity()
TGlobalActivitypublic void setGlobalActivity(TGlobalActivity value)
value - allowed object is
TGlobalActivitypublic boolean isSetGlobalActivity()
public TCustomActivity getCustomActivity()
TCustomActivitypublic void setCustomActivity(TCustomActivity value)
value - allowed object is
TCustomActivitypublic boolean isSetCustomActivity()
public TSubCaseActivity getSubCaseActivity()
TSubCaseActivitypublic void setSubCaseActivity(TSubCaseActivity value)
value - allowed object is
TSubCaseActivitypublic boolean isSetSubCaseActivity()
public TResourceBundle getResourceBundle()
TResourceBundlepublic void setResourceBundle(TResourceBundle value)
value - allowed object is
TResourceBundlepublic boolean isSetResourceBundle()
public java.lang.String getCaseActivityFormUrl()
Stringpublic void setCaseActivityFormUrl(java.lang.String value)
value - allowed object is
Stringpublic boolean isSetCaseActivityFormUrl()
public boolean isIsCommentRequired()
public void setIsCommentRequired(boolean value)
public boolean isSetIsCommentRequired()
public TStakeHolders getStakeHolders()
TStakeHolderspublic void setStakeHolders(TStakeHolders value)
value - allowed object is
TStakeHolderspublic boolean isSetStakeHolders()
public java.math.BigDecimal getWeightage()
BigDecimalpublic void setWeightage(java.math.BigDecimal value)
value - allowed object is
BigDecimalpublic boolean isSetWeightage()
public java.lang.String getTargetNamespace()
Stringpublic void setTargetNamespace(java.lang.String value)
value - allowed object is
Stringpublic boolean isSetTargetNamespace()