public class TDataObject extends TFlowElement
Java class for tDataObject complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="tDataObject">
<complexContent>
<extension base="{http://www.omg.org/spec/BPMN/20100524/MODEL}tFlowElement">
<sequence>
<element ref="{http://www.omg.org/spec/BPMN/20100524/MODEL}dataState" minOccurs="0"/>
</sequence>
<attribute name="itemSubjectRef" type="{http://www.w3.org/2001/XMLSchema}QName" />
<attribute name="isCollection" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" />
<anyAttribute processContents='lax' namespace='##other'/>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected TDataState |
dataState |
protected java.lang.Boolean |
isCollection |
protected javax.xml.namespace.QName |
itemSubjectRef |
auditing, categoryValueRef, monitoring, namedocumentation, extensionElements, id| Constructor and Description |
|---|
TDataObject() |
| Modifier and Type | Method and Description |
|---|---|
TDataState |
getDataState()
Gets the value of the dataState property.
|
javax.xml.namespace.QName |
getItemSubjectRef()
Gets the value of the itemSubjectRef property.
|
boolean |
isIsCollection()
Gets the value of the isCollection property.
|
void |
setDataState(TDataState value)
Sets the value of the dataState property.
|
void |
setIsCollection(java.lang.Boolean value)
Sets the value of the isCollection property.
|
void |
setItemSubjectRef(javax.xml.namespace.QName value)
Sets the value of the itemSubjectRef property.
|
getAuditing, getCategoryValueRef, getMonitoring, getName, setAuditing, setMonitoring, setNamegetDocumentation, getExtensionElements, getId, getOtherAttributes, setExtensionElements, setIdprotected TDataState dataState
protected javax.xml.namespace.QName itemSubjectRef
protected java.lang.Boolean isCollection
public TDataState getDataState()
TDataStatepublic void setDataState(TDataState value)
value - allowed object is
TDataStatepublic javax.xml.namespace.QName getItemSubjectRef()
QNamepublic void setItemSubjectRef(javax.xml.namespace.QName value)
value - allowed object is
QNamepublic boolean isIsCollection()
Booleanpublic void setIsCollection(java.lang.Boolean value)
value - allowed object is
BooleanCopyright © 2018 SAP SE. All Rights Reserved.