edu.sc.seis.seisFile.stationxml
Class ResponseListElement

java.lang.Object
  extended by edu.sc.seis.seisFile.stationxml.ResponseListElement

public class ResponseListElement
extends java.lang.Object


Constructor Summary
ResponseListElement(javax.xml.stream.XMLEventReader reader)
           
 
Method Summary
 float getAmplitude()
           
 float getFrequency()
           
 float getPhase()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ResponseListElement

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

getFrequency

public float getFrequency()

getAmplitude

public float getAmplitude()

getPhase

public float getPhase()