public class Interval extends Object
Java class for interval complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="interval">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="description" type="{http://www.decision-deck.org/2019/XMCDA-2.2.3}description" minOccurs="0"/>
<element name="lowerBound" type="{http://www.decision-deck.org/2019/XMCDA-2.2.3}value" minOccurs="0"/>
<element name="upperBound" type="{http://www.decision-deck.org/2019/XMCDA-2.2.3}value" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected Description |
description |
protected Value |
lowerBound |
protected Value |
upperBound |
| Constructor and Description |
|---|
Interval() |
| Modifier and Type | Method and Description |
|---|---|
Description |
getDescription()
Gets the value of the description property.
|
Value |
getLowerBound()
Gets the value of the lowerBound property.
|
Value |
getUpperBound()
Gets the value of the upperBound property.
|
void |
setDescription(Description value)
Sets the value of the description property.
|
void |
setLowerBound(Value value)
Sets the value of the lowerBound property.
|
void |
setUpperBound(Value value)
Sets the value of the upperBound property.
|
protected Description description
protected Value lowerBound
protected Value upperBound
public Description getDescription()
Descriptionpublic void setDescription(Description value)
value - allowed object is
Descriptionpublic Value getLowerBound()
Valuepublic void setLowerBound(Value value)
value - allowed object is
Valuepublic Value getUpperBound()
ValueCopyright © 2013–2021 Sébastien Bigaret, Patrick Meyer. All rights reserved.