public class CategoryReference extends Object
Java class for categoryReference complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="categoryReference">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<choice>
<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>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected CategoriesSet |
categoriesSet |
protected String |
categoriesSetID |
protected String |
categoryID |
| Constructor and Description |
|---|
CategoryReference() |
| 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.
|
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.
|
protected String categoryID
protected String categoriesSetID
protected CategoriesSet categoriesSet
public 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
CategoriesSetCopyright © 2013–2021 Sébastien Bigaret, Patrick Meyer. All rights reserved.