Class VirtualStation
java.lang.Object
edu.sc.seis.seisFile.fdsnws.virtualnet.VirtualStation
public class VirtualStation
extends java.lang.Object
-
Constructor Summary
Constructors Constructor Description VirtualStation(javax.xml.stream.XMLEventReader reader) -
Method Summary
Modifier and Type Method Description java.lang.StringgetCertDate()java.lang.StringgetCode()java.lang.StringgetInstallDate()java.lang.StringgetPrimaryDC()java.lang.StringgetVnetEnd()java.lang.StringgetVnetStart()Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
VirtualStation
public VirtualStation(javax.xml.stream.XMLEventReader reader) throws javax.xml.stream.XMLStreamException, SeisFileException- Throws:
javax.xml.stream.XMLStreamExceptionSeisFileException
-
-
Method Details
-
getCode
public java.lang.String getCode() -
getVnetStart
public java.lang.String getVnetStart() -
getVnetEnd
public java.lang.String getVnetEnd() -
getPrimaryDC
public java.lang.String getPrimaryDC() -
getCertDate
public java.lang.String getCertDate() -
getInstallDate
public java.lang.String getInstallDate()
-