public class Description extends Object
Java class for description complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="description">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="title" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="subTitle" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="subSubTitle" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<choice maxOccurs="unbounded" minOccurs="0">
<element name="user" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="author" type="{http://www.w3.org/2001/XMLSchema}string" maxOccurs="unbounded" minOccurs="0"/>
<element name="version" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="creationDate" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
<element name="lastModificationDate" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
<element name="shortName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="comment" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="abstract" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="keywords" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="bibliography" type="{http://www.decision-deck.org/2019/XMCDA-2.2.3}bibliography" minOccurs="0"/>
<element name="stakeholders" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
</choice>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
subSubTitle |
protected String |
subTitle |
protected String |
title |
protected List<JAXBElement<?>> |
userOrAuthorOrVersion |
| Constructor and Description |
|---|
Description() |
| Modifier and Type | Method and Description |
|---|---|
String |
getSubSubTitle()
Gets the value of the subSubTitle property.
|
String |
getSubTitle()
Gets the value of the subTitle property.
|
String |
getTitle()
Gets the value of the title property.
|
List<JAXBElement<?>> |
getUserOrAuthorOrVersion()
Gets the value of the userOrAuthorOrVersion property.
|
void |
setSubSubTitle(String value)
Sets the value of the subSubTitle property.
|
void |
setSubTitle(String value)
Sets the value of the subTitle property.
|
void |
setTitle(String value)
Sets the value of the title property.
|
protected String title
protected String subTitle
protected String subSubTitle
protected List<JAXBElement<?>> userOrAuthorOrVersion
public String getTitle()
Stringpublic void setTitle(String value)
value - allowed object is
Stringpublic String getSubTitle()
Stringpublic void setSubTitle(String value)
value - allowed object is
Stringpublic String getSubSubTitle()
Stringpublic void setSubSubTitle(String value)
value - allowed object is
Stringpublic List<JAXBElement<?>> getUserOrAuthorOrVersion()
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 userOrAuthorOrVersion property.
For example, to add a new item, do as follows:
getUserOrAuthorOrVersion().add(newItem);
Objects of the following type(s) are allowed in the list
JAXBElement<String>
JAXBElement<XMLGregorianCalendar>
JAXBElement<String>
JAXBElement<String>
JAXBElement<String>
JAXBElement<String>
JAXBElement<String>
JAXBElement<String>
JAXBElement<XMLGregorianCalendar>
JAXBElement<String>
JAXBElement<Bibliography>
Copyright © 2013–2021 Sébastien Bigaret, Patrick Meyer. All rights reserved.