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
All Methods Instance Methods Concrete Methods Modifier and Type Method Description FloatType
getAmplitude()
FloatType
getFrequency()
FloatType
getPhase()
-
-
-
Constructor Detail
-
ResponseListElement
public ResponseListElement(FloatType frequency, FloatType amplitude, FloatType phase)
-
ResponseListElement
public ResponseListElement(javax.xml.stream.XMLEventReader reader) throws javax.xml.stream.XMLStreamException, StationXMLException
- Throws:
javax.xml.stream.XMLStreamException
StationXMLException
-
-