Interface ExtendedPsiXmlXref

  • All Superinterfaces:
    Xref
    All Known Implementing Classes:
    XmlXref, XmlXref, XmlXref

    public interface ExtendedPsiXmlXref
    extends Xref
    PSI-XML extension of an xref
    Since:
    30/10/13
    Version:
    $Id$
    Author:
    Marine Dumousseau (marine@ebi.ac.uk)
    • Method Detail

      • getSecondary

        String getSecondary()

        getSecondary.

        Returns:
        a String object.
      • setSecondary

        void setSecondary​(String secondary)

        setSecondary.

        Parameters:
        secondary - a String object.
      • getAnnotations

        List<Annotation> getAnnotations()

        getAnnotations.

        Returns:
        a List object.