Class TDataAssociation
- Direct Known Subclasses:
TDataInputAssociation
,TDataOutputAssociation
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
FieldsModifier and TypeFieldDescriptionprotected List<TAssignment>
protected Object
protected TFormalExpression
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 assignment property.Gets the value of the sourceRef property.Gets the value of the targetRef property.Gets the value of the transformation property.void
setTargetRef
(Object value) Sets the value of the targetRef property.void
Sets the value of the transformation property.Methods inherited from class ru.cg.webbpm.studio.subsystems.bpmn.bpmn_model.TBaseElement
getDocumentation, getExtensionElements, getId, getOtherAttributes, setExtensionElements, setId
-
Field Details
-
sourceRef
-
targetRef
-
transformation
-
assignment
-
-
Constructor Details
-
TDataAssociation
public TDataAssociation()
-
-
Method Details
-
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 Jakarta XML Binding 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
Gets the value of the targetRef property.- Returns:
- possible object is
Object
-
setTargetRef
Sets the value of the targetRef property.- Parameters:
value
- allowed object isObject
-
getTransformation
Gets the value of the transformation property.- Returns:
- possible object is
TFormalExpression
-
setTransformation
Sets the value of the transformation property.- Parameters:
value
- allowed object isTFormalExpression
-
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 Jakarta XML Binding 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
-