java.lang.Object
oracle.bpm.casemgmt.metadata.extension.model.TExtensibleElements
oracle.bpm.casemgmt.metadata.caseinstance.model.TCase
All Implemented Interfaces:
Serializable

public class TCase extends TExtensibleElements implements 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 Details

    • TCase

      public TCase()
  • Method Details

    • getCaseId

      public String getCaseId()
      Gets the value of the caseId property.
      Returns:
      possible object is String
    • setCaseId

      public void setCaseId(String value)
      Sets the value of the caseId property.
      Parameters:
      value - allowed object is String
    • isSetCaseId

      public boolean isSetCaseId()
    • getCaseHeader

      public TCaseHeader getCaseHeader()
      Gets the value of the caseHeader property.
      Returns:
      possible object is TCaseHeader
    • setCaseHeader

      public void setCaseHeader(TCaseHeader value)
      Sets the value of the caseHeader property.
      Parameters:
      value - allowed object is TCaseHeader
    • isSetCaseHeader

      public boolean isSetCaseHeader()
    • getStakeHolders

      public TStakeHolders getStakeHolders()
      Gets the value of the stakeHolders property.
      Returns:
      possible object is TStakeHolders
    • setStakeHolders

      public void setStakeHolders(TStakeHolders value)
      Sets the value of the stakeHolders property.
      Parameters:
      value - allowed object is TStakeHolders
    • isSetStakeHolders

      public boolean isSetStakeHolders()
    • getMilestones

      public TMilestones getMilestones()
      Gets the value of the milestones property.
      Returns:
      possible object is TMilestones
    • setMilestones

      public void setMilestones(TMilestones value)
      Sets the value of the milestones property.
      Parameters:
      value - allowed object is TMilestones
    • isSetMilestones

      public boolean isSetMilestones()
    • getData

      public List<TData> 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

      public TLinks getLinks()
      Gets the value of the links property.
      Returns:
      possible object is TLinks
    • setLinks

      public void setLinks(TLinks value)
      Sets the value of the links property.
      Parameters:
      value - allowed object is TLinks
    • isSetLinks

      public boolean isSetLinks()
    • getComments

      public TComments getComments()
      Gets the value of the comments property.
      Returns:
      possible object is TComments
    • setComments

      public void setComments(TComments value)
      Sets the value of the comments property.
      Parameters:
      value - allowed object is TComments
    • isSetComments

      public boolean isSetComments()
    • getCaseFabricHeaderProperty

      public TCaseFabricHeaderProperty getCaseFabricHeaderProperty()
      Gets the value of the caseFabricHeaderProperty property.
      Returns:
      possible object is TCaseFabricHeaderProperty
    • setCaseFabricHeaderProperty

      public void setCaseFabricHeaderProperty(TCaseFabricHeaderProperty value)
      Sets the value of the caseFabricHeaderProperty property.
      Parameters:
      value - allowed object is TCaseFabricHeaderProperty
    • isSetCaseFabricHeaderProperty

      public boolean isSetCaseFabricHeaderProperty()
    • getActions

      public List<String> 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()