Class PreAmplifier
java.lang.Object
edu.sc.seis.seisFile.fdsnws.stationxml.Equipment
edu.sc.seis.seisFile.fdsnws.stationxml.PreAmplifier
@Deprecated public class PreAmplifier 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 PreAmplifier(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, setVendorMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
PreAmplifier
public PreAmplifier(javax.xml.stream.XMLEventReader reader) throws javax.xml.stream.XMLStreamException, StationXMLExceptionDeprecated.- Throws:
javax.xml.stream.XMLStreamExceptionStationXMLException
-