Class XmlAnnotation

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

    public class XmlAnnotation
    extends AbstractXmlAnnotation
    Xml implementation of an Annotation The JAXB binding is designed to be read-only and is not designed for writing
    Since:
    18/07/13
    Version:
    $Id$
    Author:
    Marine Dumousseau (marine@ebi.ac.uk)
    • Constructor Detail

      • XmlAnnotation

        public XmlAnnotation()

        Constructor for XmlAnnotation.

      • XmlAnnotation

        public XmlAnnotation​(CvTerm topic,
                             String value)

        Constructor for XmlAnnotation.

        Parameters:
        topic - a CvTerm object.
        value - a String object.
      • XmlAnnotation

        public XmlAnnotation​(CvTerm topic)

        Constructor for XmlAnnotation.

        Parameters:
        topic - a CvTerm object.