public class AttributeValue extends Object
Java class for attributeValue complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="attributeValue">
<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="attributeID" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="attributesSetID" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="attributesSet" type="{http://www.decision-deck.org/2019/XMCDA-2.2.3}attributesSet"/>
</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 | Field and Description |
|---|---|
protected String |
attributeID |
protected AttributesSet |
attributesSet |
protected String |
attributesSetID |
protected Description |
description |
protected String |
id |
protected String |
mcdaConcept |
protected String |
name |
protected List<Object> |
valueOrValues |
| Constructor and Description |
|---|
AttributeValue() |
| Modifier and Type | Method and Description |
|---|---|
String |
getAttributeID()
Gets the value of the attributeID property.
|
AttributesSet |
getAttributesSet()
Gets the value of the attributesSet property.
|
String |
getAttributesSetID()
Gets the value of the attributesSetID 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.
|
List<Object> |
getValueOrValues()
Gets the value of the valueOrValues property.
|
void |
setAttributeID(String value)
Sets the value of the attributeID property.
|
void |
setAttributesSet(AttributesSet value)
Sets the value of the attributesSet property.
|
void |
setAttributesSetID(String value)
Sets the value of the attributesSetID 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 attributeID
protected String attributesSetID
protected AttributesSet attributesSet
protected String id
protected String name
protected String mcdaConcept
public Description getDescription()
Descriptionpublic void setDescription(Description value)
value - allowed object is
Descriptionpublic String getAttributeID()
Stringpublic void setAttributeID(String value)
value - allowed object is
Stringpublic String getAttributesSetID()
Stringpublic void setAttributesSetID(String value)
value - allowed object is
Stringpublic AttributesSet getAttributesSet()
AttributesSetpublic void setAttributesSet(AttributesSet value)
value - allowed object is
AttributesSetpublic 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.