java.lang.Object
edu.sc.seis.seisFile.fdsnws.stationxml.Extent

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

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

    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 Details

    • Extent

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

    • getStart

      public java.lang.String getStart()
    • getEnd

      public java.lang.String getEnd()