public class FundingTitle 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="title" type="{http://www.orcid.org/ns/orcid}string1000"/>
<element ref="{http://www.orcid.org/ns/orcid}translated-title" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
title |
protected TranslatedTitle |
translatedTitle |
| Constructor and Description |
|---|
FundingTitle() |
| Modifier and Type | Method and Description |
|---|---|
String |
getTitle()
Gets the value of the title property.
|
TranslatedTitle |
getTranslatedTitle()
Gets the value of the translatedTitle property.
|
void |
setTitle(String value)
Sets the value of the title property.
|
void |
setTranslatedTitle(TranslatedTitle value)
Sets the value of the translatedTitle property.
|
protected String title
protected TranslatedTitle translatedTitle
public String getTitle()
Stringpublic void setTitle(String value)
value - allowed object is
Stringpublic TranslatedTitle getTranslatedTitle()
TranslatedTitlepublic void setTranslatedTitle(TranslatedTitle value)
value - allowed object is
TranslatedTitleCopyright © 2017. All rights reserved.