public class CategoryContent extends Object
Java class for categoryContent complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="categoryContent">
<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"/>
<choice>
<element name="alternativesSet" type="{http://www.decision-deck.org/2019/XMCDA-2.2.3}alternativesSet"/>
<element name="alternativesSetID" type="{http://www.w3.org/2001/XMLSchema}string"/>
</choice>
</sequence>
<attGroup ref="{http://www.decision-deck.org/2019/XMCDA-2.2.3}defaultAttributes"/>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected AlternativesSet |
alternativesSet |
protected String |
alternativesSetID |
protected String |
categoryID |
protected Description |
description |
protected String |
id |
protected String |
mcdaConcept |
protected String |
name |
| Constructor and Description |
|---|
CategoryContent() |
| Modifier and Type | Method and Description |
|---|---|
AlternativesSet |
getAlternativesSet()
Gets the value of the alternativesSet property.
|
String |
getAlternativesSetID()
Gets the value of the alternativesSetID property.
|
String |
getCategoryID()
Gets the value of the categoryID property.
|
Description |
getDescription()
Gets the value of the description property.
|
String |
getId()
Gets the value of the id property.
|
String |
getMcdaConcept()
Gets the value of the mcdaConcept property.
|
String |
getName()
Gets the value of the name property.
|
void |
setAlternativesSet(AlternativesSet value)
Sets the value of the alternativesSet property.
|
void |
setAlternativesSetID(String value)
Sets the value of the alternativesSetID property.
|
void |
setCategoryID(String value)
Sets the value of the categoryID property.
|
void |
setDescription(Description value)
Sets the value of the description property.
|
void |
setId(String value)
Sets the value of the id property.
|
void |
setMcdaConcept(String value)
Sets the value of the mcdaConcept property.
|
void |
setName(String value)
Sets the value of the name property.
|
protected Description description
protected String categoryID
protected AlternativesSet alternativesSet
protected String alternativesSetID
protected String id
protected String name
protected String mcdaConcept
public Description getDescription()
Descriptionpublic void setDescription(Description value)
value - allowed object is
Descriptionpublic String getCategoryID()
Stringpublic void setCategoryID(String value)
value - allowed object is
Stringpublic AlternativesSet getAlternativesSet()
AlternativesSetpublic void setAlternativesSet(AlternativesSet value)
value - allowed object is
AlternativesSetpublic String getAlternativesSetID()
Stringpublic void setAlternativesSetID(String value)
value - allowed object is
Stringpublic 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.