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