|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.omg.spec.bpmn._20100524.model.TBaseElement
org.omg.spec.bpmn._20100524.model.TFlowElement
org.omg.spec.bpmn._20100524.model.TDataObjectReference
public class TDataObjectReference
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>
| Field Summary | |
|---|---|
protected java.lang.Object |
dataObjectRef
|
protected TDataState |
dataState
|
protected javax.xml.namespace.QName |
itemSubjectRef
|
| Fields inherited from class org.omg.spec.bpmn._20100524.model.TFlowElement |
|---|
auditing, categoryValueRef, monitoring, name |
| Fields inherited from class org.omg.spec.bpmn._20100524.model.TBaseElement |
|---|
documentation, extensionElements, id |
| Constructor Summary | |
|---|---|
TDataObjectReference()
|
|
| Method Summary | |
|---|---|
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. |
| Methods inherited from class org.omg.spec.bpmn._20100524.model.TFlowElement |
|---|
getAuditing, getCategoryValueRef, getMonitoring, getName, setAuditing, setMonitoring, setName |
| Methods inherited from class org.omg.spec.bpmn._20100524.model.TBaseElement |
|---|
getDocumentation, getExtensionElements, getId, getOtherAttributes, setExtensionElements, setId |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected TDataState dataState
protected javax.xml.namespace.QName itemSubjectRef
protected java.lang.Object dataObjectRef
| Constructor Detail |
|---|
public TDataObjectReference()
| Method Detail |
|---|
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
Object
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||