Class InferredInteraction

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

    public class InferredInteraction
    extends AbstractInferredInteraction

    Java class for inferredInteraction complex type.

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

     <complexType name="inferredInteraction">
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <sequence>
             <elements name="participant" type="{http://psi.hupo.org/mi/mif}inferredInteractionParticipant" maxOccurs="unbounded" minOccurs="2"/>
             <elements name="experimentRefList" type="{http://psi.hupo.org/mi/mif}experimentRefList" minOccurs="0"/>
           </sequence>
         </restriction>
       </complexContent>
     </complexType>