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