Skip navigation links

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


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

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

All Implemented Interfaces:
java.io.Serializable

public class TData
extends TExtensibleElements

Java class for tData complex type.

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

 <complexType name="tData">
   <complexContent>
     <extension base="{http://xmlns.oracle.com/bpm/case/metadata/extension}tExtensibleElements">
       <sequence>
         <element name="id" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="caseId" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="name" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="displayName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="external" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
         <element name="state" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="data" type="{http://www.w3.org/2001/XMLSchema}anyType"/>
         <element name="updatedDate" type="{http://www.w3.org/2001/XMLSchema}dateTime"/>
         <element name="updatedBy" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="updatedByDisplayName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="comment" type="{http://xmlns.oracle.com/bpm/case}tComment" minOccurs="0"/>
         <element name="actions" type="{http://www.w3.org/2001/XMLSchema}string" maxOccurs="unbounded" minOccurs="0"/>
         <element name="caseDataFormUrl" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 
See Also:
Serialized Form

Constructor Summary
TData()
           

 

Method Summary
 java.util.List<java.lang.String> getActions()
          Gets the value of the actions property.
 java.lang.String getCaseDataFormUrl()
          Gets the value of the caseDataFormUrl property.
 java.lang.String getCaseId()
          Gets the value of the caseId property.
 TComment getComment()
          Gets the value of the comment property.
 java.lang.Object getData()
          Gets the value of the data property.
 java.lang.String getDisplayName()
          Gets the value of the displayName property.
 java.lang.String getId()
          Gets the value of the id property.
 java.lang.String getName()
          Gets the value of the name property.
 java.lang.String getState()
          Gets the value of the state property.
 java.lang.String getUpdatedBy()
          Gets the value of the updatedBy property.
 java.lang.String getUpdatedByDisplayName()
          Gets the value of the updatedByDisplayName property.
 javax.xml.datatype.XMLGregorianCalendar getUpdatedDate()
          Gets the value of the updatedDate property.
 java.lang.Boolean isExternal()
          Gets the value of the external property.
 void setCaseDataFormUrl(java.lang.String value)
          Sets the value of the caseDataFormUrl property.
 void setCaseId(java.lang.String value)
          Sets the value of the caseId property.
 void setComment(TComment value)
          Sets the value of the comment property.
 void setData(java.lang.Object value)
          Sets the value of the data property.
 void setDisplayName(java.lang.String value)
          Sets the value of the displayName property.
 void setExternal(java.lang.Boolean value)
          Sets the value of the external property.
 void setId(java.lang.String value)
          Sets the value of the id property.
 void setName(java.lang.String value)
          Sets the value of the name property.
 void setState(java.lang.String value)
          Sets the value of the state property.
 void setUpdatedBy(java.lang.String value)
          Sets the value of the updatedBy property.
 void setUpdatedByDisplayName(java.lang.String value)
          Sets the value of the updatedByDisplayName property.
 void setUpdatedDate(javax.xml.datatype.XMLGregorianCalendar value)
          Sets the value of the updatedDate property.

 

Methods inherited from class oracle.bpm.casemgmt.metadata.extension.model.TExtensibleElements
getDocumentation, isSetDocumentation, unsetDocumentation

 

Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

 

Constructor Detail

TData

public TData()

Method Detail

getId

public java.lang.String getId()
Gets the value of the id property.
Returns:
possible object is String

setId

public void setId(java.lang.String value)
Sets the value of the id property.
Parameters:
value - allowed object is String

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

getName

public java.lang.String getName()
Gets the value of the name property.
Returns:
possible object is String

setName

public void setName(java.lang.String value)
Sets the value of the name property.
Parameters:
value - allowed object is String

getDisplayName

public java.lang.String getDisplayName()
Gets the value of the displayName property.
Returns:
possible object is String

setDisplayName

public void setDisplayName(java.lang.String value)
Sets the value of the displayName property.
Parameters:
value - allowed object is String

isExternal

public java.lang.Boolean isExternal()
Gets the value of the external property.
Returns:
possible object is Boolean

setExternal

public void setExternal(java.lang.Boolean value)
Sets the value of the external property.
Parameters:
value - allowed object is Boolean

getState

public java.lang.String getState()
Gets the value of the state property.
Returns:
possible object is String

setState

public void setState(java.lang.String value)
Sets the value of the state property.
Parameters:
value - allowed object is String

getData

public java.lang.Object getData()
Gets the value of the data property.
Returns:
possible object is Object

setData

public void setData(java.lang.Object value)
Sets the value of the data property.
Parameters:
value - allowed object is Object

getUpdatedDate

public javax.xml.datatype.XMLGregorianCalendar getUpdatedDate()
Gets the value of the updatedDate property.
Returns:
possible object is XMLGregorianCalendar

setUpdatedDate

public void setUpdatedDate(javax.xml.datatype.XMLGregorianCalendar value)
Sets the value of the updatedDate property.
Parameters:
value - allowed object is XMLGregorianCalendar

getUpdatedBy

public java.lang.String getUpdatedBy()
Gets the value of the updatedBy property.
Returns:
possible object is String

setUpdatedBy

public void setUpdatedBy(java.lang.String value)
Sets the value of the updatedBy property.
Parameters:
value - allowed object is String

getUpdatedByDisplayName

public java.lang.String getUpdatedByDisplayName()
Gets the value of the updatedByDisplayName property.
Returns:
possible object is String

setUpdatedByDisplayName

public void setUpdatedByDisplayName(java.lang.String value)
Sets the value of the updatedByDisplayName property.
Parameters:
value - allowed object is String

getComment

public TComment getComment()
Gets the value of the comment property.
Returns:
possible object is TComment

setComment

public void setComment(TComment value)
Sets the value of the comment property.
Parameters:
value - allowed object is TComment

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


getCaseDataFormUrl

public java.lang.String getCaseDataFormUrl()
Gets the value of the caseDataFormUrl property.
Returns:
possible object is String

setCaseDataFormUrl

public void setCaseDataFormUrl(java.lang.String value)
Sets the value of the caseDataFormUrl property.
Parameters:
value - allowed object is String

Skip navigation links

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


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