Class TActivity
- Direct Known Subclasses:
TCallActivity
,TSubProcess
,TTask
Java class for tActivity complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="tActivity"> <complexContent> <extension base="{http://www.omg.org/spec/BPMN/20100524/MODEL}tFlowNode"> <sequence> <element ref="{http://www.omg.org/spec/BPMN/20100524/MODEL}ioSpecification" minOccurs="0"/> <element ref="{http://www.omg.org/spec/BPMN/20100524/MODEL}property" maxOccurs="unbounded" minOccurs="0"/> <element ref="{http://www.omg.org/spec/BPMN/20100524/MODEL}dataInputAssociation" maxOccurs="unbounded" minOccurs="0"/> <element ref="{http://www.omg.org/spec/BPMN/20100524/MODEL}dataOutputAssociation" maxOccurs="unbounded" minOccurs="0"/> <element ref="{http://www.omg.org/spec/BPMN/20100524/MODEL}resourceRole" maxOccurs="unbounded" minOccurs="0"/> <element ref="{http://www.omg.org/spec/BPMN/20100524/MODEL}loopCharacteristics" minOccurs="0"/> </sequence> <attribute name="isForCompensation" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" /> <attribute name="startQuantity" type="{http://www.w3.org/2001/XMLSchema}integer" default="1" /> <attribute name="completionQuantity" type="{http://www.w3.org/2001/XMLSchema}integer" default="1" /> <attribute name="default" type="{http://www.w3.org/2001/XMLSchema}IDREF" /> <anyAttribute processContents='lax' namespace='##other'/> </extension> </complexContent> </complexType>
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected Object
protected BigInteger
protected List<TDataInputAssociation>
protected List<TDataOutputAssociation>
protected TInputOutputSpecification
protected Boolean
protected jakarta.xml.bind.JAXBElement<? extends TLoopCharacteristics>
protected List<jakarta.xml.bind.JAXBElement<? extends TResourceRole>>
protected BigInteger
Fields inherited from class ru.cg.webbpm.studio.subsystems.bpmn.bpmn_model.TFlowNode
incoming, outgoing
Fields inherited from class ru.cg.webbpm.studio.subsystems.bpmn.bpmn_model.TFlowElement
auditing, categoryValueRef, monitoring, name
Fields inherited from class ru.cg.webbpm.studio.subsystems.bpmn.bpmn_model.TBaseElement
documentation, extensionElements, id
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the completionQuantity property.Gets the value of the dataInputAssociation property.Gets the value of the dataOutputAssociation property.Gets the value of the default property.Gets the value of the ioSpecification property.jakarta.xml.bind.JAXBElement<? extends TLoopCharacteristics>
Gets the value of the loopCharacteristics property.Gets the value of the property property.List<jakarta.xml.bind.JAXBElement<? extends TResourceRole>>
Gets the value of the resourceRole property.Gets the value of the startQuantity property.boolean
Gets the value of the isForCompensation property.void
setCompletionQuantity
(BigInteger value) Sets the value of the completionQuantity property.void
setDefault
(Object value) Sets the value of the default property.void
Sets the value of the ioSpecification property.void
setIsForCompensation
(Boolean value) Sets the value of the isForCompensation property.void
setLoopCharacteristics
(jakarta.xml.bind.JAXBElement<? extends TLoopCharacteristics> value) Sets the value of the loopCharacteristics property.void
setStartQuantity
(BigInteger value) Sets the value of the startQuantity property.Methods inherited from class ru.cg.webbpm.studio.subsystems.bpmn.bpmn_model.TFlowNode
getIncoming, getOutgoing
Methods inherited from class ru.cg.webbpm.studio.subsystems.bpmn.bpmn_model.TFlowElement
getAuditing, getCategoryValueRef, getMonitoring, getName, setAuditing, setMonitoring, setName
Methods inherited from class ru.cg.webbpm.studio.subsystems.bpmn.bpmn_model.TBaseElement
getDocumentation, getExtensionElements, getId, getOtherAttributes, setExtensionElements, setId
-
Field Details
-
ioSpecification
-
property
-
dataInputAssociation
-
dataOutputAssociation
-
resourceRole
-
loopCharacteristics
-
isForCompensation
-
startQuantity
-
completionQuantity
-
_default
-
-
Constructor Details
-
TActivity
public TActivity()
-
-
Method Details
-
getIoSpecification
Gets the value of the ioSpecification property.- Returns:
- possible object is
TInputOutputSpecification
-
setIoSpecification
Sets the value of the ioSpecification property.- Parameters:
value
- allowed object isTInputOutputSpecification
-
getProperty
Gets the value of the property property.This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the Jakarta XML Binding object. This is why there is not a
set
method for the property property.For example, to add a new item, do as follows:
getProperty().add(newItem);
Objects of the following type(s) are allowed in the list
TProperty
-
getDataInputAssociation
Gets the value of the dataInputAssociation property.This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the Jakarta XML Binding object. This is why there is not a
set
method for the dataInputAssociation property.For example, to add a new item, do as follows:
getDataInputAssociation().add(newItem);
Objects of the following type(s) are allowed in the list
TDataInputAssociation
-
getDataOutputAssociation
Gets the value of the dataOutputAssociation property.This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the Jakarta XML Binding object. This is why there is not a
set
method for the dataOutputAssociation property.For example, to add a new item, do as follows:
getDataOutputAssociation().add(newItem);
Objects of the following type(s) are allowed in the list
TDataOutputAssociation
-
getResourceRole
Gets the value of the resourceRole property.This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the Jakarta XML Binding object. This is why there is not a
set
method for the resourceRole property.For example, to add a new item, do as follows:
getResourceRole().add(newItem);
Objects of the following type(s) are allowed in the list
JAXBElement
<
TPotentialOwner
>
JAXBElement
<
THumanPerformer
>
JAXBElement
<
TPerformer
>
JAXBElement
<
TResourceRole
>
-
getLoopCharacteristics
Gets the value of the loopCharacteristics property.- Returns:
- possible object is
JAXBElement
<
TMultiInstanceLoopCharacteristics
>
JAXBElement
<
TStandardLoopCharacteristics
>
JAXBElement
<
TLoopCharacteristics
>
-
setLoopCharacteristics
public void setLoopCharacteristics(jakarta.xml.bind.JAXBElement<? extends TLoopCharacteristics> value) Sets the value of the loopCharacteristics property.- Parameters:
value
- allowed object isJAXBElement
<
TMultiInstanceLoopCharacteristics
>
JAXBElement
<
TStandardLoopCharacteristics
>
JAXBElement
<
TLoopCharacteristics
>
-
isIsForCompensation
public boolean isIsForCompensation()Gets the value of the isForCompensation property.- Returns:
- possible object is
Boolean
-
setIsForCompensation
Sets the value of the isForCompensation property.- Parameters:
value
- allowed object isBoolean
-
getStartQuantity
Gets the value of the startQuantity property.- Returns:
- possible object is
BigInteger
-
setStartQuantity
Sets the value of the startQuantity property.- Parameters:
value
- allowed object isBigInteger
-
getCompletionQuantity
Gets the value of the completionQuantity property.- Returns:
- possible object is
BigInteger
-
setCompletionQuantity
Sets the value of the completionQuantity property.- Parameters:
value
- allowed object isBigInteger
-
getDefault
Gets the value of the default property.- Returns:
- possible object is
Object
-
setDefault
Sets the value of the default property.- Parameters:
value
- allowed object isObject
-