easybox.org.omg.spec.bpmn._20100524.model
Class EJaxbTDataAssociation

java.lang.Object
  extended by com.ebmwebsourcing.easybox.impl.AbstractModelObject
      extended by com.ebmwebsourcing.easybox.impl.AbstractJaxbModelObject
          extended by easybox.org.omg.spec.bpmn._20100524.model.EJaxbTBaseElement
              extended by easybox.org.omg.spec.bpmn._20100524.model.EJaxbTDataAssociation
All Implemented Interfaces:
com.ebmwebsourcing.easybox.api.ModelObject
Direct Known Subclasses:
EJaxbTDataInputAssociation, EJaxbTDataOutputAssociation

public class EJaxbTDataAssociation
extends EJaxbTBaseElement

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>
 


Field Summary
protected  java.util.List<EJaxbTAssignment> assignment
           
protected  java.util.List<javax.xml.bind.JAXBElement<java.lang.Object>> sourceRef
           
protected  java.lang.Object targetRef
           
protected  EJaxbTFormalExpression transformation
           
 
Fields inherited from class easybox.org.omg.spec.bpmn._20100524.model.EJaxbTBaseElement
documentation, extensionElements, id
 
Constructor Summary
EJaxbTDataAssociation()
           
 
Method Summary
 java.util.List<EJaxbTAssignment> getAssignment()
          Gets the value of the assignment property.
 java.util.List<javax.xml.bind.JAXBElement<java.lang.Object>> getSourceRef()
          Gets the value of the sourceRef property.
 java.lang.Object getTargetRef()
          Gets the value of the targetRef property.
 EJaxbTFormalExpression getTransformation()
          Gets the value of the transformation property.
 boolean isSetAssignment()
           
 boolean isSetSourceRef()
           
 boolean isSetTargetRef()
           
 boolean isSetTransformation()
           
 void setTargetRef(java.lang.Object value)
          Sets the value of the targetRef property.
 void setTransformation(EJaxbTFormalExpression value)
          Sets the value of the transformation property.
 void unsetAssignment()
           
 void unsetSourceRef()
           
 
Methods inherited from class easybox.org.omg.spec.bpmn._20100524.model.EJaxbTBaseElement
getDocumentation, getExtensionElements, getId, getOtherAttributes, isSetDocumentation, isSetExtensionElements, isSetId, setExtensionElements, setId, unsetDocumentation
 
Methods inherited from class com.ebmwebsourcing.easybox.impl.AbstractJaxbModelObject
duplicate, duplicateAs, equals, getAdoptiveParent, getBaseURI, getDOMNode, getNaturalParent, hashCode, setAdoptiveParent, setBaseURI, setNaturalParent
 
Methods inherited from class com.ebmwebsourcing.easybox.impl.AbstractModelObject
getParent, getXmlObject, setXmlObject
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

sourceRef

protected java.util.List<javax.xml.bind.JAXBElement<java.lang.Object>> sourceRef

targetRef

protected java.lang.Object targetRef

transformation

protected EJaxbTFormalExpression transformation

assignment

protected java.util.List<EJaxbTAssignment> assignment
Constructor Detail

EJaxbTDataAssociation

public EJaxbTDataAssociation()
Method Detail

getSourceRef

public java.util.List<javax.xml.bind.JAXBElement<java.lang.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>


isSetSourceRef

public boolean isSetSourceRef()

unsetSourceRef

public void unsetSourceRef()

getTargetRef

public java.lang.Object getTargetRef()
Gets the value of the targetRef property.

Returns:
possible object is Object

setTargetRef

public void setTargetRef(java.lang.Object value)
Sets the value of the targetRef property.

Parameters:
value - allowed object is Object

isSetTargetRef

public boolean isSetTargetRef()

getTransformation

public EJaxbTFormalExpression getTransformation()
Gets the value of the transformation property.

Returns:
possible object is EJaxbTFormalExpression

setTransformation

public void setTransformation(EJaxbTFormalExpression value)
Sets the value of the transformation property.

Parameters:
value - allowed object is EJaxbTFormalExpression

isSetTransformation

public boolean isSetTransformation()

getAssignment

public java.util.List<EJaxbTAssignment> 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 EJaxbTAssignment


isSetAssignment

public boolean isSetAssignment()

unsetAssignment

public void unsetAssignment()


Copyright © 2011 Petals Link. All Rights Reserved.