Package org.omg.spec.bpmn.model
Class TParticipantAssociation
- java.lang.Object
-
- org.omg.spec.bpmn.model.TBaseElement
-
- org.omg.spec.bpmn.model.TParticipantAssociation
-
public class TParticipantAssociation extends TBaseElement
Java class for tParticipantAssociation complex type.
The following schema fragment specifies the expected content contained within this class.
<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>
-
-
Field Summary
Fields Modifier and Type Field Description protected QName
innerParticipantRef
protected QName
outerParticipantRef
-
Fields inherited from class org.omg.spec.bpmn.model.TBaseElement
documentation, extensionElements, id
-
-
Constructor Summary
Constructors Constructor Description TParticipantAssociation()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description QName
getInnerParticipantRef()
Gets the value of the innerParticipantRef property.QName
getOuterParticipantRef()
Gets the value of the outerParticipantRef property.void
setInnerParticipantRef(QName value)
Sets the value of the innerParticipantRef property.void
setOuterParticipantRef(QName value)
Sets the value of the outerParticipantRef property.-
Methods inherited from class org.omg.spec.bpmn.model.TBaseElement
getDocumentation, getExtensionElements, getId, getOtherAttributes, setExtensionElements, setId
-
-
-
-
Method Detail
-
getInnerParticipantRef
public QName getInnerParticipantRef()
Gets the value of the innerParticipantRef property.- Returns:
- possible object is
QName
-
setInnerParticipantRef
public void setInnerParticipantRef(QName value)
Sets the value of the innerParticipantRef property.- Parameters:
value
- allowed object isQName
-
getOuterParticipantRef
public QName getOuterParticipantRef()
Gets the value of the outerParticipantRef property.- Returns:
- possible object is
QName
-
-