public class Biography 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>bio-text">
<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 |
|---|
Biography() |
| Modifier and Type | Method and Description |
|---|---|
String |
getValue()
Bio text is a string of max length: 5000 characters.
|
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.