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

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

public class Coefficients
extends BaseFilterType


Field Summary
 
Fields inherited from class edu.sc.seis.seisFile.fdsnws.stationxml.BaseFilterType
inputUnits, outputUnits
 
Constructor Summary
Coefficients(javax.xml.stream.XMLEventReader reader)
           
 
Method Summary
static java.lang.String getCfTransferType()
           
 java.util.List<FloatType> getDenominatorList()
           
 java.util.List<FloatType> getNumeratorList()
           
 
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

Coefficients

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

getCfTransferType

public static java.lang.String getCfTransferType()

getNumeratorList

public java.util.List<FloatType> getNumeratorList()

getDenominatorList

public java.util.List<FloatType> getDenominatorList()