Package org.omg.spec.bpmn.model
Class TGlobalBusinessRuleTask
- java.lang.Object
-
- org.omg.spec.bpmn.model.TBaseElement
-
- org.omg.spec.bpmn.model.TRootElement
-
- org.omg.spec.bpmn.model.TCallableElement
-
- org.omg.spec.bpmn.model.TGlobalTask
-
- org.omg.spec.bpmn.model.TGlobalBusinessRuleTask
-
public class TGlobalBusinessRuleTask extends TGlobalTask
Java class for tGlobalBusinessRuleTask complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="tGlobalBusinessRuleTask"> <complexContent> <extension base="{http://www.omg.org/spec/BPMN/20100524/MODEL}tGlobalTask"> <attribute name="implementation" type="{http://www.omg.org/spec/BPMN/20100524/MODEL}tImplementation" default="##unspecified" /> <anyAttribute processContents='lax' namespace='##other'/> </extension> </complexContent> </complexType>
-
-
Field Summary
Fields Modifier and Type Field Description protected Stringimplementation-
Fields inherited from class org.omg.spec.bpmn.model.TGlobalTask
resourceRole
-
Fields inherited from class org.omg.spec.bpmn.model.TCallableElement
ioBinding, ioSpecification, name, supportedInterfaceRef
-
Fields inherited from class org.omg.spec.bpmn.model.TBaseElement
documentation, extensionElements, id
-
-
Constructor Summary
Constructors Constructor Description TGlobalBusinessRuleTask()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetImplementation()Gets the value of the implementation property.voidsetImplementation(String value)Sets the value of the implementation property.-
Methods inherited from class org.omg.spec.bpmn.model.TGlobalTask
getResourceRole
-
Methods inherited from class org.omg.spec.bpmn.model.TCallableElement
getIoBinding, getIoSpecification, getName, getSupportedInterfaceRef, setIoSpecification, setName
-
Methods inherited from class org.omg.spec.bpmn.model.TBaseElement
getDocumentation, getExtensionElements, getId, getOtherAttributes, setExtensionElements, setId
-
-