public static class Resource.Dates 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="date" maxOccurs="unbounded" minOccurs="0"> <complexType> <simpleContent> <extension base="<http://www.w3.org/2001/XMLSchema>string"> <attribute name="dateType" use="required" type="{http://datacite.org/schema/kernel-4}dateType" /> <attribute name="dateInformation" type="{http://www.w3.org/2001/XMLSchema}anySimpleType" /> </extension> </simpleContent> </complexType> </element> </sequence> </restriction> </complexContent> </complexType>
Modifier and Type | Class and Description |
---|---|
static class |
Resource.Dates.Date
Java class for anonymous complex type.
|
Modifier and Type | Field and Description |
---|---|
protected List<Resource.Dates.Date> |
date |
Constructor and Description |
---|
Dates() |
Modifier and Type | Method and Description |
---|---|
List<Resource.Dates.Date> |
getDate()
Gets the value of the date property.
|
protected List<Resource.Dates.Date> date
public List<Resource.Dates.Date> getDate()
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 date property.
For example, to add a new item, do as follows:
getDate().add(newItem);
Objects of the following type(s) are allowed in the list Resource.Dates.Date
Copyright © 2017–2020 CNES. All rights reserved.