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 TCaseHeader

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

public class TCaseHeader
extends TExtensibleElements

Java class for tCaseHeader complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="tCaseHeader">
   <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="caseNumber" type="{http://www.w3.org/2001/XMLSchema}integer"/>
         <element name="caseName" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="caseDisplayName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="title" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="priority" type="{http://xmlns.oracle.com/bpm/case}tPriority"/>
         <element name="createdBy" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="createdByDisplayName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="createdDate" type="{http://www.w3.org/2001/XMLSchema}dateTime"/>
         <element name="endDate" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
         <element name="expirationDate" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
         <element name="dueDate" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
         <element name="state" type="{http://xmlns.oracle.com/bpm/case}tStateEnum"/>
         <element name="stateDisplayName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="ecmFolder" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="caseDefinitionId" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="caseDefinitionName" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="caseNamespace" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="identificationKey" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="category" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="categoryDisplayName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="outcome" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="outcomeDisplayName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="sca" type="{http://xmlns.oracle.com/bpm/case}tSca"/>
         <element name="actions" type="{http://www.w3.org/2001/XMLSchema}string" maxOccurs="unbounded" minOccurs="0"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 


Constructor Summary
TCaseHeader()
           
 
Method Summary
 java.util.List<java.lang.String> getActions()
          Gets the value of the actions property.
 java.lang.String getCaseDefinitionId()
          Gets the value of the caseDefinitionId property.
 java.lang.String getCaseDefinitionName()
          Gets the value of the caseDefinitionName property.
 java.lang.String getCaseDisplayName()
          Gets the value of the caseDisplayName property.
 java.lang.String getCaseId()
          Gets the value of the caseId property.
 java.lang.String getCaseName()
          Gets the value of the caseName property.
 java.lang.String getCaseNamespace()
          Gets the value of the caseNamespace property.
 java.math.BigInteger getCaseNumber()
          Gets the value of the caseNumber property.
 java.lang.String getCategory()
          Gets the value of the category property.
 java.lang.String getCategoryDisplayName()
          Gets the value of the categoryDisplayName property.
 java.lang.String getCreatedBy()
          Gets the value of the createdBy property.
 java.lang.String getCreatedByDisplayName()
          Gets the value of the createdByDisplayName property.
 javax.xml.datatype.XMLGregorianCalendar getCreatedDate()
          Gets the value of the createdDate property.
 javax.xml.bind.JAXBElement<javax.xml.datatype.XMLGregorianCalendar> getDueDate()
          Gets the value of the dueDate property.
 java.lang.String getEcmFolder()
          Gets the value of the ecmFolder property.
 javax.xml.bind.JAXBElement<javax.xml.datatype.XMLGregorianCalendar> getEndDate()
          Gets the value of the endDate property.
 javax.xml.bind.JAXBElement<javax.xml.datatype.XMLGregorianCalendar> getExpirationDate()
          Gets the value of the expirationDate property.
 java.lang.String getIdentificationKey()
          Gets the value of the identificationKey property.
 java.lang.String getOutcome()
          Gets the value of the outcome property.
 java.lang.String getOutcomeDisplayName()
          Gets the value of the outcomeDisplayName property.
 int getPriority()
          Gets the value of the priority property.
 TSca getSca()
          Gets the value of the sca property.
 TStateEnum getState()
          Gets the value of the state property.
 java.lang.String getStateDisplayName()
          Gets the value of the stateDisplayName property.
 java.lang.String getTitle()
          Gets the value of the title property.
 void setCaseDefinitionId(java.lang.String value)
          Sets the value of the caseDefinitionId property.
 void setCaseDefinitionName(java.lang.String value)
          Sets the value of the caseDefinitionName property.
 void setCaseDisplayName(java.lang.String value)
          Sets the value of the caseDisplayName property.
 void setCaseId(java.lang.String value)
          Sets the value of the caseId property.
 void setCaseName(java.lang.String value)
          Sets the value of the caseName property.
 void setCaseNamespace(java.lang.String value)
          Sets the value of the caseNamespace property.
 void setCaseNumber(java.math.BigInteger value)
          Sets the value of the caseNumber property.
 void setCategory(java.lang.String value)
          Sets the value of the category property.
 void setCategoryDisplayName(java.lang.String value)
          Sets the value of the categoryDisplayName property.
 void setCreatedBy(java.lang.String value)
          Sets the value of the createdBy property.
 void setCreatedByDisplayName(java.lang.String value)
          Sets the value of the createdByDisplayName property.
 void setCreatedDate(javax.xml.datatype.XMLGregorianCalendar value)
          Sets the value of the createdDate property.
 void setDueDate(javax.xml.bind.JAXBElement<javax.xml.datatype.XMLGregorianCalendar> value)
          Sets the value of the dueDate property.
 void setEcmFolder(java.lang.String value)
          Sets the value of the ecmFolder property.
 void setEndDate(javax.xml.bind.JAXBElement<javax.xml.datatype.XMLGregorianCalendar> value)
          Sets the value of the endDate property.
 void setExpirationDate(javax.xml.bind.JAXBElement<javax.xml.datatype.XMLGregorianCalendar> value)
          Sets the value of the expirationDate property.
 void setIdentificationKey(java.lang.String value)
          Sets the value of the identificationKey property.
 void setOutcome(java.lang.String value)
          Sets the value of the outcome property.
 void setOutcomeDisplayName(java.lang.String value)
          Sets the value of the outcomeDisplayName property.
 void setPriority(int value)
          Sets the value of the priority property.
 void setSca(TSca value)
          Sets the value of the sca property.
 void setState(TStateEnum value)
          Sets the value of the state property.
 void setStateDisplayName(java.lang.String value)
          Sets the value of the stateDisplayName property.
 void setTitle(java.lang.String value)
          Sets the value of the title 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

TCaseHeader

public TCaseHeader()
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

getCaseNumber

public java.math.BigInteger getCaseNumber()
Gets the value of the caseNumber property.

Returns:
possible object is BigInteger

setCaseNumber

public void setCaseNumber(java.math.BigInteger value)
Sets the value of the caseNumber property.

Parameters:
value - allowed object is BigInteger

getCaseName

public java.lang.String getCaseName()
Gets the value of the caseName property.

Returns:
possible object is String

setCaseName

public void setCaseName(java.lang.String value)
Sets the value of the caseName property.

Parameters:
value - allowed object is String

getCaseDisplayName

public java.lang.String getCaseDisplayName()
Gets the value of the caseDisplayName property.

Returns:
possible object is String

setCaseDisplayName

public void setCaseDisplayName(java.lang.String value)
Sets the value of the caseDisplayName property.

Parameters:
value - allowed object is String

getTitle

public java.lang.String getTitle()
Gets the value of the title property.

Returns:
possible object is String

setTitle

public void setTitle(java.lang.String value)
Sets the value of the title property.

Parameters:
value - allowed object is String

getPriority

public int getPriority()
Gets the value of the priority property.


setPriority

public void setPriority(int value)
Sets the value of the priority property.


getCreatedBy

public java.lang.String getCreatedBy()
Gets the value of the createdBy property.

Returns:
possible object is String

setCreatedBy

public void setCreatedBy(java.lang.String value)
Sets the value of the createdBy property.

Parameters:
value - allowed object is String

getCreatedByDisplayName

public java.lang.String getCreatedByDisplayName()
Gets the value of the createdByDisplayName property.

Returns:
possible object is String

setCreatedByDisplayName

public void setCreatedByDisplayName(java.lang.String value)
Sets the value of the createdByDisplayName property.

Parameters:
value - allowed object is String

getCreatedDate

public javax.xml.datatype.XMLGregorianCalendar getCreatedDate()
Gets the value of the createdDate property.

Returns:
possible object is XMLGregorianCalendar

setCreatedDate

public void setCreatedDate(javax.xml.datatype.XMLGregorianCalendar value)
Sets the value of the createdDate property.

Parameters:
value - allowed object is XMLGregorianCalendar

getEndDate

public javax.xml.bind.JAXBElement<javax.xml.datatype.XMLGregorianCalendar> getEndDate()
Gets the value of the endDate property.

Returns:
possible object is JAXBElement<XMLGregorianCalendar>

setEndDate

public void setEndDate(javax.xml.bind.JAXBElement<javax.xml.datatype.XMLGregorianCalendar> value)
Sets the value of the endDate property.

Parameters:
value - allowed object is JAXBElement<XMLGregorianCalendar>

getExpirationDate

public javax.xml.bind.JAXBElement<javax.xml.datatype.XMLGregorianCalendar> getExpirationDate()
Gets the value of the expirationDate property.

Returns:
possible object is JAXBElement<XMLGregorianCalendar>

setExpirationDate

public void setExpirationDate(javax.xml.bind.JAXBElement<javax.xml.datatype.XMLGregorianCalendar> value)
Sets the value of the expirationDate property.

Parameters:
value - allowed object is JAXBElement<XMLGregorianCalendar>

getDueDate

public javax.xml.bind.JAXBElement<javax.xml.datatype.XMLGregorianCalendar> getDueDate()
Gets the value of the dueDate property.

Returns:
possible object is JAXBElement<XMLGregorianCalendar>

setDueDate

public void setDueDate(javax.xml.bind.JAXBElement<javax.xml.datatype.XMLGregorianCalendar> value)
Sets the value of the dueDate property.

Parameters:
value - allowed object is JAXBElement<XMLGregorianCalendar>

getState

public TStateEnum getState()
Gets the value of the state property.

Returns:
possible object is TStateEnum

setState

public void setState(TStateEnum value)
Sets the value of the state property.

Parameters:
value - allowed object is TStateEnum

getStateDisplayName

public java.lang.String getStateDisplayName()
Gets the value of the stateDisplayName property.

Returns:
possible object is String

setStateDisplayName

public void setStateDisplayName(java.lang.String value)
Sets the value of the stateDisplayName property.

Parameters:
value - allowed object is String

getEcmFolder

public java.lang.String getEcmFolder()
Gets the value of the ecmFolder property.

Returns:
possible object is String

setEcmFolder

public void setEcmFolder(java.lang.String value)
Sets the value of the ecmFolder property.

Parameters:
value - allowed object is String

getCaseDefinitionId

public java.lang.String getCaseDefinitionId()
Gets the value of the caseDefinitionId property.

Returns:
possible object is String

setCaseDefinitionId

public void setCaseDefinitionId(java.lang.String value)
Sets the value of the caseDefinitionId property.

Parameters:
value - allowed object is String

getCaseDefinitionName

public java.lang.String getCaseDefinitionName()
Gets the value of the caseDefinitionName property.

Returns:
possible object is String

setCaseDefinitionName

public void setCaseDefinitionName(java.lang.String value)
Sets the value of the caseDefinitionName property.

Parameters:
value - allowed object is String

getCaseNamespace

public java.lang.String getCaseNamespace()
Gets the value of the caseNamespace property.

Returns:
possible object is String

setCaseNamespace

public void setCaseNamespace(java.lang.String value)
Sets the value of the caseNamespace property.

Parameters:
value - allowed object is String

getIdentificationKey

public java.lang.String getIdentificationKey()
Gets the value of the identificationKey property.

Returns:
possible object is String

setIdentificationKey

public void setIdentificationKey(java.lang.String value)
Sets the value of the identificationKey property.

Parameters:
value - allowed object is String

getCategory

public java.lang.String getCategory()
Gets the value of the category property.

Returns:
possible object is String

setCategory

public void setCategory(java.lang.String value)
Sets the value of the category property.

Parameters:
value - allowed object is String

getCategoryDisplayName

public java.lang.String getCategoryDisplayName()
Gets the value of the categoryDisplayName property.

Returns:
possible object is String

setCategoryDisplayName

public void setCategoryDisplayName(java.lang.String value)
Sets the value of the categoryDisplayName property.

Parameters:
value - allowed object is String

getOutcome

public java.lang.String getOutcome()
Gets the value of the outcome property.

Returns:
possible object is String

setOutcome

public void setOutcome(java.lang.String value)
Sets the value of the outcome property.

Parameters:
value - allowed object is String

getOutcomeDisplayName

public java.lang.String getOutcomeDisplayName()
Gets the value of the outcomeDisplayName property.

Returns:
possible object is String

setOutcomeDisplayName

public void setOutcomeDisplayName(java.lang.String value)
Sets the value of the outcomeDisplayName property.

Parameters:
value - allowed object is String

getSca

public TSca getSca()
Gets the value of the sca property.

Returns:
possible object is TSca

setSca

public void setSca(TSca value)
Sets the value of the sca property.

Parameters:
value - allowed object is TSca

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.