Package org.omg.spec.bpmn.model
Class TDataStoreReference
- java.lang.Object
-
- org.omg.spec.bpmn.model.TBaseElement
-
- org.omg.spec.bpmn.model.TFlowElement
-
- org.omg.spec.bpmn.model.TDataStoreReference
-
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>
-
-
Field Summary
Fields Modifier and Type Field Description protected TDataStatedataStateprotected QNamedataStoreRefprotected QNameitemSubjectRef-
Fields inherited from class org.omg.spec.bpmn.model.TFlowElement
auditing, categoryValueRef, monitoring, name
-
Fields inherited from class org.omg.spec.bpmn.model.TBaseElement
documentation, extensionElements, id
-
-
Constructor Summary
Constructors Constructor Description TDataStoreReference()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description TDataStategetDataState()Gets the value of the dataState property.QNamegetDataStoreRef()Gets the value of the dataStoreRef property.QNamegetItemSubjectRef()Gets the value of the itemSubjectRef property.voidsetDataState(TDataState value)Sets the value of the dataState property.voidsetDataStoreRef(QName value)Sets the value of the dataStoreRef property.voidsetItemSubjectRef(QName value)Sets the value of the itemSubjectRef property.-
Methods inherited from class org.omg.spec.bpmn.model.TFlowElement
getAuditing, getCategoryValueRef, getMonitoring, getName, setAuditing, setMonitoring, setName
-
Methods inherited from class org.omg.spec.bpmn.model.TBaseElement
getDocumentation, getExtensionElements, getId, getOtherAttributes, setExtensionElements, setId
-
-
-
-
Field Detail
-
dataState
protected TDataState dataState
-
itemSubjectRef
protected QName itemSubjectRef
-
dataStoreRef
protected QName dataStoreRef
-
-
Method Detail
-
getDataState
public TDataState getDataState()
Gets the value of the dataState property.- Returns:
- possible object is
TDataState
-
setDataState
public void setDataState(TDataState value)
Sets the value of the dataState property.- Parameters:
value- allowed object isTDataState
-
getItemSubjectRef
public QName getItemSubjectRef()
Gets the value of the itemSubjectRef property.- Returns:
- possible object is
QName
-
setItemSubjectRef
public void setItemSubjectRef(QName value)
Sets the value of the itemSubjectRef property.- Parameters:
value- allowed object isQName
-
getDataStoreRef
public QName getDataStoreRef()
Gets the value of the dataStoreRef property.- Returns:
- possible object is
QName
-
-