public class TCase extends TExtensibleElements implements java.io.Serializable
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="links" type="{http://xmlns.oracle.com/bpm/case}tLinks" 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>
| Type | Property and Description |
|---|---|
boolean |
isSetCaseFabricHeader
Gets the value of the property setCaseFabricHeaderProperty.
|
| Constructor and Description |
|---|
TCase() |
| Modifier and Type | Method and Description |
|---|---|
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.
|
TLinks |
getLinks()
Gets the value of the links property.
|
TMilestones |
getMilestones()
Gets the value of the milestones property.
|
TStakeHolders |
getStakeHolders()
Gets the value of the stakeHolders property.
|
boolean |
isSetActions() |
boolean |
isSetCaseFabricHeaderProperty()
Gets the value of the property setCaseFabricHeaderProperty.
|
boolean |
isSetCaseHeader() |
boolean |
isSetCaseId() |
boolean |
isSetComments() |
boolean |
isSetData() |
boolean |
isSetLinks() |
boolean |
isSetMilestones() |
boolean |
isSetStakeHolders() |
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 |
setLinks(TLinks value)
Sets the value of the links property.
|
void |
setMilestones(TMilestones value)
Sets the value of the milestones property.
|
void |
setStakeHolders(TStakeHolders value)
Sets the value of the stakeHolders property.
|
void |
unsetActions() |
void |
unsetData() |
getDocumentation, isSetDocumentation, unsetDocumentationpublic boolean isSetCaseFabricHeaderProperty
public java.lang.String getCaseId()
Stringpublic void setCaseId(java.lang.String value)
value - allowed object is
Stringpublic boolean isSetCaseId()
public TCaseHeader getCaseHeader()
TCaseHeaderpublic void setCaseHeader(TCaseHeader value)
value - allowed object is
TCaseHeaderpublic boolean isSetCaseHeader()
public TStakeHolders getStakeHolders()
TStakeHolderspublic void setStakeHolders(TStakeHolders value)
value - allowed object is
TStakeHolderspublic boolean isSetStakeHolders()
public TMilestones getMilestones()
TMilestonespublic void setMilestones(TMilestones value)
value - allowed object is
TMilestonespublic boolean isSetMilestones()
public 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 boolean isSetData()
public void unsetData()
public TLinks getLinks()
TLinkspublic void setLinks(TLinks value)
value - allowed object is
TLinkspublic boolean isSetLinks()
public TComments getComments()
TCommentspublic void setComments(TComments value)
value - allowed object is
TCommentspublic boolean isSetComments()
public TCaseFabricHeaderProperty getCaseFabricHeaderProperty()
TCaseFabricHeaderPropertypublic void setCaseFabricHeaderProperty(TCaseFabricHeaderProperty value)
value - allowed object is
TCaseFabricHeaderPropertypublic boolean isSetCaseFabricHeaderProperty()
public 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
public boolean isSetActions()
public void unsetActions()