public static class Resource.Contributors.Contributor.ContributorName extends Object
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<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>
Modifier and Type | Field and Description |
---|---|
protected NameType |
nameType |
protected String |
value |
Constructor and Description |
---|
ContributorName() |
Modifier and Type | Method and Description |
---|---|
NameType |
getNameType()
Gets the value of the nameType property.
|
String |
getValue()
Gets the value of the value property.
|
void |
setNameType(NameType value)
Sets the value of the nameType property.
|
void |
setValue(String value)
Sets the value of the value property.
|
public String getValue()
String
public void setValue(String value)
value
- allowed object is String
public NameType getNameType()
NameType
Copyright © 2017–2020 CNES. All rights reserved.