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

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

public class Network
extends BaseNodeType


Constructor Summary
Network(javax.xml.stream.XMLEventReader reader)
           
 
Method Summary
 int getSelectedNumStations()
           
 StationIterator getStations()
           
 int getTotalNumStations()
           
 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

Network

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

getStations

public StationIterator getStations()

getTotalNumStations

public int getTotalNumStations()

getSelectedNumStations

public int getSelectedNumStations()

toString

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