Class TParticipantAssociation
java.lang.Object
ru.cg.webbpm.studio.subsystems.bpmn.bpmn_model.TBaseElement
ru.cg.webbpm.studio.subsystems.bpmn.bpmn_model.TParticipantAssociation
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
FieldsFields 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 innerParticipantRef property.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 ru.cg.webbpm.studio.subsystems.bpmn.bpmn_model.TBaseElement
getDocumentation, getExtensionElements, getId, getOtherAttributes, setExtensionElements, setId
-
Field Details
-
innerParticipantRef
-
outerParticipantRef
-
-
Constructor Details
-
TParticipantAssociation
public TParticipantAssociation()
-
-
Method Details
-
getInnerParticipantRef
Gets the value of the innerParticipantRef property.- Returns:
- possible object is
QName
-
setInnerParticipantRef
Sets the value of the innerParticipantRef property.- Parameters:
value
- allowed object isQName
-
getOuterParticipantRef
Gets the value of the outerParticipantRef property.- Returns:
- possible object is
QName
-
setOuterParticipantRef
Sets the value of the outerParticipantRef property.- Parameters:
value
- allowed object isQName
-