Class InferredInteractionParticipant

  • All Implemented Interfaces:
    com.sun.xml.bind.Locatable, FileSourceContext

    public class InferredInteractionParticipant
    extends AbstractInferredInteractionParticipant
    Participant of the inferred interaction.

    Java class for inferredInteractionParticipant complex type.

    The following schema fragment specifies the expected content contained within this class.

     <complexType name="inferredInteractionParticipant">
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <choice>
             <elements name="participantRef" type="{http://www.w3.org/2001/XMLSchema}int"/>
             <elements name="participantFeatureRef" type="{http://www.w3.org/2001/XMLSchema}int"/>
           </choice>
         </restriction>
       </complexContent>
     </complexType>
     
    • Constructor Detail

      • InferredInteractionParticipant

        public InferredInteractionParticipant()

        Constructor for InferredInteractionParticipant.

    • Method Detail

      • setJAXBParticipantFeatureRef

        public void setJAXBParticipantFeatureRef​(Integer value)
        Sets the value of the participantFeatureRef property.
        Parameters:
        value - allowed object is Integer
      • setJAXBParticipantRef

        public void setJAXBParticipantRef​(Integer value)
        Sets the value of the participantRef property.
        Parameters:
        value - allowed object is Integer