edu.sc.seis.seisFile.stationxml
Class Network

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

public class Network
extends java.lang.Object


Constructor Summary
Network(javax.xml.stream.XMLEventReader reader)
           
 
Method Summary
 java.lang.String getDescription()
           
 java.lang.String getEndDate()
           
 java.lang.String getNetCode()
           
 int getSelectedNumStations()
           
 java.lang.String getStartDate()
           
 StationIterator getStations()
           
 int getTotalNumStations()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Network

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

getNetCode

public java.lang.String getNetCode()

getStartDate

public java.lang.String getStartDate()

getEndDate

public java.lang.String getEndDate()

getDescription

public java.lang.String getDescription()

getStations

public StationIterator getStations()

getTotalNumStations

public int getTotalNumStations()

getSelectedNumStations

public int getSelectedNumStations()