public class RankedLabel extends Object
Java class for rankedLabel complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="rankedLabel">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<all>
<element name="description" type="{http://www.decision-deck.org/2019/XMCDA-2.2.3}description" minOccurs="0"/>
<element name="label" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="rank" type="{http://www.w3.org/2001/XMLSchema}integer"/>
</all>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected Description |
description |
protected String |
label |
protected BigInteger |
rank |
| Constructor and Description |
|---|
RankedLabel() |
| Modifier and Type | Method and Description |
|---|---|
Description |
getDescription()
Gets the value of the description property.
|
String |
getLabel()
Gets the value of the label property.
|
BigInteger |
getRank()
Gets the value of the rank property.
|
void |
setDescription(Description value)
Sets the value of the description property.
|
void |
setLabel(String value)
Sets the value of the label property.
|
void |
setRank(BigInteger value)
Sets the value of the rank property.
|
protected Description description
protected String label
protected BigInteger rank
public Description getDescription()
Descriptionpublic void setDescription(Description value)
value - allowed object is
Descriptionpublic String getLabel()
Stringpublic void setLabel(String value)
value - allowed object is
Stringpublic BigInteger getRank()
BigIntegerpublic void setRank(BigInteger value)
value - allowed object is
BigIntegerCopyright © 2013–2021 Sébastien Bigaret, Patrick Meyer. All rights reserved.