Package org.omg.spec.bpmn.model
Class TArtifact
- java.lang.Object
-
- org.omg.spec.bpmn.model.TBaseElement
-
- org.omg.spec.bpmn.model.TArtifact
-
- Direct Known Subclasses:
TAssociation
,TGroup
,TTextAnnotation
public abstract class TArtifact extends TBaseElement
Java class for tArtifact complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="tArtifact"> <complexContent> <extension base="{http://www.omg.org/spec/BPMN/20100524/MODEL}tBaseElement"> <anyAttribute processContents='lax' namespace='##other'/> </extension> </complexContent> </complexType>
-
-
Field Summary
-
Fields inherited from class org.omg.spec.bpmn.model.TBaseElement
documentation, extensionElements, id
-
-
Constructor Summary
Constructors Constructor Description TArtifact()
-
Method Summary
-
Methods inherited from class org.omg.spec.bpmn.model.TBaseElement
getDocumentation, getExtensionElements, getId, getOtherAttributes, setExtensionElements, setId
-
-