public class Range extends 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://p11073-10207/draft10/ext/2017/10/05}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 BigDecimal |
absoluteAccuracy |
protected ExtensionType |
extension |
protected BigDecimal |
lower |
protected BigDecimal |
relativeAccuracy |
protected BigDecimal |
stepWidth |
protected BigDecimal |
upper |
| Constructor and Description |
|---|
Range() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object that) |
BigDecimal |
getAbsoluteAccuracy()
Gets the value of the absoluteAccuracy property.
|
ExtensionType |
getExtension()
Gets the value of the extension property.
|
BigDecimal |
getLower()
Gets the value of the lower property.
|
BigDecimal |
getRelativeAccuracy()
Gets the value of the relativeAccuracy property.
|
BigDecimal |
getStepWidth()
Gets the value of the stepWidth property.
|
BigDecimal |
getUpper()
Gets the value of the upper property.
|
int |
hashCode() |
void |
setAbsoluteAccuracy(BigDecimal value)
Sets the value of the absoluteAccuracy property.
|
void |
setExtension(ExtensionType value)
Sets the value of the extension property.
|
void |
setLower(BigDecimal value)
Sets the value of the lower property.
|
void |
setRelativeAccuracy(BigDecimal value)
Sets the value of the relativeAccuracy property.
|
void |
setStepWidth(BigDecimal value)
Sets the value of the stepWidth property.
|
void |
setUpper(BigDecimal value)
Sets the value of the upper property.
|
String |
toString() |
protected ExtensionType extension
protected BigDecimal lower
protected BigDecimal upper
protected BigDecimal stepWidth
protected BigDecimal relativeAccuracy
protected BigDecimal absoluteAccuracy
public ExtensionType getExtension()
ExtensionTypepublic void setExtension(ExtensionType value)
value - allowed object is
ExtensionTypepublic BigDecimal getLower()
BigDecimalpublic void setLower(BigDecimal value)
value - allowed object is
BigDecimalpublic BigDecimal getUpper()
BigDecimalpublic void setUpper(BigDecimal value)
value - allowed object is
BigDecimalpublic BigDecimal getStepWidth()
BigDecimalpublic void setStepWidth(BigDecimal value)
value - allowed object is
BigDecimalpublic BigDecimal getRelativeAccuracy()
BigDecimalpublic void setRelativeAccuracy(BigDecimal value)
value - allowed object is
BigDecimalpublic BigDecimal getAbsoluteAccuracy()
BigDecimalpublic void setAbsoluteAccuracy(BigDecimal value)
value - allowed object is
BigDecimalCopyright © 2018. All rights reserved.