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

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

public class Channel
extends BaseNodeType


Constructor Summary
Channel(javax.xml.stream.XMLEventReader reader, java.lang.String networkCode, java.lang.String stationCode)
           
 
Method Summary
 FloatType getAzimuth()
           
 Unit getCalibrationUnits()
           
 FloatType getClockDrift()
           
 java.lang.String getClockDriftUnit()
           
 DataLogger getDataLogger()
           
 FloatType getDepth()
           
 FloatType getDip()
           
 FloatType getElevation()
           
 Equipment getEquipment()
           
 FloatType getLatitude()
           
 java.lang.String getLocCode()
           
 FloatType getLon()
           
 java.lang.String getNetworkCode()
           
 PreAmplifier getPreAmplifier()
           
 Response getResponse()
           
 FloatType getSampleRate()
           
 SampleRateRatio getSampleRateRatio()
           
 Sensor getSensor()
           
 java.lang.String getStationCode()
           
 java.lang.String getStorageFormat()
           
 java.util.List<java.lang.String> getTypeList()
           
 java.lang.String toString()
           
 
Methods inherited from class edu.sc.seis.seisFile.fdsnws.stationxml.BaseNodeType
getAlternateCode, getCode, getCommentList, getDescription, getEndDate, getHistoricalCode, getRestrictedStatus, getStartDate
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Channel

public Channel(javax.xml.stream.XMLEventReader reader,
               java.lang.String networkCode,
               java.lang.String stationCode)
        throws javax.xml.stream.XMLStreamException,
               StationXMLException
Throws:
javax.xml.stream.XMLStreamException
StationXMLException
Method Detail

getSampleRateRatio

public SampleRateRatio getSampleRateRatio()

getSampleRate

public FloatType getSampleRate()

getClockDrift

public FloatType getClockDrift()

getClockDriftUnit

public java.lang.String getClockDriftUnit()

getCalibrationUnits

public Unit getCalibrationUnits()

getSensor

public Sensor getSensor()

getPreAmplifier

public PreAmplifier getPreAmplifier()

getDataLogger

public DataLogger getDataLogger()

getEquipment

public Equipment getEquipment()

getResponse

public Response getResponse()

getLocCode

public java.lang.String getLocCode()

getStationCode

public java.lang.String getStationCode()

getNetworkCode

public java.lang.String getNetworkCode()

getLatitude

public FloatType getLatitude()

getLon

public FloatType getLon()

getElevation

public FloatType getElevation()

getDepth

public FloatType getDepth()

getAzimuth

public FloatType getAzimuth()

getDip

public FloatType getDip()

getTypeList

public java.util.List<java.lang.String> getTypeList()

getStorageFormat

public java.lang.String getStorageFormat()

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object