Class InferredInteractionParticipant
- java.lang.Object
-
- psidev.psi.mi.jami.xml.model.extension.AbstractInferredInteractionParticipant
-
- psidev.psi.mi.jami.xml.model.extension.xml253.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 Summary
Constructors Constructor Description InferredInteractionParticipant()Constructor for InferredInteractionParticipant.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidsetJAXBParticipantFeatureRef(Integer value)Sets the value of the participantFeatureRef property.voidsetJAXBParticipantRef(Integer value)Sets the value of the participantRef property.-
Methods inherited from class psidev.psi.mi.jami.xml.model.extension.AbstractInferredInteractionParticipant
getFeature, getInferredParticipantLocator, getParticipant, getSourceLocator, setFeature, setJAXBParticipantFeatureRef, setJAXBParticipantRef, setParticipant, setSourceLocator, sourceLocation, toString
-
-