Class Coefficients

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

public class Coefficients
extends BaseFilterType
  • Constructor Details

    • Coefficients

      public 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

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

    • getCfTransferType

      public java.lang.String getCfTransferType()
    • getNumeratorList

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

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