Direct Known Subclasses:
IVXBMO, SXCMMO

public class MO extends QTY
A monetary amount is a quantity expressing the amount of money in some currency. Currencies are the units in which monetary amounts are denominated in different economic regions. While the monetary amount is a single kind of quantity (money) the exchange rates between the different units are variable. This is the principle difference between physical quantity and monetary amounts, and the reason why currency units are not physical units.

Java-Klasse für MO complex type.

Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.

 <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>
 
  • Field Details

    • value

      protected String value
    • currency

      protected String currency
  • Constructor Details

    • MO

      public MO()
  • Method Details

    • getCurrency

      public String getCurrency()
      Ruft den Wert der currency-Eigenschaft ab.
      Returns:
      possible object is String
    • getValue

      public String getValue()
      Ruft den Wert der value-Eigenschaft ab.
      Returns:
      possible object is String
    • setCurrency

      public void setCurrency(String value)
      Legt den Wert der currency-Eigenschaft fest.
      Parameters:
      value - allowed object is String
    • setValue

      public void setValue(String value)
      Legt den Wert der value-Eigenschaft fest.
      Parameters:
      value - allowed object is String