public static class SensorElementType.ChemicalBiologicalRadiologicalDetection 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">
<attGroup ref="{}CommonAttributes"/>
<attribute name="model" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="substance" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="magnitude" type="{http://www.w3.org/2001/XMLSchema}double" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
description |
protected String |
id |
protected Double |
magnitude |
protected String |
model |
protected String |
substance |
protected Double |
timeStamp |
| Constructor and Description |
|---|
ChemicalBiologicalRadiologicalDetection() |
| Modifier and Type | Method and Description |
|---|---|
String |
getDescription()
Gets the value of the description property.
|
String |
getId()
Gets the value of the id property.
|
Double |
getMagnitude()
Gets the value of the magnitude property.
|
String |
getModel()
Gets the value of the model property.
|
String |
getSubstance()
Gets the value of the substance property.
|
Double |
getTimeStamp()
Gets the value of the timeStamp property.
|
void |
setDescription(String value)
Sets the value of the description property.
|
void |
setId(String value)
Sets the value of the id property.
|
void |
setMagnitude(Double value)
Sets the value of the magnitude property.
|
void |
setModel(String value)
Sets the value of the model property.
|
void |
setSubstance(String value)
Sets the value of the substance property.
|
void |
setTimeStamp(Double value)
Sets the value of the timeStamp property.
|
protected String model
protected String substance
protected Double magnitude
protected Double timeStamp
protected String description
protected String id
public ChemicalBiologicalRadiologicalDetection()
public String getModel()
Stringpublic void setModel(String value)
value - allowed object is
Stringpublic String getSubstance()
Stringpublic void setSubstance(String value)
value - allowed object is
Stringpublic Double getMagnitude()
Doublepublic void setMagnitude(Double value)
value - allowed object is
Doublepublic Double getTimeStamp()
Doublepublic void setTimeStamp(Double value)
value - allowed object is
Doublepublic String getDescription()
Stringpublic void setDescription(String value)
value - allowed object is
String