Class ResponseListElement
java.lang.Object
edu.sc.seis.seisFile.fdsnws.stationxml.ResponseListElement
public class ResponseListElement
extends java.lang.Object
-
Constructor Summary
Constructors Constructor Description ResponseListElement(FloatType frequency, FloatType amplitude, FloatType phase)
ResponseListElement(javax.xml.stream.XMLEventReader reader)
-
Method Summary
Modifier and Type Method Description FloatType
getAmplitude()
FloatType
getFrequency()
FloatType
getPhase()
-
Constructor Details
-
ResponseListElement
-
ResponseListElement
public ResponseListElement(javax.xml.stream.XMLEventReader reader) throws javax.xml.stream.XMLStreamException, StationXMLException- Throws:
javax.xml.stream.XMLStreamException
StationXMLException
-
-
Method Details