Direct Known Subclasses:
TCallActivity, TSubProcess, TTask

public abstract class TActivity extends TFlowNode

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 Details

  • Constructor Details

    • TActivity

      public TActivity()
  • Method Details

    • getIoSpecification

      public TInputOutputSpecification getIoSpecification()
      Gets the value of the ioSpecification property.
      Returns:
      possible object is TInputOutputSpecification
    • setIoSpecification

      public void setIoSpecification(TInputOutputSpecification value)
      Sets the value of the ioSpecification property.
      Parameters:
      value - allowed object is TInputOutputSpecification
    • getProperty

      public List<TProperty> 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

      public List<TDataInputAssociation> 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

      public List<TDataOutputAssociation> 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

      public List<jakarta.xml.bind.JAXBElement<? extends TResourceRole>> 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

      public jakarta.xml.bind.JAXBElement<? extends TLoopCharacteristics> 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 is JAXBElement<TMultiInstanceLoopCharacteristics> JAXBElement<TStandardLoopCharacteristics> JAXBElement<TLoopCharacteristics>
    • isIsForCompensation

      public boolean isIsForCompensation()
      Gets the value of the isForCompensation property.
      Returns:
      possible object is Boolean
    • setIsForCompensation

      public void setIsForCompensation(Boolean value)
      Sets the value of the isForCompensation property.
      Parameters:
      value - allowed object is Boolean
    • getStartQuantity

      public BigInteger getStartQuantity()
      Gets the value of the startQuantity property.
      Returns:
      possible object is BigInteger
    • setStartQuantity

      public void setStartQuantity(BigInteger value)
      Sets the value of the startQuantity property.
      Parameters:
      value - allowed object is BigInteger
    • getCompletionQuantity

      public BigInteger getCompletionQuantity()
      Gets the value of the completionQuantity property.
      Returns:
      possible object is BigInteger
    • setCompletionQuantity

      public void setCompletionQuantity(BigInteger value)
      Sets the value of the completionQuantity property.
      Parameters:
      value - allowed object is BigInteger
    • getDefault

      public Object getDefault()
      Gets the value of the default property.
      Returns:
      possible object is Object
    • setDefault

      public void setDefault(Object value)
      Sets the value of the default property.
      Parameters:
      value - allowed object is Object