public static class Resource.Titles extends Object
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="title" maxOccurs="unbounded">
<complexType>
<simpleContent>
<extension base="<http://datacite.org/schema/kernel-4>nonemptycontentStringType">
<attribute name="titleType" type="{http://datacite.org/schema/kernel-4}titleType" />
<attribute ref="{http://www.w3.org/XML/1998/namespace}lang"/>
</extension>
</simpleContent>
</complexType>
</element>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Class and Description |
|---|---|
static class |
Resource.Titles.Title
Java class for anonymous complex type.
|
| Modifier and Type | Field and Description |
|---|---|
protected List<Resource.Titles.Title> |
title |
| Constructor and Description |
|---|
Titles() |
| Modifier and Type | Method and Description |
|---|---|
List<Resource.Titles.Title> |
getTitle()
Gets the value of the title property.
|
protected List<Resource.Titles.Title> title
public List<Resource.Titles.Title> getTitle()
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 title property.
For example, to add a new item, do as follows:
getTitle().add(newItem);
Objects of the following type(s) are allowed in the list Resource.Titles.Title
Copyright © 2017–2020 CNES. All rights reserved.