Class TDataStoreReference
java.lang.Object
ru.cg.webbpm.studio.subsystems.bpmn.bpmn_model.TBaseElement
ru.cg.webbpm.studio.subsystems.bpmn.bpmn_model.TFlowElement
ru.cg.webbpm.studio.subsystems.bpmn.bpmn_model.TDataStoreReference
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
FieldsFields inherited from class ru.cg.webbpm.studio.subsystems.bpmn.bpmn_model.TFlowElement
auditing, categoryValueRef, monitoring, name
Fields inherited from class ru.cg.webbpm.studio.subsystems.bpmn.bpmn_model.TBaseElement
documentation, extensionElements, id
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the dataState property.Gets the value of the dataStoreRef property.Gets the value of the itemSubjectRef property.void
setDataState
(TDataState value) Sets the value of the dataState property.void
setDataStoreRef
(QName value) Sets the value of the dataStoreRef property.void
setItemSubjectRef
(QName value) Sets the value of the itemSubjectRef property.Methods inherited from class ru.cg.webbpm.studio.subsystems.bpmn.bpmn_model.TFlowElement
getAuditing, getCategoryValueRef, getMonitoring, getName, setAuditing, setMonitoring, setName
Methods inherited from class ru.cg.webbpm.studio.subsystems.bpmn.bpmn_model.TBaseElement
getDocumentation, getExtensionElements, getId, getOtherAttributes, setExtensionElements, setId
-
Field Details
-
dataState
-
itemSubjectRef
-
dataStoreRef
-
-
Constructor Details
-
TDataStoreReference
public TDataStoreReference()
-
-
Method Details
-
getDataState
Gets the value of the dataState property.- Returns:
- possible object is
TDataState
-
setDataState
Sets the value of the dataState property.- Parameters:
value
- allowed object isTDataState
-
getItemSubjectRef
Gets the value of the itemSubjectRef property.- Returns:
- possible object is
QName
-
setItemSubjectRef
Sets the value of the itemSubjectRef property.- Parameters:
value
- allowed object isQName
-
getDataStoreRef
Gets the value of the dataStoreRef property.- Returns:
- possible object is
QName
-
setDataStoreRef
Sets the value of the dataStoreRef property.- Parameters:
value
- allowed object isQName
-