Interface DVQUANTITY

All Superinterfaces:
DATAVALUE, DVAMOUNT, DVORDERED, DVQUANTIFIED, org.apache.xmlbeans.XmlObject, org.apache.xmlbeans.XmlTokenSource
All Known Implementing Classes:
DVQUANTITYImpl

public interface DVQUANTITY extends DVAMOUNT
An XML DV_QUANTITY(@http://schemas.openehr.org/v1). This is a complex type.
  • Field Details

    • type

      static final org.apache.xmlbeans.SchemaType type
  • Method Details

    • getMagnitude

      double getMagnitude()
      Gets the "magnitude" element
    • xgetMagnitude

      org.apache.xmlbeans.XmlDouble xgetMagnitude()
      Gets (as xml) the "magnitude" element
    • setMagnitude

      void setMagnitude(double magnitude)
      Sets the "magnitude" element
    • xsetMagnitude

      void xsetMagnitude(org.apache.xmlbeans.XmlDouble magnitude)
      Sets (as xml) the "magnitude" element
    • getUnits

      String getUnits()
      Gets the "units" element
    • xgetUnits

      org.apache.xmlbeans.XmlString xgetUnits()
      Gets (as xml) the "units" element
    • setUnits

      void setUnits(String units)
      Sets the "units" element
    • xsetUnits

      void xsetUnits(org.apache.xmlbeans.XmlString units)
      Sets (as xml) the "units" element
    • getPrecision

      int getPrecision()
      Gets the "precision" element
    • xgetPrecision

      org.apache.xmlbeans.XmlInt xgetPrecision()
      Gets (as xml) the "precision" element
    • isSetPrecision

      boolean isSetPrecision()
      True if has "precision" element
    • setPrecision

      void setPrecision(int precision)
      Sets the "precision" element
    • xsetPrecision

      void xsetPrecision(org.apache.xmlbeans.XmlInt precision)
      Sets (as xml) the "precision" element
    • unsetPrecision

      void unsetPrecision()
      Unsets the "precision" element