public static class Detection.Parameters.Tonal 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="Offset_s">
<simpleType>
<list itemType="{http://www.w3.org/2001/XMLSchema}double" />
</simpleType>
</element>
<element name="Hz">
<simpleType>
<list itemType="{http://www.w3.org/2001/XMLSchema}double" />
</simpleType>
</element>
<element name="dB" minOccurs="0">
<simpleType>
<list itemType="{http://www.w3.org/2001/XMLSchema}double" />
</simpleType>
</element>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected List<Double> |
db |
protected List<Double> |
hz |
protected List<Double> |
offsetS |
| Constructor and Description |
|---|
Tonal() |
| Modifier and Type | Method and Description |
|---|---|
List<Double> |
getDB()
Gets the value of the db property.
|
List<Double> |
getHz()
Gets the value of the hz property.
|
List<Double> |
getOffsetS()
Gets the value of the offsetS property.
|
public List<Double> getOffsetS()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the offsetS property.
For example, to add a new item, do as follows:
getOffsetS().add(newItem);
Objects of the following type(s) are allowed in the list
Double
public List<Double> getHz()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the hz property.
For example, to add a new item, do as follows:
getHz().add(newItem);
Objects of the following type(s) are allowed in the list
Double
public List<Double> getDB()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the db property.
For example, to add a new item, do as follows:
getDB().add(newItem);
Objects of the following type(s) are allowed in the list
Double
Copyright © 2024 Tethys. All rights reserved.