public class CategoryProfile extends Object
Java class for categoryProfile complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="categoryProfile">
<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="alternativeID" type="{http://www.w3.org/2001/XMLSchema}string"/>
<choice>
<element name="central">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="categoryID" type="{http://www.w3.org/2001/XMLSchema}string"/>
<choice maxOccurs="unbounded" minOccurs="0">
<element name="value" type="{http://www.decision-deck.org/2019/XMCDA-2.2.3}value"/>
<element name="values" type="{http://www.decision-deck.org/2019/XMCDA-2.2.3}values"/>
</choice>
</sequence>
</restriction>
</complexContent>
</complexType>
</element>
<element name="limits">
<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>
</element>
</choice>
<choice maxOccurs="unbounded" minOccurs="0">
<element name="value" type="{http://www.decision-deck.org/2019/XMCDA-2.2.3}value"/>
<element name="values" type="{http://www.decision-deck.org/2019/XMCDA-2.2.3}values"/>
</choice>
</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 |
CategoryProfile.Central
Java class for anonymous complex type.
|
static class |
CategoryProfile.Limits
Java class for anonymous complex type.
|
| Modifier and Type | Field and Description |
|---|---|
protected String |
alternativeID |
protected CategoryProfile.Central |
central |
protected Description |
description |
protected String |
id |
protected CategoryProfile.Limits |
limits |
protected String |
mcdaConcept |
protected String |
name |
protected List<Object> |
valueOrValues |
| Constructor and Description |
|---|
CategoryProfile() |
| Modifier and Type | Method and Description |
|---|---|
String |
getAlternativeID()
Gets the value of the alternativeID property.
|
CategoryProfile.Central |
getCentral()
Gets the value of the central property.
|
Description |
getDescription()
Gets the value of the description property.
|
String |
getId()
Gets the value of the id property.
|
CategoryProfile.Limits |
getLimits()
Gets the value of the limits property.
|
String |
getMcdaConcept()
Gets the value of the mcdaConcept property.
|
String |
getName()
Gets the value of the name property.
|
List<Object> |
getValueOrValues()
Gets the value of the valueOrValues property.
|
void |
setAlternativeID(String value)
Sets the value of the alternativeID property.
|
void |
setCentral(CategoryProfile.Central value)
Sets the value of the central property.
|
void |
setDescription(Description value)
Sets the value of the description property.
|
void |
setId(String value)
Sets the value of the id property.
|
void |
setLimits(CategoryProfile.Limits value)
Sets the value of the limits 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 alternativeID
protected CategoryProfile.Central central
protected CategoryProfile.Limits limits
protected String id
protected String name
protected String mcdaConcept
public Description getDescription()
Descriptionpublic void setDescription(Description value)
value - allowed object is
Descriptionpublic String getAlternativeID()
Stringpublic void setAlternativeID(String value)
value - allowed object is
Stringpublic CategoryProfile.Central getCentral()
CategoryProfile.Centralpublic void setCentral(CategoryProfile.Central value)
value - allowed object is
CategoryProfile.Centralpublic CategoryProfile.Limits getLimits()
CategoryProfile.Limitspublic void setLimits(CategoryProfile.Limits value)
value - allowed object is
CategoryProfile.Limitspublic List<Object> getValueOrValues()
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 valueOrValues property.
For example, to add a new item, do as follows:
getValueOrValues().add(newItem);
Objects of the following type(s) are allowed in the list
Value
Values
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.