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