public class NumericalBlockElementType extends Object
Java class for numericalBlockElementType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="numericalBlockElementType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <attGroup ref="{}CommonAttributes"/> <attribute name="minimum" use="required" type="{}nonNegativeScalarType" /> <attribute name="maximum" use="required" type="{}positiveScalarType" /> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected String |
description |
protected String |
id |
protected double |
maximum |
protected double |
minimum |
protected Double |
timeStamp |
Constructor and Description |
---|
NumericalBlockElementType() |
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 |
getMaximum()
Gets the value of the maximum property.
|
double |
getMinimum()
Gets the value of the minimum 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 |
setMaximum(double value)
Sets the value of the maximum property.
|
void |
setMinimum(double value)
Sets the value of the minimum property.
|
void |
setTimeStamp(Double value)
Sets the value of the timeStamp property.
|
protected double minimum
protected double maximum
protected Double timeStamp
protected String description
protected String id
public double getMinimum()
public void setMinimum(double value)
public double getMaximum()
public void setMaximum(double value)
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