public class CategoriesInterval extends Object
Java class for categoriesInterval complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="categoriesInterval">
<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}categoriesIntervalBound" minOccurs="0"/>
<element name="upperBound" type="{http://www.decision-deck.org/2019/XMCDA-2.2.3}categoriesIntervalBound" minOccurs="0"/>
</sequence>
<attGroup ref="{http://www.decision-deck.org/2019/XMCDA-2.2.3}defaultAttributes"/>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected Description |
description |
protected String |
id |
protected CategoriesIntervalBound |
lowerBound |
protected String |
mcdaConcept |
protected String |
name |
protected CategoriesIntervalBound |
upperBound |
| Constructor and Description |
|---|
CategoriesInterval() |
| Modifier and Type | Method and Description |
|---|---|
Description |
getDescription()
Gets the value of the description property.
|
String |
getId()
Gets the value of the id property.
|
CategoriesIntervalBound |
getLowerBound()
Gets the value of the lowerBound property.
|
String |
getMcdaConcept()
Gets the value of the mcdaConcept property.
|
String |
getName()
Gets the value of the name property.
|
CategoriesIntervalBound |
getUpperBound()
Gets the value of the upperBound property.
|
void |
setDescription(Description value)
Sets the value of the description property.
|
void |
setId(String value)
Sets the value of the id property.
|
void |
setLowerBound(CategoriesIntervalBound value)
Sets the value of the lowerBound property.
|
void |
setMcdaConcept(String value)
Sets the value of the mcdaConcept property.
|
void |
setName(String value)
Sets the value of the name property.
|
void |
setUpperBound(CategoriesIntervalBound value)
Sets the value of the upperBound property.
|
protected Description description
protected CategoriesIntervalBound lowerBound
protected CategoriesIntervalBound upperBound
protected String id
protected String name
protected String mcdaConcept
public Description getDescription()
Descriptionpublic void setDescription(Description value)
value - allowed object is
Descriptionpublic CategoriesIntervalBound getLowerBound()
CategoriesIntervalBoundpublic void setLowerBound(CategoriesIntervalBound value)
value - allowed object is
CategoriesIntervalBoundpublic CategoriesIntervalBound getUpperBound()
CategoriesIntervalBoundpublic void setUpperBound(CategoriesIntervalBound value)
value - allowed object is
CategoriesIntervalBoundpublic void setId(String value)
value - allowed object is
Stringpublic String getName()
Stringpublic void setName(String value)
value - allowed object is
Stringpublic String getMcdaConcept()
StringCopyright © 2013–2021 Sébastien Bigaret, Patrick Meyer. All rights reserved.