public class MO extends QTY
Java class for MO complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="MO">
<complexContent>
<extension base="{urn:hl7-org:v3}QTY">
<attribute name="value" type="{urn:hl7-org:v3}real" />
<attribute name="currency" type="{urn:hl7-org:v3}cs" />
</extension>
</complexContent>
</complexType>
| Constructor and Description |
|---|
MO() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getCurrency()
Gets the value of the currency property.
|
java.lang.String |
getValue()
Gets the value of the value property.
|
void |
setCurrency(java.lang.String value)
Sets the value of the currency property.
|
void |
setValue(java.lang.String value)
Sets the value of the value property.
|
getContent, getNullFlavor, setContentpublic java.lang.String getValue()
Stringpublic void setValue(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getCurrency()
Stringpublic void setCurrency(java.lang.String value)
value - allowed object is
String