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://extension-point-uri/15/03}Extension" minOccurs="0"/>
</sequence>
<attGroup ref="{http://domain-model-uri/15/04}RangeBounds"/>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected Extension |
extension |
protected BigDecimal |
lower |
protected BigDecimal |
stepWidth |
protected BigDecimal |
upper |
| Constructor and Description |
|---|
Range() |
| Modifier and Type | Method and Description |
|---|---|
Extension |
getExtension()
Gets the value of the extension property.
|
BigDecimal |
getLower()
The including lower bound of the range.
|
BigDecimal |
getStepWidth()
The numerical distance between two values in the range of the given upper and lower bound.
|
BigDecimal |
getUpper()
The including upper bound of the range.
|
void |
setExtension(Extension value)
Sets the value of the extension property.
|
void |
setLower(BigDecimal value)
Sets the value of the lower property.
|
void |
setStepWidth(BigDecimal value)
Sets the value of the stepWidth property.
|
void |
setUpper(BigDecimal value)
Sets the value of the upper property.
|
protected Extension extension
protected BigDecimal lower
protected BigDecimal upper
protected BigDecimal stepWidth
public Extension getExtension()
Extensionpublic void setExtension(Extension value)
value - allowed object is
Extensionpublic 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
BigDecimalCopyright © 2016. All rights reserved.