Class AbstractExperimentalInteractor

  • All Implemented Interfaces:
    com.sun.xml.bind.Locatable, FileSourceContext
    Direct Known Subclasses:
    ExperimentalInteractor, ExperimentalInteractor, ExperimentalInteractor

    public abstract class AbstractExperimentalInteractor
    extends Object
    implements FileSourceContext, com.sun.xml.bind.Locatable

    Java class for experimentalInteractor complex type.

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

     <complexType name="experimentalInteractor">
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <sequence>
             <choice>
               <elements name="interactorRef" type="{http://www.w3.org/2001/XMLSchema}int"/>
               <elements name="interactor" type="{http://psi.hupo.org/mi/mif}interactor"/>
             </choice>
             <elements name="experimentRefList" type="{http://psi.hupo.org/mi/mif}experimentRefList" minOccurs="0"/>
           </sequence>
         </restriction>
       </complexContent>
     </complexType>