public static class Resource.Creators.Creator 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="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>
| Modifier and Type | Class and Description |
|---|---|
static class |
Resource.Creators.Creator.CreatorName
Java class for anonymous complex type.
|
static class |
Resource.Creators.Creator.NameIdentifier
Java class for anonymous complex type.
|
| Modifier and Type | Field and Description |
|---|---|
protected List<String> |
affiliation |
protected Resource.Creators.Creator.CreatorName |
creatorName |
protected String |
familyName |
protected String |
givenName |
protected List<Resource.Creators.Creator.NameIdentifier> |
nameIdentifier |
| Constructor and Description |
|---|
Creator() |
| Modifier and Type | Method and Description |
|---|---|
List<String> |
getAffiliation()
Gets the value of the affiliation property.
|
Resource.Creators.Creator.CreatorName |
getCreatorName()
Gets the value of the creatorName property.
|
String |
getFamilyName()
Gets the value of the familyName property.
|
String |
getGivenName()
Gets the value of the givenName property.
|
List<Resource.Creators.Creator.NameIdentifier> |
getNameIdentifier()
Gets the value of the nameIdentifier property.
|
void |
setCreatorName(Resource.Creators.Creator.CreatorName value)
Sets the value of the creatorName property.
|
void |
setFamilyName(String value)
Sets the value of the familyName property.
|
void |
setGivenName(String value)
Sets the value of the givenName property.
|
protected Resource.Creators.Creator.CreatorName creatorName
protected String givenName
protected String familyName
protected List<Resource.Creators.Creator.NameIdentifier> nameIdentifier
public Resource.Creators.Creator.CreatorName getCreatorName()
Resource.Creators.Creator.CreatorNamepublic void setCreatorName(Resource.Creators.Creator.CreatorName value)
value - allowed object is Resource.Creators.Creator.CreatorNamepublic String getGivenName()
Objectpublic void setGivenName(String value)
value - allowed object is Stringpublic String getFamilyName()
Stringpublic void setFamilyName(String value)
value - allowed object is Stringpublic List<Resource.Creators.Creator.NameIdentifier> getNameIdentifier()
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 nameIdentifier property.
For example, to add a new item, do as follows:
getNameIdentifier().add(newItem);
Objects of the following type(s) are allowed in the list
Resource.Creators.Creator.NameIdentifier
public List<String> getAffiliation()
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 affiliation property.
For example, to add a new item, do as follows:
getAffiliation().add(newItem);
Objects of the following type(s) are allowed in the list String
Copyright © 2017–2020 CNES. All rights reserved.