|
Oracle Fusion Middleware Java API Reference for Oracle BPM Suite 11g Release 1 (11.1.1.7.0) E25378-07 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectoracle.bpm.casemgmt.metadata.extension.model.TExtensibleElements
oracle.bpm.casemgmt.metadata.caseinstance.model.TCase
public class TCase
Java class for tCase complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="tCase">
<complexContent>
<extension base="{http://xmlns.oracle.com/bpm/case/metadata/extension}tExtensibleElements">
<sequence>
<element name="caseId" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="caseHeader" type="{http://xmlns.oracle.com/bpm/case}tCaseHeader"/>
<element name="stakeHolders" type="{http://xmlns.oracle.com/bpm/case}tStakeHolders" minOccurs="0"/>
<element name="milestones" type="{http://xmlns.oracle.com/bpm/case}tMilestones" minOccurs="0"/>
<element name="data" type="{http://xmlns.oracle.com/bpm/case}tData" maxOccurs="unbounded" minOccurs="0"/>
<element name="comments" type="{http://xmlns.oracle.com/bpm/case}tComments" minOccurs="0"/>
<element name="caseFabricHeaderProperty" type="{http://xmlns.oracle.com/bpm/case}tCaseFabricHeaderProperty" minOccurs="0"/>
<element name="actions" type="{http://www.w3.org/2001/XMLSchema}string" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Constructor Summary | |
|---|---|
TCase()
|
|
| Method Summary | |
|---|---|
java.util.List<java.lang.String> |
getActions()
Gets the value of the actions property. |
TCaseFabricHeaderProperty |
getCaseFabricHeaderProperty()
Gets the value of the caseFabricHeaderProperty property. |
TCaseHeader |
getCaseHeader()
Gets the value of the caseHeader property. |
java.lang.String |
getCaseId()
Gets the value of the caseId property. |
TComments |
getComments()
Gets the value of the comments property. |
java.util.List<TData> |
getData()
Gets the value of the data property. |
TMilestones |
getMilestones()
Gets the value of the milestones property. |
TStakeHolders |
getStakeHolders()
Gets the value of the stakeHolders property. |
void |
setCaseFabricHeaderProperty(TCaseFabricHeaderProperty value)
Sets the value of the caseFabricHeaderProperty property. |
void |
setCaseHeader(TCaseHeader value)
Sets the value of the caseHeader property. |
void |
setCaseId(java.lang.String value)
Sets the value of the caseId property. |
void |
setComments(TComments value)
Sets the value of the comments property. |
void |
setMilestones(TMilestones value)
Sets the value of the milestones property. |
void |
setStakeHolders(TStakeHolders value)
Sets the value of the stakeHolders 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 |
|---|
public TCase()
| Method Detail |
|---|
public java.lang.String getCaseId()
Stringpublic void setCaseId(java.lang.String value)
value - allowed object is
Stringpublic TCaseHeader getCaseHeader()
TCaseHeaderpublic void setCaseHeader(TCaseHeader value)
value - allowed object is
TCaseHeaderpublic TStakeHolders getStakeHolders()
TStakeHolderspublic void setStakeHolders(TStakeHolders value)
value - allowed object is
TStakeHolderspublic TMilestones getMilestones()
TMilestonespublic void setMilestones(TMilestones value)
value - allowed object is
TMilestonespublic java.util.List<TData> getData()
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 data property.
For example, to add a new item, do as follows:
getData().add(newItem);
Objects of the following type(s) are allowed in the list
TData
public TComments getComments()
TCommentspublic void setComments(TComments value)
value - allowed object is
TCommentspublic TCaseFabricHeaderProperty getCaseFabricHeaderProperty()
TCaseFabricHeaderPropertypublic void setCaseFabricHeaderProperty(TCaseFabricHeaderProperty value)
value - allowed object is
TCaseFabricHeaderPropertypublic java.util.List<java.lang.String> getActions()
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 actions property.
For example, to add a new item, do as follows:
getActions().add(newItem);
Objects of the following type(s) are allowed in the list
String
|
Oracle Fusion Middleware Java API Reference for Oracle BPM Suite 11g Release 1 (11.1.1.7.0) E25378-07 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||