Class DVPROPORTIONImpl

java.lang.Object
org.apache.xmlbeans.impl.values.XmlObjectBase
All Implemented Interfaces:
Serializable, org.apache.xmlbeans.impl.values.TypeStoreUser, org.apache.xmlbeans.SimpleValue, org.apache.xmlbeans.XmlObject, org.apache.xmlbeans.XmlTokenSource, DATAVALUE, DVAMOUNT, DVORDERED, DVPROPORTION, DVQUANTIFIED

public class DVPROPORTIONImpl extends DVAMOUNTImpl implements DVPROPORTION
An XML DV_PROPORTION(@http://schemas.openehr.org/v1). This is a complex type.
See Also:
  • Constructor Details

    • DVPROPORTIONImpl

      public DVPROPORTIONImpl(org.apache.xmlbeans.SchemaType sType)
  • Method Details

    • getNumerator

      public float getNumerator()
      Gets the "numerator" element
      Specified by:
      getNumerator in interface DVPROPORTION
    • xgetNumerator

      public org.apache.xmlbeans.XmlFloat xgetNumerator()
      Gets (as xml) the "numerator" element
      Specified by:
      xgetNumerator in interface DVPROPORTION
    • setNumerator

      public void setNumerator(float numerator)
      Sets the "numerator" element
      Specified by:
      setNumerator in interface DVPROPORTION
    • xsetNumerator

      public void xsetNumerator(org.apache.xmlbeans.XmlFloat numerator)
      Sets (as xml) the "numerator" element
      Specified by:
      xsetNumerator in interface DVPROPORTION
    • getDenominator

      public float getDenominator()
      Gets the "denominator" element
      Specified by:
      getDenominator in interface DVPROPORTION
    • xgetDenominator

      public org.apache.xmlbeans.XmlFloat xgetDenominator()
      Gets (as xml) the "denominator" element
      Specified by:
      xgetDenominator in interface DVPROPORTION
    • setDenominator

      public void setDenominator(float denominator)
      Sets the "denominator" element
      Specified by:
      setDenominator in interface DVPROPORTION
    • xsetDenominator

      public void xsetDenominator(org.apache.xmlbeans.XmlFloat denominator)
      Sets (as xml) the "denominator" element
      Specified by:
      xsetDenominator in interface DVPROPORTION
    • getType

      public BigInteger getType()
      Gets the "type" element
      Specified by:
      getType in interface DVPROPORTION
    • xgetType

      public PROPORTIONKIND xgetType()
      Gets (as xml) the "type" element
      Specified by:
      xgetType in interface DVPROPORTION
    • setType

      public void setType(BigInteger type)
      Sets the "type" element
      Specified by:
      setType in interface DVPROPORTION
    • xsetType

      public void xsetType(PROPORTIONKIND type)
      Sets (as xml) the "type" element
      Specified by:
      xsetType in interface DVPROPORTION
    • getPrecision

      public int getPrecision()
      Gets the "precision" element
      Specified by:
      getPrecision in interface DVPROPORTION
    • xgetPrecision

      public org.apache.xmlbeans.XmlInt xgetPrecision()
      Gets (as xml) the "precision" element
      Specified by:
      xgetPrecision in interface DVPROPORTION
    • isSetPrecision

      public boolean isSetPrecision()
      True if has "precision" element
      Specified by:
      isSetPrecision in interface DVPROPORTION
    • setPrecision

      public void setPrecision(int precision)
      Sets the "precision" element
      Specified by:
      setPrecision in interface DVPROPORTION
    • xsetPrecision

      public void xsetPrecision(org.apache.xmlbeans.XmlInt precision)
      Sets (as xml) the "precision" element
      Specified by:
      xsetPrecision in interface DVPROPORTION
    • unsetPrecision

      public void unsetPrecision()
      Unsets the "precision" element
      Specified by:
      unsetPrecision in interface DVPROPORTION