public class Range
extends java.lang.Object
Java class for Range complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Range">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element ref="{http://standards.ieee.org/downloads/11073/11073-10207-2017/extension}Extension" minOccurs="0"/>
</sequence>
<attribute name="Lower" type="{http://www.w3.org/2001/XMLSchema}decimal" />
<attribute name="Upper" type="{http://www.w3.org/2001/XMLSchema}decimal" />
<attribute name="StepWidth" type="{http://www.w3.org/2001/XMLSchema}decimal" />
<attribute name="RelativeAccuracy" type="{http://www.w3.org/2001/XMLSchema}decimal" />
<attribute name="AbsoluteAccuracy" type="{http://www.w3.org/2001/XMLSchema}decimal" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected java.math.BigDecimal |
absoluteAccuracy |
protected ExtensionType |
extension |
protected java.math.BigDecimal |
lower |
protected java.math.BigDecimal |
relativeAccuracy |
protected java.math.BigDecimal |
stepWidth |
protected java.math.BigDecimal |
upper |
| Constructor and Description |
|---|
Range() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object that) |
java.math.BigDecimal |
getAbsoluteAccuracy()
Gets the value of the absoluteAccuracy property.
|
ExtensionType |
getExtension()
Gets the value of the extension property.
|
java.math.BigDecimal |
getLower()
Gets the value of the lower property.
|
java.math.BigDecimal |
getRelativeAccuracy()
Gets the value of the relativeAccuracy property.
|
java.math.BigDecimal |
getStepWidth()
Gets the value of the stepWidth property.
|
java.math.BigDecimal |
getUpper()
Gets the value of the upper property.
|
int |
hashCode() |
void |
setAbsoluteAccuracy(java.math.BigDecimal value)
Sets the value of the absoluteAccuracy property.
|
void |
setExtension(ExtensionType value)
Sets the value of the extension property.
|
void |
setLower(java.math.BigDecimal value)
Sets the value of the lower property.
|
void |
setRelativeAccuracy(java.math.BigDecimal value)
Sets the value of the relativeAccuracy property.
|
void |
setStepWidth(java.math.BigDecimal value)
Sets the value of the stepWidth property.
|
void |
setUpper(java.math.BigDecimal value)
Sets the value of the upper property.
|
java.lang.String |
toString() |
protected ExtensionType extension
protected java.math.BigDecimal lower
protected java.math.BigDecimal upper
protected java.math.BigDecimal stepWidth
protected java.math.BigDecimal relativeAccuracy
protected java.math.BigDecimal absoluteAccuracy
public ExtensionType getExtension()
ExtensionTypepublic void setExtension(ExtensionType value)
value - allowed object is
ExtensionTypepublic java.math.BigDecimal getLower()
BigDecimalpublic void setLower(java.math.BigDecimal value)
value - allowed object is
BigDecimalpublic java.math.BigDecimal getUpper()
BigDecimalpublic void setUpper(java.math.BigDecimal value)
value - allowed object is
BigDecimalpublic java.math.BigDecimal getStepWidth()
BigDecimalpublic void setStepWidth(java.math.BigDecimal value)
value - allowed object is
BigDecimalpublic java.math.BigDecimal getRelativeAccuracy()
BigDecimalpublic void setRelativeAccuracy(java.math.BigDecimal value)
value - allowed object is
BigDecimalpublic java.math.BigDecimal getAbsoluteAccuracy()
BigDecimalpublic void setAbsoluteAccuracy(java.math.BigDecimal value)
value - allowed object is
BigDecimalpublic java.lang.String toString()
toString in class java.lang.Objectpublic boolean equals(java.lang.Object that)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Object