Class Coefficients
java.lang.Object
edu.sc.seis.seisFile.fdsnws.stationxml.BaseFilterType
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
Constructors Constructor Description Coefficients(java.lang.String resourceId, java.lang.String name, java.lang.String description, Unit inputUnits, Unit outputUnits, java.lang.String cfTransferType, java.util.List<FloatType> numeratorList, java.util.List<FloatType> denominatorList)Coefficients(javax.xml.stream.XMLEventReader reader) -
Method Summary
Modifier and Type Method Description java.lang.StringgetCfTransferType()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, getResourceIdMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
Coefficients
-
Coefficients
public Coefficients(javax.xml.stream.XMLEventReader reader) throws javax.xml.stream.XMLStreamException, StationXMLException- Throws:
javax.xml.stream.XMLStreamExceptionStationXMLException
-
-
Method Details
-
getCfTransferType
public java.lang.String getCfTransferType() -
getNumeratorList
-
getDenominatorList
-