Interface DVAMOUNT

All Superinterfaces:
DATAVALUE, DVORDERED, DVQUANTIFIED, org.apache.xmlbeans.XmlObject, org.apache.xmlbeans.XmlTokenSource
All Known Subinterfaces:
DVCOUNT, DVDURATION, DVPROPORTION, DVQUANTITY
All Known Implementing Classes:
DVAMOUNTImpl, DVCOUNTImpl, DVDURATIONImpl, DVPROPORTIONImpl, DVQUANTITYImpl

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

    • type

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

    • getAccuracy

      float getAccuracy()
      Gets the "accuracy" element
    • xgetAccuracy

      org.apache.xmlbeans.XmlFloat xgetAccuracy()
      Gets (as xml) the "accuracy" element
    • isSetAccuracy

      boolean isSetAccuracy()
      True if has "accuracy" element
    • setAccuracy

      void setAccuracy(float accuracy)
      Sets the "accuracy" element
    • xsetAccuracy

      void xsetAccuracy(org.apache.xmlbeans.XmlFloat accuracy)
      Sets (as xml) the "accuracy" element
    • unsetAccuracy

      void unsetAccuracy()
      Unsets the "accuracy" element
    • getAccuracyIsPercent

      boolean getAccuracyIsPercent()
      Gets the "accuracy_is_percent" element
    • xgetAccuracyIsPercent

      org.apache.xmlbeans.XmlBoolean xgetAccuracyIsPercent()
      Gets (as xml) the "accuracy_is_percent" element
    • isSetAccuracyIsPercent

      boolean isSetAccuracyIsPercent()
      True if has "accuracy_is_percent" element
    • setAccuracyIsPercent

      void setAccuracyIsPercent(boolean accuracyIsPercent)
      Sets the "accuracy_is_percent" element
    • xsetAccuracyIsPercent

      void xsetAccuracyIsPercent(org.apache.xmlbeans.XmlBoolean accuracyIsPercent)
      Sets (as xml) the "accuracy_is_percent" element
    • unsetAccuracyIsPercent

      void unsetAccuracyIsPercent()
      Unsets the "accuracy_is_percent" element