public class StringWithLangCode extends Object
Java class for stringWithLangCode complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="stringWithLangCode">
<simpleContent>
<extension base="<http://www.orcid.org/ns/orcid>non-empty-string">
<attribute name="language-code" use="required" type="{http://www.orcid.org/ns/orcid}language-code" />
</extension>
</simpleContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected LanguageCode |
languageCode |
protected String |
value |
| Constructor and Description |
|---|
StringWithLangCode() |
| Modifier and Type | Method and Description |
|---|---|
LanguageCode |
getLanguageCode()
Gets the value of the languageCode property.
|
String |
getValue()
Must contain one or more charaters that are not a
space, carriage return or linefeed
|
void |
setLanguageCode(LanguageCode value)
Sets the value of the languageCode property.
|
void |
setValue(String value)
Sets the value of the value property.
|
protected String value
protected LanguageCode languageCode
public String getValue()
Stringpublic void setValue(String value)
value - allowed object is
Stringpublic LanguageCode getLanguageCode()
LanguageCodepublic void setLanguageCode(LanguageCode value)
value - allowed object is
LanguageCodeCopyright © 2017. All rights reserved.