public class TCorrelationSubscription extends TBaseElement
tCorrelationSubscription complex type的 Java 类。
以下模式片段指定包含在此类中的预期内容。
<complexType name="tCorrelationSubscription">
<complexContent>
<extension base="{http://www.omg.org/spec/BPMN/20100524/MODEL}tBaseElement">
<sequence>
<element ref="{http://www.omg.org/spec/BPMN/20100524/MODEL}correlationPropertyBinding" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
<attribute name="correlationKeyRef" use="required" type="{http://www.w3.org/2001/XMLSchema}QName" />
<anyAttribute processContents='lax' namespace='##other'/>
</extension>
</complexContent>
</complexType>
| 限定符和类型 | 字段和说明 |
|---|---|
protected QName |
correlationKeyRef |
protected List<TCorrelationPropertyBinding> |
correlationPropertyBinding |
documentation, extensionElements, id| 构造器和说明 |
|---|
TCorrelationSubscription() |
| 限定符和类型 | 方法和说明 |
|---|---|
QName |
getCorrelationKeyRef()
获取correlationKeyRef属性的值。
|
List<TCorrelationPropertyBinding> |
getCorrelationPropertyBinding()
Gets the value of the correlationPropertyBinding property.
|
void |
setCorrelationKeyRef(QName value)
设置correlationKeyRef属性的值。
|
getDocumentation, getExtensionElements, getId, getOtherAttributes, setExtensionElements, setIdprotected List<TCorrelationPropertyBinding> correlationPropertyBinding
protected QName correlationKeyRef
public List<TCorrelationPropertyBinding> getCorrelationPropertyBinding()
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 correlationPropertyBinding property.
For example, to add a new item, do as follows:
getCorrelationPropertyBinding().add(newItem);
Objects of the following type(s) are allowed in the list
TCorrelationPropertyBinding
public QName getCorrelationKeyRef()
QNameCopyright © 2022. All rights reserved.