All Implemented Interfaces:
Serializable
Direct Known Subclasses:
IVXBMO, SXCMMO

public class MO extends QTY implements Serializable
Description of the class MO.
See Also:
  • Field Details

    • currency

      public String currency
      The currency unit as defined in ISO 4217. .
    • value

      public Double value
      The magnitude of the monetary amount in terms of the currency unit. .
  • Constructor Details

    • MO

      public MO()
  • Method Details

    • getCurrency

      public String getCurrency()
      Return currency.
      Returns:
      currency : The currency unit as defined in ISO 4217.
    • setCurrency

      public void setCurrency(String currency)
      Set a value to attribute currency.
      Parameters:
      currency - : The currency unit as defined in ISO 4217.
    • getValue

      public Double getValue()
      Return value.
      Returns:
      value : The magnitude of the monetary amount in terms of the currency unit.
    • setValue

      public void setValue(Double value)
      Set a value to attribute value.
      Parameters:
      value - : The magnitude of the monetary amount in terms of the currency unit.
    • get_xmlNodePresentation

      public Node get_xmlNodePresentation()
      Overrides:
      get_xmlNodePresentation in class QTY
    • set_xmlNodePresentation

      public void set_xmlNodePresentation(Node _xmlNodePresentation)
      Overrides:
      set_xmlNodePresentation in class QTY
    • validateByModule

      public static void validateByModule(MO mO, String _location, ConstraintValidatorModule cvm, List<Notification> diagnostic)
      validate by a module of validation