public class TDataAssociation extends TBaseElement
tDataAssociation complex type的 Java 类。
以下模式片段指定包含在此类中的预期内容。
<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>
| 限定符和类型 | 字段和说明 |
|---|---|
protected List<TAssignment> |
assignment |
protected List<jakarta.xml.bind.JAXBElement<Object>> |
sourceRef |
protected Object |
targetRef |
protected TFormalExpression |
transformation |
documentation, extensionElements, id| 构造器和说明 |
|---|
TDataAssociation() |
| 限定符和类型 | 方法和说明 |
|---|---|
List<TAssignment> |
getAssignment()
Gets the value of the assignment property.
|
List<jakarta.xml.bind.JAXBElement<Object>> |
getSourceRef()
Gets the value of the sourceRef property.
|
Object |
getTargetRef()
获取targetRef属性的值。
|
TFormalExpression |
getTransformation()
获取transformation属性的值。
|
void |
setTargetRef(Object value)
设置targetRef属性的值。
|
void |
setTransformation(TFormalExpression value)
设置transformation属性的值。
|
getDocumentation, getExtensionElements, getId, getOtherAttributes, setExtensionElements, setIdprotected Object targetRef
protected TFormalExpression transformation
protected List<TAssignment> assignment
public List<jakarta.xml.bind.JAXBElement<Object>> getSourceRef()
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>
public void setTargetRef(Object value)
value - allowed object is
Objectpublic TFormalExpression getTransformation()
TFormalExpressionpublic void setTransformation(TFormalExpression value)
value - allowed object is
TFormalExpressionpublic List<TAssignment> getAssignment()
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
Copyright © 2022. All rights reserved.