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

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

public class Response
extends java.lang.Object


Constructor Summary
Response(javax.xml.stream.XMLEventReader reader)
           
 
Method Summary
 InstrumentPolynomial getInstrumentPolynomial()
           
 InstrumentSensitivity getInstrumentSensitivity()
           
 java.lang.String getResourceId()
           
 java.util.List<ResponseStage> getResponseStageList()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Response

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

getResponseStageList

public java.util.List<ResponseStage> getResponseStageList()

getInstrumentSensitivity

public InstrumentSensitivity getInstrumentSensitivity()

getInstrumentPolynomial

public InstrumentPolynomial getInstrumentPolynomial()

getResourceId

public java.lang.String getResourceId()