Class InteractionXrefContainer

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

    public class InteractionXrefContainer
    extends XrefContainer
    Xref container for interactions
    Since:
    08/10/13
    Version:
    $Id$
    Author:
    Marine Dumousseau (marine@ebi.ac.uk)
    • Constructor Detail

      • InteractionXrefContainer

        public InteractionXrefContainer()
    • Method Detail

      • getIdentifiers

        public Collection<Xref> getIdentifiers()

        Getter for the field identifiers.

        Returns:
        a Collection object.
      • getImexId

        public String getImexId()

        Getter for the field imexId.

        Returns:
        a String object.
      • assignImexId

        public void assignImexId​(String identifier)

        assignImexId.

        Parameters:
        identifier - a String object.
      • getComplexAc

        public String getComplexAc()

        Getter for the field complexAc.

        Returns:
        a String object.
      • getComplexVersion

        public String getComplexVersion()

        Getter for the field complexVersion.

        Returns:
        a String object.
      • assignComplexAc

        public void assignComplexAc​(String accession,
                                    String version)

        assignComplexAc.

        Parameters:
        accession - a String object.
        version - a String object.
      • assignComplexAc

        public void assignComplexAc​(String accession)

        assignComplexAc.

        Parameters:
        accession - a String object.
      • processAddedPotentialImex

        protected void processAddedPotentialImex​(Xref added)

        processAddedPotentialImex.

        Parameters:
        added - a Xref object.
      • processRemovedPotentialImex

        protected void processRemovedPotentialImex​(Xref removed)

        processRemovedPotentialImex.

        Parameters:
        removed - a Xref object.
      • clearImexId

        protected void clearImexId()

        clearImexId.

      • processAddedPotentialComplexAc

        protected void processAddedPotentialComplexAc​(Xref added)
      • processRemovedPotentialComplexAc

        protected void processRemovedPotentialComplexAc​(Xref removed)
      • clearComplexAc

        protected void clearComplexAc()
      • initialiseIdentifiers

        protected void initialiseIdentifiers()

        initialiseIdentifiers.