public static class AcousticDataQAType.Quality.FrequencyRange extends Object
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="Low_Hz" type="{http://www.w3.org/2001/XMLSchema}double"/>
<element name="High_Hz" type="{http://www.w3.org/2001/XMLSchema}double"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected double |
highHz |
protected double |
lowHz |
| Constructor and Description |
|---|
FrequencyRange() |
| Modifier and Type | Method and Description |
|---|---|
double |
getHighHz()
Gets the value of the highHz property.
|
double |
getLowHz()
Gets the value of the lowHz property.
|
void |
setHighHz(double value)
Sets the value of the highHz property.
|
void |
setLowHz(double value)
Sets the value of the lowHz property.
|
public double getLowHz()
public void setLowHz(double value)
public double getHighHz()
public void setHighHz(double value)
Copyright © 2024 Tethys. All rights reserved.