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>
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 © 2024 Tethys. All rights reserved.