Oracle Fusion Middleware
Java API Reference for Oracle BPM Suite
11g Release 1 (11.1.1.7.0)
E25378-07

oracle.bpm.casemgmt.metadata.caseinstance.model
Class TCase

java.lang.Object
  extended by oracle.bpm.casemgmt.metadata.extension.model.TExtensibleElements
      extended by oracle.bpm.casemgmt.metadata.caseinstance.model.TCase

public class TCase
extends TExtensibleElements

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

TCase

public TCase()
Method Detail

getCaseId

public java.lang.String getCaseId()
Gets the value of the caseId property.

Returns:
possible object is String

setCaseId

public void setCaseId(java.lang.String value)
Sets the value of the caseId property.

Parameters:
value - allowed object is String

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

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

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

getData

public java.util.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


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

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

getActions

public java.util.List<java.lang.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


Oracle Fusion Middleware
Java API Reference for Oracle BPM Suite
11g Release 1 (11.1.1.7.0)
E25378-07

Copyright © 2009, 2013, Oracle and/or its affiliates. All rights reserved.