public static class Calibration.FrequencyResponse 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="Hz"> <simpleType> <list itemType="{http://www.w3.org/2001/XMLSchema}double" /> </simpleType> </element> <element name="dB"> <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 |
Constructor and Description |
---|
FrequencyResponse() |
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.
|
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.