public class Amount 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.w3.org/2001/XMLSchema>string">
<attribute name="currency-code" use="required" type="{http://www.orcid.org/ns/orcid}currency-code" />
</extension>
</simpleContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected CurrencyCode |
currencyCode |
protected String |
value |
| Constructor and Description |
|---|
Amount() |
| Modifier and Type | Method and Description |
|---|---|
CurrencyCode |
getCurrencyCode()
Gets the value of the currencyCode property.
|
String |
getValue()
Gets the value of the value property.
|
void |
setCurrencyCode(CurrencyCode value)
Sets the value of the currencyCode property.
|
void |
setValue(String value)
Sets the value of the value property.
|
protected String value
protected CurrencyCode currencyCode
public String getValue()
Stringpublic void setValue(String value)
value - allowed object is
Stringpublic CurrencyCode getCurrencyCode()
CurrencyCodepublic void setCurrencyCode(CurrencyCode value)
value - allowed object is
CurrencyCodeCopyright © 2017. All rights reserved.