Class Extent


  • public class Extent
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      Extent​(javax.xml.stream.XMLEventReader reader)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getEnd()  
      java.lang.String getStart()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • Extent

        public Extent​(javax.xml.stream.XMLEventReader reader)
               throws javax.xml.stream.XMLStreamException,
                      StationXMLException
        Throws:
        javax.xml.stream.XMLStreamException
        StationXMLException
    • Method Detail

      • getStart

        public java.lang.String getStart()
      • getEnd

        public java.lang.String getEnd()