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()
String
public void setModel(String value)
value
- allowed object is
String
public String getSubstance()
String
public void setSubstance(String value)
value
- allowed object is
String
public Double getMagnitude()
Double
public void setMagnitude(Double value)
value
- allowed object is
Double
public Double getTimeStamp()
Double
public void setTimeStamp(Double value)
value
- allowed object is
Double
public String getDescription()
String
public void setDescription(String value)
value
- allowed object is
String