edu.sc.seis.seisFile.stationxml
Class Channel

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

public class Channel
extends java.lang.Object


Constructor Summary
Channel(javax.xml.stream.XMLEventReader reader)
           
 
Method Summary
 java.lang.String getChanCode()
           
 java.util.List<Epoch> getChanEpochList()
           
 java.lang.String getCreationDate()
           
 java.lang.String getLocCode()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Channel

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

getChanEpochList

public java.util.List<Epoch> getChanEpochList()

getChanCode

public java.lang.String getChanCode()

getLocCode

public java.lang.String getLocCode()

getCreationDate

public java.lang.String getCreationDate()