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

public class TData extends TExtensibleElements implements Serializable

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="caseDataFormUrl" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="context" type="{http://xmlns.oracle.com/bpm/case}tCaseDataContext" minOccurs="0"/>
         <element name="actions" type="{http://www.w3.org/2001/XMLSchema}string" maxOccurs="unbounded" minOccurs="0"/>
         <element name="comment" type="{http://xmlns.oracle.com/bpm/case}tComment" minOccurs="0"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 

See Also:
  • Constructor Details

    • TData

      public TData()
  • Method Details

    • getId

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

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

      public boolean isSetId()
    • 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()
    • getName

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

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

      public boolean isSetName()
    • getDisplayName

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

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

      public boolean isSetDisplayName()
    • isExternal

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

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

      public boolean isSetExternal()
    • getState

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

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

      public boolean isSetState()
    • getData

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

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

      public boolean isSetData()
    • getUpdatedDate

      public XMLGregorianCalendar getUpdatedDate()
      Gets the value of the updatedDate property.
      Returns:
      possible object is XMLGregorianCalendar
    • setUpdatedDate

      public void setUpdatedDate(XMLGregorianCalendar value)
      Sets the value of the updatedDate property.
      Parameters:
      value - allowed object is XMLGregorianCalendar
    • isSetUpdatedDate

      public boolean isSetUpdatedDate()
    • getUpdatedBy

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

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

      public boolean isSetUpdatedBy()
    • getUpdatedByDisplayName

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

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

      public boolean isSetUpdatedByDisplayName()
    • getCaseDataFormUrl

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

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

      public boolean isSetCaseDataFormUrl()
    • getContext

      public TCaseDataContext getContext()
      Gets the value of the context property.
      Returns:
      possible object is TCaseDataContext
    • setContext

      public void setContext(TCaseDataContext value)
      Sets the value of the context property.
      Parameters:
      value - allowed object is TCaseDataContext
    • isSetContext

      public boolean isSetContext()
    • 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()
    • 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
    • isSetComment

      public boolean isSetComment()