public class Country 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://www.orcid.org/ns/orcid>iso-3166-country-or-empty">
<attGroup ref="{http://www.orcid.org/ns/orcid}visibility"/>
</extension>
</simpleContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
value |
protected Visibility |
visibility |
| Constructor and Description |
|---|
Country() |
| Modifier and Type | Method and Description |
|---|---|
String |
getValue()
Contains either a country code or an empty value
|
Visibility |
getVisibility()
Gets the value of the visibility property.
|
void |
setValue(String value)
Sets the value of the value property.
|
void |
setVisibility(Visibility value)
Sets the value of the visibility property.
|
protected String value
protected Visibility visibility
public String getValue()
Stringpublic void setValue(String value)
value - allowed object is
Stringpublic Visibility getVisibility()
Visibilitypublic void setVisibility(Visibility value)
value - allowed object is
VisibilityCopyright © 2017. All rights reserved.