public class ProjectReference extends Description
Java class for projectReference complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="projectReference">
<complexContent>
<extension base="{http://www.decision-deck.org/2019/XMCDA-2.2.3}description">
<attGroup ref="{http://www.decision-deck.org/2019/XMCDA-2.2.3}defaultAttributes"/>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
id |
protected String |
mcdaConcept |
protected String |
name |
subSubTitle, subTitle, title, userOrAuthorOrVersion| Constructor and Description |
|---|
ProjectReference() |
| Modifier and Type | Method and Description |
|---|---|
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.
|
getSubSubTitle, getSubTitle, getTitle, getUserOrAuthorOrVersion, setSubSubTitle, setSubTitle, setTitleprotected String id
protected String name
protected String mcdaConcept
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.