Class Sensor
java.lang.Object
edu.sc.seis.seisFile.fdsnws.stationxml.Equipment
edu.sc.seis.seisFile.fdsnws.stationxml.Sensor
@Deprecated public class Sensor extends Equipment
Deprecated.
-
Field Summary
Fields inherited from class edu.sc.seis.seisFile.fdsnws.stationxml.Equipment
calibrationDate, description, installationDate, manufacturer, model, removalDate, serialNumber, type, vendor
-
Constructor Summary
Constructors Constructor Description Sensor(javax.xml.stream.XMLEventReader reader)
Deprecated. -
Method Summary
Methods inherited from class edu.sc.seis.seisFile.fdsnws.stationxml.Equipment
appendCalibrationDate, getCalibrationDate, getDescription, getInstallationDate, getManufacturer, getModel, getRemovalDate, getResourceId, getSerialNumber, getType, getVendor, setCalibrationDate, setDescription, setInstallationDate, setManufacturer, setModel, setRemovalDate, setResourceId, setSerialNumber, setType, setVendor
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
Sensor
public Sensor(javax.xml.stream.XMLEventReader reader) throws javax.xml.stream.XMLStreamException, StationXMLExceptionDeprecated.- Throws:
javax.xml.stream.XMLStreamException
StationXMLException
-