Class 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 Detail

      • innerParticipantRef

        protected QName innerParticipantRef
      • outerParticipantRef

        protected QName outerParticipantRef
    • Constructor Detail

      • TParticipantAssociation

        public TParticipantAssociation()
    • 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 is QName
      • getOuterParticipantRef

        public QName getOuterParticipantRef()
        Gets the value of the outerParticipantRef property.
        Returns:
        possible object is QName
      • setOuterParticipantRef

        public void setOuterParticipantRef​(QName value)
        Sets the value of the outerParticipantRef property.
        Parameters:
        value - allowed object is QName