Class TActivity

  • 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>
     
    • Constructor Detail

      • TActivity

        public TActivity()
    • Method Detail

      • 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 JAXB 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 JAXB 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 JAXB 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<javax.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 JAXB 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>

      • 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