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.String getCertDate()  
    java.lang.String getCode()  
    java.lang.String getInstallDate()  
    java.lang.String getPrimaryDC()  
    java.lang.String getVnetEnd()  
    java.lang.String getVnetStart()  

    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.XMLStreamException
      SeisFileException
  • 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()