Package org.omg.spec.bpmn.model
Class TGroup
- java.lang.Object
-
- org.omg.spec.bpmn.model.TBaseElement
-
- org.omg.spec.bpmn.model.TArtifact
-
- org.omg.spec.bpmn.model.TGroup
-
public class TGroup extends TArtifact
Java class for tGroup complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="tGroup"> <complexContent> <extension base="{http://www.omg.org/spec/BPMN/20100524/MODEL}tArtifact"> <attribute name="categoryValueRef" 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 QName
categoryValueRef
-
Fields inherited from class org.omg.spec.bpmn.model.TBaseElement
documentation, extensionElements, id
-
-
Constructor Summary
Constructors Constructor Description TGroup()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description QName
getCategoryValueRef()
Gets the value of the categoryValueRef property.void
setCategoryValueRef(QName value)
Sets the value of the categoryValueRef property.-
Methods inherited from class org.omg.spec.bpmn.model.TBaseElement
getDocumentation, getExtensionElements, getId, getOtherAttributes, setExtensionElements, setId
-
-