Class SampleRateRatio

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

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

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

    Modifier and Type Method Description
    int getNumberSamples()  
    int getNumberSeconds()  

    Methods inherited from class java.lang.Object

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

    • SampleRateRatio

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

    • getNumberSamples

      public int getNumberSamples()
    • getNumberSeconds

      public int getNumberSeconds()