public class MethodParameters extends Object
Java class for methodParameters complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="methodParameters">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<choice maxOccurs="unbounded" minOccurs="0">
<element name="description" type="{http://www.decision-deck.org/2019/XMCDA-2.2.3}description" minOccurs="0"/>
<element name="approach" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="problematique" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="methodology" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="parameters" type="{http://www.decision-deck.org/2019/XMCDA-2.2.3}parameters" minOccurs="0"/>
<element name="parameter" type="{http://www.decision-deck.org/2019/XMCDA-2.2.3}parameter" minOccurs="0"/>
</choice>
<attGroup ref="{http://www.decision-deck.org/2019/XMCDA-2.2.3}defaultAttributes"/>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected List<JAXBElement<?>> |
descriptionOrApproachOrProblematique |
protected String |
id |
protected String |
mcdaConcept |
protected String |
name |
| Constructor and Description |
|---|
MethodParameters() |
| Modifier and Type | Method and Description |
|---|---|
List<JAXBElement<?>> |
getDescriptionOrApproachOrProblematique()
Gets the value of the descriptionOrApproachOrProblematique 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 |
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 List<JAXBElement<?>> descriptionOrApproachOrProblematique
protected String id
protected String name
protected String mcdaConcept
public List<JAXBElement<?>> getDescriptionOrApproachOrProblematique()
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 descriptionOrApproachOrProblematique property.
For example, to add a new item, do as follows:
getDescriptionOrApproachOrProblematique().add(newItem);
Objects of the following type(s) are allowed in the list
JAXBElement<Description>
JAXBElement<Parameter>
JAXBElement<String>
JAXBElement<String>
JAXBElement<Parameters>
JAXBElement<String>
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.