Class TData
java.lang.Object
oracle.bpm.casemgmt.metadata.extension.model.TExtensibleElements
oracle.bpm.casemgmt.metadata.caseinstance.model.TData
- All Implemented Interfaces:
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 Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the actions property.Gets the value of the caseDataFormUrl property.Gets the value of the caseId property.Gets the value of the comment property.Gets the value of the context property.getData()
Gets the value of the data property.Gets the value of the displayName property.getId()
Gets the value of the id property.getName()
Gets the value of the name property.getState()
Gets the value of the state property.Gets the value of the updatedBy property.Gets the value of the updatedByDisplayName property.Gets the value of the updatedDate property.Gets the value of the external property.boolean
boolean
boolean
boolean
boolean
boolean
boolean
boolean
boolean
isSetId()
boolean
boolean
boolean
boolean
boolean
void
setCaseDataFormUrl
(String value) Sets the value of the caseDataFormUrl property.void
Sets the value of the caseId property.void
setComment
(TComment value) Sets the value of the comment property.void
setContext
(TCaseDataContext value) Sets the value of the context property.void
Sets the value of the data property.void
setDisplayName
(String value) Sets the value of the displayName property.void
setExternal
(Boolean value) Sets the value of the external property.void
Sets the value of the id property.void
Sets the value of the name property.void
Sets the value of the state property.void
setUpdatedBy
(String value) Sets the value of the updatedBy property.void
setUpdatedByDisplayName
(String value) Sets the value of the updatedByDisplayName property.void
Sets the value of the updatedDate property.void
Methods inherited from class oracle.bpm.casemgmt.metadata.extension.model.TExtensibleElements
getDocumentation, isSetDocumentation, unsetDocumentation
-
Constructor Details
-
TData
public TData()
-
-
Method Details
-
getId
Gets the value of the id property.- Returns:
- possible object is
String
-
setId
Sets the value of the id property.- Parameters:
value
- allowed object isString
-
isSetId
public boolean isSetId() -
getCaseId
Gets the value of the caseId property.- Returns:
- possible object is
String
-
setCaseId
Sets the value of the caseId property.- Parameters:
value
- allowed object isString
-
isSetCaseId
public boolean isSetCaseId() -
getName
Gets the value of the name property.- Returns:
- possible object is
String
-
setName
Sets the value of the name property.- Parameters:
value
- allowed object isString
-
isSetName
public boolean isSetName() -
getDisplayName
Gets the value of the displayName property.- Returns:
- possible object is
String
-
setDisplayName
Sets the value of the displayName property.- Parameters:
value
- allowed object isString
-
isSetDisplayName
public boolean isSetDisplayName() -
isExternal
Gets the value of the external property.- Returns:
- possible object is
Boolean
-
setExternal
Sets the value of the external property.- Parameters:
value
- allowed object isBoolean
-
isSetExternal
public boolean isSetExternal() -
getState
Gets the value of the state property.- Returns:
- possible object is
String
-
setState
Sets the value of the state property.- Parameters:
value
- allowed object isString
-
isSetState
public boolean isSetState() -
getData
Gets the value of the data property.- Returns:
- possible object is
Object
-
setData
Sets the value of the data property.- Parameters:
value
- allowed object isObject
-
isSetData
public boolean isSetData() -
getUpdatedDate
Gets the value of the updatedDate property.- Returns:
- possible object is
XMLGregorianCalendar
-
setUpdatedDate
Sets the value of the updatedDate property.- Parameters:
value
- allowed object isXMLGregorianCalendar
-
isSetUpdatedDate
public boolean isSetUpdatedDate() -
getUpdatedBy
Gets the value of the updatedBy property.- Returns:
- possible object is
String
-
setUpdatedBy
Sets the value of the updatedBy property.- Parameters:
value
- allowed object isString
-
isSetUpdatedBy
public boolean isSetUpdatedBy() -
getUpdatedByDisplayName
Gets the value of the updatedByDisplayName property.- Returns:
- possible object is
String
-
setUpdatedByDisplayName
Sets the value of the updatedByDisplayName property.- Parameters:
value
- allowed object isString
-
isSetUpdatedByDisplayName
public boolean isSetUpdatedByDisplayName() -
getCaseDataFormUrl
Gets the value of the caseDataFormUrl property.- Returns:
- possible object is
String
-
setCaseDataFormUrl
Sets the value of the caseDataFormUrl property.- Parameters:
value
- allowed object isString
-
isSetCaseDataFormUrl
public boolean isSetCaseDataFormUrl() -
getContext
Gets the value of the context property.- Returns:
- possible object is
TCaseDataContext
-
setContext
Sets the value of the context property.- Parameters:
value
- allowed object isTCaseDataContext
-
isSetContext
public boolean isSetContext() -
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
Gets the value of the comment property.- Returns:
- possible object is
TComment
-
setComment
Sets the value of the comment property.- Parameters:
value
- allowed object isTComment
-
isSetComment
public boolean isSetComment()
-