public static class Resource.Contributors.Contributor 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="contributorName"> <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://www.w3.org/2001/XMLSchema>string"> <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> <attribute name="contributorType" use="required" type="{http://datacite.org/schema/kernel-4}contributorType" /> </restriction> </complexContent> </complexType>
Modifier and Type | Class and Description |
---|---|
static class |
Resource.Contributors.Contributor.ContributorName
Java class for anonymous complex type.
|
static class |
Resource.Contributors.Contributor.NameIdentifier
Java class for anonymous complex type.
|
Modifier and Type | Field and Description |
---|---|
protected List<String> |
affiliation |
protected Resource.Contributors.Contributor.ContributorName |
contributorName |
protected ContributorType |
contributorType |
protected String |
familyName |
protected String |
givenName |
protected List<Resource.Contributors.Contributor.NameIdentifier> |
nameIdentifier |
Constructor and Description |
---|
Contributor() |
Modifier and Type | Method and Description |
---|---|
List<String> |
getAffiliation()
Gets the value of the affiliation property.
|
Resource.Contributors.Contributor.ContributorName |
getContributorName()
Gets the value of the contributorName property.
|
ContributorType |
getContributorType()
Gets the value of the contributorType property.
|
String |
getFamilyName()
Gets the value of the familyName property.
|
String |
getGivenName()
Gets the value of the givenName property.
|
List<Resource.Contributors.Contributor.NameIdentifier> |
getNameIdentifier()
Gets the value of the nameIdentifier property.
|
void |
setContributorName(Resource.Contributors.Contributor.ContributorName value)
Sets the value of the contributorName property.
|
void |
setContributorType(ContributorType value)
Sets the value of the contributorType 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.Contributors.Contributor.ContributorName contributorName
protected String givenName
protected String familyName
protected List<Resource.Contributors.Contributor.NameIdentifier> nameIdentifier
protected ContributorType contributorType
public Resource.Contributors.Contributor.ContributorName getContributorName()
Resource.Contributors.Contributor.ContributorName
public void setContributorName(Resource.Contributors.Contributor.ContributorName value)
value
- allowed object is
Resource.Contributors.Contributor.ContributorName
public String getGivenName()
String
public void setGivenName(String value)
value
- allowed object is String
public String getFamilyName()
String
public void setFamilyName(String value)
value
- allowed object is String
public List<Resource.Contributors.Contributor.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.Contributors.Contributor.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
public ContributorType getContributorType()
ContributorType
public void setContributorType(ContributorType value)
value
- allowed object is ContributorType
Copyright © 2017–2020 CNES. All rights reserved.