edu.sc.seis.seisFile.fdsnws.stationxml
Class ResponseListElement

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

public class ResponseListElement
extends java.lang.Object


Constructor Summary
ResponseListElement(javax.xml.stream.XMLEventReader reader)
           
 
Method Summary
 FloatType getAmplitude()
           
 FloatType getFrequency()
           
 FloatType 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 FloatType getFrequency()

getAmplitude

public FloatType getAmplitude()

getPhase

public FloatType getPhase()