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" type="{http://tethys.sdsu.edu/schema/1.0}GeometryType_m" minOccurs="0"/> <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 | Field and Description |
---|---|
protected String |
description |
protected GeometryTypeM |
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.
|
GeometryTypeM |
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(GeometryTypeM 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 GeometryTypeM geometry
protected String name
protected String description
public BigInteger getNumber()
BigInteger
public void setNumber(BigInteger value)
value
- allowed object is
BigInteger
public String getSensorId()
String
public void setSensorId(String value)
value
- allowed object is
String
public GeometryTypeM getGeometry()
GeometryTypeM
public void setGeometry(GeometryTypeM value)
value
- allowed object is
GeometryTypeM
public String getName()
String
public void setName(String value)
value
- allowed object is
String
public String getDescription()
String
Copyright © 2024 Tethys. All rights reserved.