Class Network
java.lang.Object
edu.sc.seis.seisFile.fdsnws.stationxml.BaseNodeType
edu.sc.seis.seisFile.fdsnws.stationxml.Network
public class Network extends BaseNodeType
-
Constructor Summary
Constructors Constructor Description Network(javax.xml.stream.XMLEventReader reader)
-
Method Summary
Modifier and Type Method Description int
getSelectedNumStations()
StationIterator
getStations()
int
getTotalNumStations()
java.lang.String
toString()
Methods inherited from class edu.sc.seis.seisFile.fdsnws.stationxml.BaseNodeType
getAlternateCode, getCode, getCommentList, getDataAvailability, getDescription, getEndDate, getHistoricalCode, getRestrictedStatus, getStartDate
-
Constructor Details
-
Network
public Network(javax.xml.stream.XMLEventReader reader) throws javax.xml.stream.XMLStreamException, StationXMLException- Throws:
javax.xml.stream.XMLStreamException
StationXMLException
-
-
Method Details
-
getStations
-
getTotalNumStations
public int getTotalNumStations() -
getSelectedNumStations
public int getSelectedNumStations() -
toString
public java.lang.String toString()- Overrides:
toString
in classjava.lang.Object
-