Class Quakeml

java.lang.Object
edu.sc.seis.seisFile.fdsnws.quakeml.Quakeml

public class Quakeml
extends java.lang.Object
  • Constructor Details

    • Quakeml

      public Quakeml​(javax.xml.stream.XMLEventReader reader) throws javax.xml.stream.XMLStreamException, SeisFileException
      Throws:
      javax.xml.stream.XMLStreamException
      SeisFileException
  • Method Details

    • createEmptyQuakeML

      public static Quakeml createEmptyQuakeML()
    • findInternalSchema

      public static java.net.URL findInternalSchema()
    • findInternalBEDSchema

      public static java.net.URL findInternalBEDSchema()
    • printSchema

      public static void printSchema​(java.io.OutputStream out) throws java.io.IOException
      Throws:
      java.io.IOException
    • checkSchemaVersion

      public boolean checkSchemaVersion()
    • close

      public void close()
    • getEventParameters

      public EventParameters getEventParameters()
    • getSchemaVersion

      public java.lang.String getSchemaVersion()
    • setEventParameters

      public void setEventParameters​(EventParameters eventParameters)
    • setQuerier

      public void setQuerier​(FDSNEventQuerier q)
    • setResponse

      public void setResponse​(org.apache.http.client.methods.CloseableHttpResponse response)
    • setSchemaVersion

      public void setSchemaVersion​(java.lang.String schemaVersion)