public class Quakeml
extends java.lang.Object
Constructor and Description |
---|
Quakeml(javax.xml.stream.XMLEventReader reader) |
Modifier and Type | Method and Description |
---|---|
boolean |
checkSchemaVersion() |
void |
close() |
static Quakeml |
createEmptyQuakeML() |
static java.net.URL |
findInternalBEDSchema() |
static java.net.URL |
findInternalSchema() |
EventParameters |
getEventParameters() |
java.lang.String |
getSchemaVersion() |
static void |
printSchema(java.io.OutputStream out) |
void |
setEventParameters(EventParameters eventParameters) |
void |
setQuerier(FDSNEventQuerier q) |
void |
setResponse(org.apache.http.client.methods.CloseableHttpResponse response) |
void |
setSchemaVersion(java.lang.String schemaVersion) |
public Quakeml(javax.xml.stream.XMLEventReader reader) throws javax.xml.stream.XMLStreamException, SeisFileException
javax.xml.stream.XMLStreamException
SeisFileException
public static Quakeml createEmptyQuakeML()
public static java.net.URL findInternalSchema()
public static java.net.URL findInternalBEDSchema()
public static void printSchema(java.io.OutputStream out) throws java.io.IOException
java.io.IOException
public boolean checkSchemaVersion()
public void close()
public EventParameters getEventParameters()
public java.lang.String getSchemaVersion()
public void setEventParameters(EventParameters eventParameters)
public void setQuerier(FDSNEventQuerier q)
public void setResponse(org.apache.http.client.methods.CloseableHttpResponse response)
public void setSchemaVersion(java.lang.String schemaVersion)