public class TDataObjectReference extends TFlowElement
Java class for tDataObjectReference complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="tDataObjectReference">
<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="dataObjectRef" type="{http://www.w3.org/2001/XMLSchema}IDREF" />
<anyAttribute processContents='lax' namespace='##other'/>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected java.lang.Object |
dataObjectRef |
protected TDataState |
dataState |
protected javax.xml.namespace.QName |
itemSubjectRef |
auditing, categoryValueRef, monitoring, namedocumentation, extensionElements, id| Constructor and Description |
|---|
TDataObjectReference() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Object |
getDataObjectRef()
Gets the value of the dataObjectRef property.
|
TDataState |
getDataState()
Gets the value of the dataState property.
|
javax.xml.namespace.QName |
getItemSubjectRef()
Gets the value of the itemSubjectRef property.
|
void |
setDataObjectRef(java.lang.Object value)
Sets the value of the dataObjectRef property.
|
void |
setDataState(TDataState value)
Sets the value of the dataState 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.Object dataObjectRef
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 java.lang.Object getDataObjectRef()
Objectpublic void setDataObjectRef(java.lang.Object value)
value - allowed object is
ObjectCopyright © 2018 SAP SE. All Rights Reserved.