Interface DVPROPORTION

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

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

    • type

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

    • getNumerator

      float getNumerator()
      Gets the "numerator" element
    • xgetNumerator

      org.apache.xmlbeans.XmlFloat xgetNumerator()
      Gets (as xml) the "numerator" element
    • setNumerator

      void setNumerator(float numerator)
      Sets the "numerator" element
    • xsetNumerator

      void xsetNumerator(org.apache.xmlbeans.XmlFloat numerator)
      Sets (as xml) the "numerator" element
    • getDenominator

      float getDenominator()
      Gets the "denominator" element
    • xgetDenominator

      org.apache.xmlbeans.XmlFloat xgetDenominator()
      Gets (as xml) the "denominator" element
    • setDenominator

      void setDenominator(float denominator)
      Sets the "denominator" element
    • xsetDenominator

      void xsetDenominator(org.apache.xmlbeans.XmlFloat denominator)
      Sets (as xml) the "denominator" element
    • getType

      BigInteger getType()
      Gets the "type" element
    • xgetType

      PROPORTIONKIND xgetType()
      Gets (as xml) the "type" element
    • setType

      void setType(BigInteger type)
      Sets the "type" element
    • xsetType

      void xsetType(PROPORTIONKIND type)
      Sets (as xml) the "type" 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