edu.sc.seis.seisFile.stationxml
Class Response

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

public class Response
extends java.lang.Object


Constructor Summary
Response(javax.xml.stream.XMLEventReader reader)
           
 
Method Summary
 Decimation getDecimation()
           
 AbstractResponseType getResponseItem()
           
 java.lang.Integer getStage()
           
 java.lang.String getStageDescription()
           
 GainSensitivity getStageSensitivity()
           
 
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

getStage

public java.lang.Integer getStage()

getStageDescription

public java.lang.String getStageDescription()

getResponseItem

public AbstractResponseType getResponseItem()

getDecimation

public Decimation getDecimation()

getStageSensitivity

public GainSensitivity getStageSensitivity()