Interface CQUANTITYITEM

  • All Superinterfaces:
    org.apache.xmlbeans.XmlObject, org.apache.xmlbeans.XmlTokenSource
    All Known Implementing Classes:
    CQUANTITYITEMImpl

    public interface CQUANTITYITEM
    extends org.apache.xmlbeans.XmlObject
    An XML C_QUANTITY_ITEM(@http://schemas.openehr.org/v1). This is a complex type.
    • Nested Class Summary

      Nested Classes 
      Modifier and Type Interface Description
      static class  CQUANTITYITEM.Factory
      A factory class with static methods for creating instances of this type.
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static org.apache.xmlbeans.SchemaType type  
      • Fields inherited from interface org.apache.xmlbeans.XmlObject

        EQUAL, GREATER_THAN, LESS_THAN, NOT_EQUAL
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      IntervalOfReal addNewMagnitude()
      Appends and returns a new empty "magnitude" element
      IntervalOfInteger addNewPrecision()
      Appends and returns a new empty "precision" element
      IntervalOfReal getMagnitude()
      Gets the "magnitude" element
      IntervalOfInteger getPrecision()
      Gets the "precision" element
      String getUnits()
      Gets the "units" element
      boolean isSetMagnitude()
      True if has "magnitude" element
      boolean isSetPrecision()
      True if has "precision" element
      void setMagnitude​(IntervalOfReal magnitude)
      Sets the "magnitude" element
      void setPrecision​(IntervalOfInteger precision)
      Sets the "precision" element
      void setUnits​(String units)
      Sets the "units" element
      void unsetMagnitude()
      Unsets the "magnitude" element
      void unsetPrecision()
      Unsets the "precision" element
      org.apache.xmlbeans.XmlString xgetUnits()
      Gets (as xml) the "units" element
      void xsetUnits​(org.apache.xmlbeans.XmlString units)
      Sets (as xml) the "units" element
      • Methods inherited from interface org.apache.xmlbeans.XmlObject

        changeType, compareTo, compareValue, copy, copy, execQuery, execQuery, isImmutable, isNil, schemaType, selectAttribute, selectAttribute, selectAttributes, selectChildren, selectChildren, selectChildren, selectPath, selectPath, set, setNil, substitute, toString, validate, validate, valueEquals, valueHashCode
      • Methods inherited from interface org.apache.xmlbeans.XmlTokenSource

        documentProperties, dump, getDomNode, monitor, newCursor, newDomNode, newDomNode, newInputStream, newInputStream, newReader, newReader, newXMLInputStream, newXMLInputStream, newXMLStreamReader, newXMLStreamReader, save, save, save, save, save, save, save, save, xmlText, xmlText
    • Field Detail

      • type

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

      • getMagnitude

        IntervalOfReal getMagnitude()
        Gets the "magnitude" element
      • isSetMagnitude

        boolean isSetMagnitude()
        True if has "magnitude" element
      • setMagnitude

        void setMagnitude​(IntervalOfReal magnitude)
        Sets the "magnitude" element
      • addNewMagnitude

        IntervalOfReal addNewMagnitude()
        Appends and returns a new empty "magnitude" element
      • unsetMagnitude

        void unsetMagnitude()
        Unsets the "magnitude" element
      • isSetPrecision

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

        void setPrecision​(IntervalOfInteger precision)
        Sets the "precision" element
      • addNewPrecision

        IntervalOfInteger addNewPrecision()
        Appends and returns a new empty "precision" element
      • unsetPrecision

        void unsetPrecision()
        Unsets the "precision" 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