public static class DetectionEffortKind.Parameters 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="Subtype" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="FrequencyMeasurements_Hz" 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> |
frequencyMeasurementsHz |
protected String |
subtype |
| Constructor and Description |
|---|
Parameters() |
| Modifier and Type | Method and Description |
|---|---|
List<Double> |
getFrequencyMeasurementsHz()
Gets the value of the frequencyMeasurementsHz property.
|
String |
getSubtype()
Gets the value of the subtype property.
|
void |
setSubtype(String value)
Sets the value of the subtype property.
|
protected String subtype
public String getSubtype()
Stringpublic void setSubtype(String value)
value - allowed object is
Stringpublic List<Double> getFrequencyMeasurementsHz()
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 frequencyMeasurementsHz property.
For example, to add a new item, do as follows:
getFrequencyMeasurementsHz().add(newItem);
Objects of the following type(s) are allowed in the list
Double
Copyright © 2024 Tethys. All rights reserved.