Class XmlInterval

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

    public class XmlInterval
    extends AbstractXmlPosition
    Xml implementation of a position which is an interval The JAXB binding is designed to be read-only and is not designed for writing
    Since:
    19/07/13
    Version:
    $Id$
    Author:
    Marine Dumousseau (marine@ebi.ac.uk)
    • Constructor Detail

      • XmlInterval

        public XmlInterval()

        Constructor for XmlInterval.

      • XmlInterval

        public XmlInterval​(CvTerm status,
                           boolean positionUndetermined)

        Constructor for XmlInterval.

        Parameters:
        status - a CvTerm object.
        positionUndetermined - a boolean.
      • XmlInterval

        public XmlInterval​(CvTerm status,
                           long start,
                           long end,
                           boolean positionUndetermined)

        Constructor for XmlInterval.

        Parameters:
        status - a CvTerm object.
        start - a long.
        end - a long.
        positionUndetermined - a boolean.