public class TParticipantAssociation extends TBaseElement
tParticipantAssociation complex type的 Java 类。
以下模式片段指定包含在此类中的预期内容。
<complexType name="tParticipantAssociation">
<complexContent>
<extension base="{http://www.omg.org/spec/BPMN/20100524/MODEL}tBaseElement">
<sequence>
<element name="innerParticipantRef" type="{http://www.w3.org/2001/XMLSchema}QName"/>
<element name="outerParticipantRef" type="{http://www.w3.org/2001/XMLSchema}QName"/>
</sequence>
<anyAttribute processContents='lax' namespace='##other'/>
</extension>
</complexContent>
</complexType>
| 限定符和类型 | 字段和说明 |
|---|---|
protected QName |
innerParticipantRef |
protected QName |
outerParticipantRef |
documentation, extensionElements, id| 构造器和说明 |
|---|
TParticipantAssociation() |
| 限定符和类型 | 方法和说明 |
|---|---|
QName |
getInnerParticipantRef()
获取innerParticipantRef属性的值。
|
QName |
getOuterParticipantRef()
获取outerParticipantRef属性的值。
|
void |
setInnerParticipantRef(QName value)
设置innerParticipantRef属性的值。
|
void |
setOuterParticipantRef(QName value)
设置outerParticipantRef属性的值。
|
getDocumentation, getExtensionElements, getId, getOtherAttributes, setExtensionElements, setIdprotected QName innerParticipantRef
protected QName outerParticipantRef
public QName getInnerParticipantRef()
QNamepublic void setInnerParticipantRef(QName value)
value - allowed object is
QNamepublic QName getOuterParticipantRef()
QNameCopyright © 2022. All rights reserved.