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