Class TCase
- All Implemented Interfaces:
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>
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the actions property.Gets the value of the caseFabricHeaderProperty property.Gets the value of the caseHeader property.Gets the value of the caseId property.Gets the value of the comments property.getData()
Gets the value of the data property.getLinks()
Gets the value of the links property.Gets the value of the milestones property.Gets the value of the stakeHolders property.boolean
boolean
boolean
boolean
boolean
boolean
boolean
boolean
boolean
void
Sets the value of the caseFabricHeaderProperty property.void
setCaseHeader
(TCaseHeader value) Sets the value of the caseHeader property.void
Sets the value of the caseId property.void
setComments
(TComments value) Sets the value of the comments property.void
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
void
Methods inherited from class oracle.bpm.casemgmt.metadata.extension.model.TExtensibleElements
getDocumentation, isSetDocumentation, unsetDocumentation
-
Constructor Details
-
TCase
public TCase()
-
-
Method Details
-
getCaseId
Gets the value of the caseId property.- Returns:
- possible object is
String
-
setCaseId
Sets the value of the caseId property.- Parameters:
value
- allowed object isString
-
isSetCaseId
public boolean isSetCaseId() -
getCaseHeader
Gets the value of the caseHeader property.- Returns:
- possible object is
TCaseHeader
-
setCaseHeader
Sets the value of the caseHeader property.- Parameters:
value
- allowed object isTCaseHeader
-
isSetCaseHeader
public boolean isSetCaseHeader() -
getStakeHolders
Gets the value of the stakeHolders property.- Returns:
- possible object is
TStakeHolders
-
setStakeHolders
Sets the value of the stakeHolders property.- Parameters:
value
- allowed object isTStakeHolders
-
isSetStakeHolders
public boolean isSetStakeHolders() -
getMilestones
Gets the value of the milestones property.- Returns:
- possible object is
TMilestones
-
setMilestones
Sets the value of the milestones property.- Parameters:
value
- allowed object isTMilestones
-
isSetMilestones
public boolean isSetMilestones() -
getData
Gets the value of the data property.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
-
isSetData
public boolean isSetData() -
unsetData
public void unsetData() -
getLinks
Gets the value of the links property.- Returns:
- possible object is
TLinks
-
setLinks
Sets the value of the links property.- Parameters:
value
- allowed object isTLinks
-
isSetLinks
public boolean isSetLinks() -
getComments
Gets the value of the comments property.- Returns:
- possible object is
TComments
-
setComments
Sets the value of the comments property.- Parameters:
value
- allowed object isTComments
-
isSetComments
public boolean isSetComments() -
getCaseFabricHeaderProperty
Gets the value of the caseFabricHeaderProperty property.- Returns:
- possible object is
TCaseFabricHeaderProperty
-
setCaseFabricHeaderProperty
Sets the value of the caseFabricHeaderProperty property.- Parameters:
value
- allowed object isTCaseFabricHeaderProperty
-
isSetCaseFabricHeaderProperty
public boolean isSetCaseFabricHeaderProperty() -
getActions
Gets the value of the actions property.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
-
isSetActions
public boolean isSetActions() -
unsetActions
public void unsetActions()
-