public static class Resource.Titles.Title 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="titleType" type="{http://datacite.org/schema/kernel-4}titleType" />
<attribute ref="{http://www.w3.org/XML/1998/namespace}lang"/>
</extension>
</simpleContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
lang |
protected TitleType |
titleType |
protected String |
value |
| Constructor and Description |
|---|
Title() |
| Modifier and Type | Method and Description |
|---|---|
String |
getLang()
Gets the value of the lang property.
|
TitleType |
getTitleType()
Gets the value of the titleType property.
|
String |
getValue()
Gets the value of the value property.
|
void |
setLang(String value)
Sets the value of the lang property.
|
void |
setTitleType(TitleType value)
Sets the value of the titleType property.
|
void |
setValue(String value)
Sets the value of the value property.
|
protected String value
protected TitleType titleType
protected String lang
public String getValue()
Stringpublic void setValue(String value)
value - allowed object is Stringpublic TitleType getTitleType()
TitleTypepublic void setTitleType(TitleType value)
value - allowed object is TitleTypepublic String getLang()
StringCopyright © 2017–2020 CNES. All rights reserved.