public class Audio extends GenericSensor
Java class for Audio complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Audio"> <complexContent> <extension base="{http://tethys.sdsu.edu/schema/1.0}genericSensor"> <sequence minOccurs="0"> <element name="HydrophoneID" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="PreampID" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> </sequence> </extension> </complexContent> </complexType>
GenericSensor.Geometry
Modifier and Type | Field and Description |
---|---|
protected String |
hydrophoneID |
protected String |
preampID |
description, geometry, name, number, sensorID
Constructor and Description |
---|
Audio() |
Modifier and Type | Method and Description |
---|---|
String |
getHydrophoneID()
Gets the value of the hydrophoneID property.
|
String |
getPreampID()
Gets the value of the preampID property.
|
void |
setHydrophoneID(String value)
Sets the value of the hydrophoneID property.
|
void |
setPreampID(String value)
Sets the value of the preampID property.
|
getDescription, getGeometry, getName, getNumber, getSensorID, setDescription, setGeometry, setName, setNumber, setSensorID
public String getHydrophoneID()
String
public void setHydrophoneID(String value)
value
- allowed object is
String
public String getPreampID()
String
Copyright © 2020 Tethys. All rights reserved.