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 final class 
    A factory class with static methods for creating instances of this type.
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final org.apache.xmlbeans.SchemaType
     

    Fields inherited from interface org.apache.xmlbeans.XmlObject

    EQUAL, GREATER_THAN, LESS_THAN, NOT_EQUAL
  • Method Summary

    Modifier and Type
    Method
    Description
    Appends and returns a new empty "magnitude" element
    Appends and returns a new empty "precision" element
    Gets the "magnitude" element
    Gets the "precision" element
    Gets the "units" element
    boolean
    True if has "magnitude" element
    boolean
    True if has "precision" element
    void
    Sets the "magnitude" element
    void
    Sets the "precision" element
    void
    Sets the "units" element
    void
    Unsets the "magnitude" element
    void
    Unsets the "precision" element
    org.apache.xmlbeans.XmlString
    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 Details

    • type

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

    • 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
    • getPrecision

      IntervalOfInteger getPrecision()
      Gets the "precision" 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