public class CategoriesIntervalBound extends Object
Java class for categoriesIntervalBound complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="categoriesIntervalBound">
<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="categoryID" type="{http://www.w3.org/2001/XMLSchema}string"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
categoryID |
protected Description |
description |
| Constructor and Description |
|---|
CategoriesIntervalBound() |
| Modifier and Type | Method and Description |
|---|---|
String |
getCategoryID()
Gets the value of the categoryID property.
|
Description |
getDescription()
Gets the value of the description property.
|
void |
setCategoryID(String value)
Sets the value of the categoryID property.
|
void |
setDescription(Description value)
Sets the value of the description property.
|
protected Description description
protected String categoryID
public Description getDescription()
Descriptionpublic void setDescription(Description value)
value - allowed object is
Descriptionpublic String getCategoryID()
StringCopyright © 2013–2021 Sébastien Bigaret, Patrick Meyer. All rights reserved.