Class Equipment

java.lang.Object
edu.sc.seis.seisFile.fdsnws.stationxml.Equipment
Direct Known Subclasses:
DataLogger, PreAmplifier, Sensor

public class Equipment extends Object
  • Field Details

    • type

      protected String type
    • description

      protected String description
    • manufacturer

      protected String manufacturer
    • vendor

      protected String vendor
    • model

      protected String model
    • serialNumber

      protected String serialNumber
    • installationDate

      protected String installationDate
    • removalDate

      protected String removalDate
    • calibrationDate

      protected List<String> calibrationDate
  • Constructor Details

  • Method Details

    • getType

      public String getType()
    • getDescription

      public String getDescription()
    • getManufacturer

      public String getManufacturer()
    • getVendor

      public String getVendor()
    • getModel

      public String getModel()
    • getSerialNumber

      public String getSerialNumber()
    • getInstallationDate

      public String getInstallationDate()
    • getRemovalDate

      public String getRemovalDate()
    • getCalibrationDate

      public List<String> getCalibrationDate()
    • getResourceId

      public String getResourceId()
    • setResourceId

      public void setResourceId(String resourceId)
    • setType

      public void setType(String type)
    • setDescription

      public void setDescription(String description)
    • setManufacturer

      public void setManufacturer(String manufacturer)
    • setVendor

      public void setVendor(String vendor)
    • setModel

      public void setModel(String model)
    • setSerialNumber

      public void setSerialNumber(String serialNumber)
    • setInstallationDate

      public void setInstallationDate(String installationDate)
    • setRemovalDate

      public void setRemovalDate(String removalDate)
    • setCalibrationDate

      public void setCalibrationDate(List<String> calibrationDate)
    • appendCalibrationDate

      public void appendCalibrationDate(String o)