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

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

public class Station
extends BaseNodeType


Constructor Summary
Station(javax.xml.stream.XMLEventReader reader, java.lang.String networkCode)
           
 
Method Summary
 java.util.List<Channel> getChannelList()
           
 java.lang.String getCreationDate()
           
 FloatType getElevation()
           
 java.util.List<Equipment> getEquipmentList()
           
 java.util.List<java.lang.String> getExternalReferenceList()
           
 java.lang.String getGeology()
           
 FloatType getLatitude()
           
 FloatType getLongitude()
           
 java.lang.String getName()
           
 java.lang.String getNetworkCode()
           
 int getSelectedNumChannels()
           
 Site getSite()
           
 java.lang.String getTerminationDate()
           
 int getTotalNumChannels()
           
 java.lang.String getVault()
           
 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

Station

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

getCreationDate

public java.lang.String getCreationDate()

getLatitude

public FloatType getLatitude()

getLongitude

public FloatType getLongitude()

getElevation

public FloatType getElevation()

getName

public java.lang.String getName()

getSite

public Site getSite()

getTotalNumChannels

public int getTotalNumChannels()

getSelectedNumChannels

public int getSelectedNumChannels()

getChannelList

public java.util.List<Channel> getChannelList()

getTerminationDate

public java.lang.String getTerminationDate()

getVault

public java.lang.String getVault()

getGeology

public java.lang.String getGeology()

getNetworkCode

public java.lang.String getNetworkCode()

getEquipmentList

public java.util.List<Equipment> getEquipmentList()

getExternalReferenceList

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

toString

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