Interface ELEMENT

  • All Superinterfaces:
    ITEM, LOCATABLE, org.apache.xmlbeans.XmlObject, org.apache.xmlbeans.XmlTokenSource
    All Known Implementing Classes:
    ELEMENTImpl

    public interface ELEMENT
    extends ITEM
    An XML ELEMENT(@http://schemas.openehr.org/v1). This is a complex type.
    • Field Detail

      • type

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

      • getValue

        DATAVALUE getValue()
        Gets the "value" element
      • isSetValue

        boolean isSetValue()
        True if has "value" element
      • setValue

        void setValue​(DATAVALUE value)
        Sets the "value" element
      • addNewValue

        DATAVALUE addNewValue()
        Appends and returns a new empty "value" element
      • unsetValue

        void unsetValue()
        Unsets the "value" element
      • getNullFlavour

        DVCODEDTEXT getNullFlavour()
        Gets the "null_flavour" element
      • isSetNullFlavour

        boolean isSetNullFlavour()
        True if has "null_flavour" element
      • setNullFlavour

        void setNullFlavour​(DVCODEDTEXT nullFlavour)
        Sets the "null_flavour" element
      • addNewNullFlavour

        DVCODEDTEXT addNewNullFlavour()
        Appends and returns a new empty "null_flavour" element
      • unsetNullFlavour

        void unsetNullFlavour()
        Unsets the "null_flavour" element