public static class Deployment.Sensors 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="Audio" type="{http://tethys.sdsu.edu/schema/1.0}Audio" maxOccurs="unbounded" minOccurs="0"/>
<element name="Depth" type="{http://tethys.sdsu.edu/schema/1.0}genericSensor" maxOccurs="unbounded" minOccurs="0"/>
<element name="Sensor" type="{http://tethys.sdsu.edu/schema/1.0}unknownSensor" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected List<Audio> |
audio |
protected List<GenericSensor> |
depth |
protected List<UnknownSensor> |
sensor |
| Constructor and Description |
|---|
Sensors() |
| Modifier and Type | Method and Description |
|---|---|
List<Audio> |
getAudio()
Gets the value of the audio property.
|
List<GenericSensor> |
getDepth()
Gets the value of the depth property.
|
List<UnknownSensor> |
getSensor()
Gets the value of the sensor property.
|
protected List<GenericSensor> depth
protected List<UnknownSensor> sensor
public List<Audio> getAudio()
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 audio property.
For example, to add a new item, do as follows:
getAudio().add(newItem);
Objects of the following type(s) are allowed in the list
Audio
public List<GenericSensor> getDepth()
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 depth property.
For example, to add a new item, do as follows:
getDepth().add(newItem);
Objects of the following type(s) are allowed in the list
GenericSensor
public List<UnknownSensor> getSensor()
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 sensor property.
For example, to add a new item, do as follows:
getSensor().add(newItem);
Objects of the following type(s) are allowed in the list
UnknownSensor
Copyright © 2024 Tethys. All rights reserved.