public class TCase extends TCmmnElement
tCase defines the type of element "case".
<p>Java class for tCase complex type.
<p>The following schema fragment specifies the expected content contained within this class.
<pre> <complexType name="tCase"> <complexContent> <extension base="{http://www.omg.org/spec/CMMN/20131201/MODEL}tCmmnElement"> <sequence> <element name="caseFileModel" type="{http://www.omg.org/spec/CMMN/20131201/MODEL}tCaseFile" minOccurs="0"/> <element name="casePlanModel" type="{http://www.omg.org/spec/CMMN/20131201/MODEL}tStage" minOccurs="0"/> <element name="caseRoles" type="{http://www.omg.org/spec/CMMN/20131201/MODEL}tRole" maxOccurs="unbounded" minOccurs="0"/> <element name="input" type="{http://www.omg.org/spec/CMMN/20131201/MODEL}tCaseParameter" maxOccurs="unbounded" minOccurs="0"/> <element name="output" type="{http://www.omg.org/spec/CMMN/20131201/MODEL}tCaseParameter" maxOccurs="unbounded" minOccurs="0"/> </sequence> <attribute name="name" type="{http://www.w3.org/2001/XMLSchema}string" /> <anyAttribute processContents='lax' namespace='##other'/> </extension> </complexContent> </complexType> </pre>
| Constructor and Description | 
|---|
TCase()  | 
| Modifier and Type | Method and Description | 
|---|---|
TCaseFile | 
getCaseFileModel()
Gets the value of the caseFileModel property. 
 | 
TStage | 
getCasePlanModel()
Gets the value of the casePlanModel property. 
 | 
List<TRole> | 
getCaseRoles()
Gets the value of the caseRoles property. 
 | 
List<TCaseParameter> | 
getInput()
Gets the value of the input property. 
 | 
String | 
getName()
Gets the value of the name property. 
 | 
List<TCaseParameter> | 
getOutput()
Gets the value of the output property. 
 | 
void | 
setCaseFileModel(TCaseFile value)
Sets the value of the caseFileModel property. 
 | 
void | 
setCasePlanModel(TStage value)
Sets the value of the casePlanModel property. 
 | 
void | 
setName(String value)
Sets the value of the name property. 
 | 
getDescription, getId, getOtherAttributes, setDescription, setIdpublic TCaseFile getCaseFileModel()
Gets the value of the caseFileModel property.
TCaseFilepublic void setCaseFileModel(TCaseFile value)
Sets the value of the caseFileModel property.
value - allowed object is
    TCaseFilepublic TStage getCasePlanModel()
Gets the value of the casePlanModel property.
TStagepublic void setCasePlanModel(TStage value)
Sets the value of the casePlanModel property.
value - allowed object is
    TStagepublic List<TRole> getCaseRoles()
Gets the value of the caseRoles property.
<p>
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the caseRoles property.
<p> For example, to add a new item, do as follows: <pre> getCaseRoles().add(newItem); </pre>
<p>
Objects of the following type(s) are allowed in the list
TRole
public List<TCaseParameter> getInput()
Gets the value of the input property.
<p>
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the input property.
<p> For example, to add a new item, do as follows: <pre> getInput().add(newItem); </pre>
<p>
Objects of the following type(s) are allowed in the list
TCaseParameter
public List<TCaseParameter> getOutput()
Gets the value of the output property.
<p>
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the output property.
<p> For example, to add a new item, do as follows: <pre> getOutput().add(newItem); </pre>
<p>
Objects of the following type(s) are allowed in the list
TCaseParameter
public String getName()
Gets the value of the name property.
StringCopyright © 2010 - 2018 edorasware ag. All Rights Reserved.