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

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

public class ResponseStage
extends java.lang.Object


Constructor Summary
ResponseStage(javax.xml.stream.XMLEventReader reader)
           
 
Method Summary
 Decimation getDecimation()
           
 java.lang.Integer getNumber()
           
 java.lang.String getResourceId()
           
 BaseFilterType getResponseItem()
           
 GainSensitivity getStageSensitivity()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ResponseStage

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

getNumber

public java.lang.Integer getNumber()

getResourceId

public java.lang.String getResourceId()

getResponseItem

public BaseFilterType getResponseItem()

getDecimation

public Decimation getDecimation()

getStageSensitivity

public GainSensitivity getStageSensitivity()