Class TDataAssociation

  • Direct Known Subclasses:
    TDataInputAssociation, TDataOutputAssociation

    public class TDataAssociation
    extends TBaseElement

    Java class for tDataAssociation complex type.

    The following schema fragment specifies the expected content contained within this class.

     <complexType name="tDataAssociation">
       <complexContent>
         <extension base="{http://www.omg.org/spec/BPMN/20100524/MODEL}tBaseElement">
           <sequence>
             <element name="sourceRef" type="{http://www.w3.org/2001/XMLSchema}IDREF" maxOccurs="unbounded" minOccurs="0"/>
             <element name="targetRef" type="{http://www.w3.org/2001/XMLSchema}IDREF"/>
             <element name="transformation" type="{http://www.omg.org/spec/BPMN/20100524/MODEL}tFormalExpression" minOccurs="0"/>
             <element ref="{http://www.omg.org/spec/BPMN/20100524/MODEL}assignment" maxOccurs="unbounded" minOccurs="0"/>
           </sequence>
           <anyAttribute processContents='lax' namespace='##other'/>
         </extension>
       </complexContent>
     </complexType>
     
    • Constructor Detail

      • TDataAssociation

        public TDataAssociation()
    • Method Detail

      • getSourceRef

        public List<javax.xml.bind.JAXBElement<Object>> getSourceRef()
        Gets the value of the sourceRef 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 sourceRef property.

        For example, to add a new item, do as follows:

            getSourceRef().add(newItem);
         

        Objects of the following type(s) are allowed in the list JAXBElement<Object>

      • getTargetRef

        public Object getTargetRef()
        Gets the value of the targetRef property.
        Returns:
        possible object is Object
      • setTargetRef

        public void setTargetRef​(Object value)
        Sets the value of the targetRef property.
        Parameters:
        value - allowed object is Object
      • setTransformation

        public void setTransformation​(TFormalExpression value)
        Sets the value of the transformation property.
        Parameters:
        value - allowed object is TFormalExpression
      • getAssignment

        public List<TAssignment> getAssignment()
        Gets the value of the assignment 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 assignment property.

        For example, to add a new item, do as follows:

            getAssignment().add(newItem);
         

        Objects of the following type(s) are allowed in the list TAssignment