Package org.omg.spec.bpmn.model
Class TProperty
- java.lang.Object
-
- org.omg.spec.bpmn.model.TBaseElement
-
- org.omg.spec.bpmn.model.TProperty
-
public class TProperty extends TBaseElement
Java class for tProperty complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="tProperty"> <complexContent> <extension base="{http://www.omg.org/spec/BPMN/20100524/MODEL}tBaseElement"> <sequence> <element ref="{http://www.omg.org/spec/BPMN/20100524/MODEL}dataState" minOccurs="0"/> </sequence> <attribute name="name" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="itemSubjectRef" 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 TDataState
dataState
protected QName
itemSubjectRef
protected String
name
-
Fields inherited from class org.omg.spec.bpmn.model.TBaseElement
documentation, extensionElements, id
-
-
Constructor Summary
Constructors Constructor Description TProperty()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description TDataState
getDataState()
Gets the value of the dataState property.QName
getItemSubjectRef()
Gets the value of the itemSubjectRef property.String
getName()
Gets the value of the name property.void
setDataState(TDataState value)
Sets the value of the dataState property.void
setItemSubjectRef(QName value)
Sets the value of the itemSubjectRef property.void
setName(String value)
Sets the value of the name property.-
Methods inherited from class org.omg.spec.bpmn.model.TBaseElement
getDocumentation, getExtensionElements, getId, getOtherAttributes, setExtensionElements, setId
-
-
-
-
Field Detail
-
dataState
protected TDataState dataState
-
name
protected String name
-
itemSubjectRef
protected QName itemSubjectRef
-
-
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
-
getName
public String getName()
Gets the value of the name property.- Returns:
- possible object is
String
-
setName
public void setName(String value)
Sets the value of the name property.- Parameters:
value
- allowed object isString
-
getItemSubjectRef
public QName getItemSubjectRef()
Gets the value of the itemSubjectRef property.- Returns:
- possible object is
QName
-
-