public static class CategoriesMatrix.Row 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="description" type="{http://www.decision-deck.org/2019/XMCDA-2.2.3}description" minOccurs="0"/>
<choice minOccurs="0">
<element name="categoryID" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="categoriesSetID" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="categoriesSet" type="{http://www.decision-deck.org/2019/XMCDA-2.2.3}categoriesSet"/>
</choice>
<element name="column" maxOccurs="unbounded">
<complexType>
<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"/>
<choice minOccurs="0">
<element name="categoryID" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="categoriesSetID" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="categoriesSet" type="{http://www.decision-deck.org/2019/XMCDA-2.2.3}categoriesSet"/>
</choice>
<element name="value" type="{http://www.decision-deck.org/2019/XMCDA-2.2.3}value" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
</element>
</sequence>
<attGroup ref="{http://www.decision-deck.org/2019/XMCDA-2.2.3}defaultAttributes"/>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Class and Description |
|---|---|
static class |
CategoriesMatrix.Row.Column
Java class for anonymous complex type.
|
| Modifier and Type | Field and Description |
|---|---|
protected CategoriesSet |
categoriesSet |
protected String |
categoriesSetID |
protected String |
categoryID |
protected List<CategoriesMatrix.Row.Column> |
column |
protected Description |
description |
protected String |
id |
protected String |
mcdaConcept |
protected String |
name |
| Constructor and Description |
|---|
Row() |
| Modifier and Type | Method and Description |
|---|---|
CategoriesSet |
getCategoriesSet()
Gets the value of the categoriesSet property.
|
String |
getCategoriesSetID()
Gets the value of the categoriesSetID property.
|
String |
getCategoryID()
Gets the value of the categoryID property.
|
List<CategoriesMatrix.Row.Column> |
getColumn()
Gets the value of the column 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 |
setCategoriesSet(CategoriesSet value)
Sets the value of the categoriesSet property.
|
void |
setCategoriesSetID(String value)
Sets the value of the categoriesSetID 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 String categoriesSetID
protected CategoriesSet categoriesSet
protected List<CategoriesMatrix.Row.Column> column
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 String getCategoriesSetID()
Stringpublic void setCategoriesSetID(String value)
value - allowed object is
Stringpublic CategoriesSet getCategoriesSet()
CategoriesSetpublic void setCategoriesSet(CategoriesSet value)
value - allowed object is
CategoriesSetpublic List<CategoriesMatrix.Row.Column> getColumn()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the column property.
For example, to add a new item, do as follows:
getColumn().add(newItem);
Objects of the following type(s) are allowed in the list
CategoriesMatrix.Row.Column
public 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.