edu.sc.seis.seisFile.fdsnws.stationxml
Class FDSNStationXML
java.lang.Object
edu.sc.seis.seisFile.fdsnws.stationxml.FDSNStationXML
public class FDSNStationXML
- extends java.lang.Object
Constructor Summary |
FDSNStationXML(javax.xml.stream.XMLEventReader reader)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
FDSNStationXML
public FDSNStationXML(javax.xml.stream.XMLEventReader reader)
throws javax.xml.stream.XMLStreamException,
StationXMLException
- Throws:
javax.xml.stream.XMLStreamException
StationXMLException
getSource
public java.lang.String getSource()
setSource
public void setSource(java.lang.String source)
getSender
public java.lang.String getSender()
setSender
public void setSender(java.lang.String sender)
getModule
public java.lang.String getModule()
setModule
public void setModule(java.lang.String module)
getCreated
public java.lang.String getCreated()
setCreated
public void setCreated(java.lang.String created)
getNetworks
public NetworkIterator getNetworks()
closeReader
public void closeReader()
getXmlSchemaLocation
public java.lang.String getXmlSchemaLocation()
setXmlSchemaLocation
public void setXmlSchemaLocation(java.lang.String xmlns)
getReader
public javax.xml.stream.XMLEventReader getReader()
getModuleUri
public java.lang.String getModuleUri()
getSchemaVersion
public java.lang.String getSchemaVersion()
getLogger
public static org.slf4j.Logger getLogger()
checkSchemaVersion
public boolean checkSchemaVersion()
createEmpty
public static FDSNStationXML createEmpty()
loadSchema
public static java.net.URL loadSchema()