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

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

public class PolesZeros
extends BaseFilterType


Field Summary
 
Fields inherited from class edu.sc.seis.seisFile.fdsnws.stationxml.BaseFilterType
inputUnits, outputUnits
 
Constructor Summary
PolesZeros(javax.xml.stream.XMLEventReader reader)
           
 
Method Summary
 java.lang.String getComment()
           
 float getNormalizationFactor()
           
 float getNormalizationFreq()
           
 java.util.List<Pole> getPoleList()
           
 java.lang.String getPzTransferType()
           
 java.util.List<Zero> getZeroList()
           
 
Methods inherited from class edu.sc.seis.seisFile.fdsnws.stationxml.BaseFilterType
getDescription, getInputUnits, getName, getOutputUnits, getResourceId
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PolesZeros

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

getComment

public java.lang.String getComment()

getPzTransferType

public java.lang.String getPzTransferType()

getNormalizationFactor

public float getNormalizationFactor()

getNormalizationFreq

public float getNormalizationFreq()

getPoleList

public java.util.List<Pole> getPoleList()

getZeroList

public java.util.List<Zero> getZeroList()