public class UnknownSensor extends GenericSensor
Java class for unknownSensor complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="unknownSensor">
<complexContent>
<extension base="{http://tethys.sdsu.edu/schema/1.0}genericSensor">
<sequence>
<element name="Type" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="Properties">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<any processContents='skip' namespace='http://tethys.sdsu.edu/schema/1.0' maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
</element>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Class and Description |
|---|---|
static class |
UnknownSensor.Properties
Java class for anonymous complex type.
|
| Modifier and Type | Field and Description |
|---|---|
protected UnknownSensor.Properties |
properties |
protected String |
type |
description, geometry, name, number, sensorId| Constructor and Description |
|---|
UnknownSensor() |
| Modifier and Type | Method and Description |
|---|---|
UnknownSensor.Properties |
getProperties()
Gets the value of the properties property.
|
String |
getType()
Gets the value of the type property.
|
void |
setProperties(UnknownSensor.Properties value)
Sets the value of the properties property.
|
void |
setType(String value)
Sets the value of the type property.
|
getDescription, getGeometry, getName, getNumber, getSensorId, setDescription, setGeometry, setName, setNumber, setSensorIdprotected String type
protected UnknownSensor.Properties properties
public String getType()
Stringpublic void setType(String value)
value - allowed object is
Stringpublic UnknownSensor.Properties getProperties()
UnknownSensor.Propertiespublic void setProperties(UnknownSensor.Properties value)
value - allowed object is
UnknownSensor.PropertiesCopyright © 2024 Tethys. All rights reserved.