public static class CategoryProfile.Limits extends Object
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="lowerCategory" type="{http://www.decision-deck.org/2019/XMCDA-2.2.3}categoryProfileBound" minOccurs="0"/>
<element name="upperCategory" type="{http://www.decision-deck.org/2019/XMCDA-2.2.3}categoryProfileBound" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected CategoryProfileBound |
lowerCategory |
protected CategoryProfileBound |
upperCategory |
| Constructor and Description |
|---|
Limits() |
| Modifier and Type | Method and Description |
|---|---|
CategoryProfileBound |
getLowerCategory()
Gets the value of the lowerCategory property.
|
CategoryProfileBound |
getUpperCategory()
Gets the value of the upperCategory property.
|
void |
setLowerCategory(CategoryProfileBound value)
Sets the value of the lowerCategory property.
|
void |
setUpperCategory(CategoryProfileBound value)
Sets the value of the upperCategory property.
|
protected CategoryProfileBound lowerCategory
protected CategoryProfileBound upperCategory
public CategoryProfileBound getLowerCategory()
CategoryProfileBoundpublic void setLowerCategory(CategoryProfileBound value)
value - allowed object is
CategoryProfileBoundpublic CategoryProfileBound getUpperCategory()
CategoryProfileBoundpublic void setUpperCategory(CategoryProfileBound value)
value - allowed object is
CategoryProfileBoundCopyright © 2013–2021 Sébastien Bigaret, Patrick Meyer. All rights reserved.