public class GenericSensor extends Object
Java class for genericSensor complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="genericSensor">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="Number" type="{http://www.w3.org/2001/XMLSchema}integer"/>
<element name="SensorID" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="Geometry" minOccurs="0">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<choice minOccurs="0">
<element name="x_m" type="{http://www.w3.org/2001/XMLSchema}double"/>
<element name="y_m" type="{http://www.w3.org/2001/XMLSchema}double"/>
<element name="z_m" type="{http://www.w3.org/2001/XMLSchema}double"/>
</choice>
</restriction>
</complexContent>
</complexType>
</element>
<element name="Name" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="Description" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Class and Description |
|---|---|
static class |
GenericSensor.Geometry
Java class for anonymous complex type.
|
| Modifier and Type | Field and Description |
|---|---|
protected String |
description |
protected GenericSensor.Geometry |
geometry |
protected String |
name |
protected BigInteger |
number |
protected String |
sensorID |
| Constructor and Description |
|---|
GenericSensor() |
| Modifier and Type | Method and Description |
|---|---|
String |
getDescription()
Gets the value of the description property.
|
GenericSensor.Geometry |
getGeometry()
Gets the value of the geometry property.
|
String |
getName()
Gets the value of the name property.
|
BigInteger |
getNumber()
Gets the value of the number property.
|
String |
getSensorID()
Gets the value of the sensorID property.
|
void |
setDescription(String value)
Sets the value of the description property.
|
void |
setGeometry(GenericSensor.Geometry value)
Sets the value of the geometry property.
|
void |
setName(String value)
Sets the value of the name property.
|
void |
setNumber(BigInteger value)
Sets the value of the number property.
|
void |
setSensorID(String value)
Sets the value of the sensorID property.
|
protected BigInteger number
protected String sensorID
protected GenericSensor.Geometry geometry
protected String name
protected String description
public BigInteger getNumber()
BigIntegerpublic void setNumber(BigInteger value)
value - allowed object is
BigIntegerpublic String getSensorID()
Stringpublic void setSensorID(String value)
value - allowed object is
Stringpublic GenericSensor.Geometry getGeometry()
GenericSensor.Geometrypublic void setGeometry(GenericSensor.Geometry value)
value - allowed object is
GenericSensor.Geometrypublic String getName()
Stringpublic void setName(String value)
value - allowed object is
Stringpublic String getDescription()
StringCopyright © 2020 Tethys. All rights reserved.