Interface CBOOLEAN

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

    public interface CBOOLEAN
    extends CPRIMITIVE
    An XML C_BOOLEAN(@http://schemas.openehr.org/v1). This is a complex type.
    • Nested Class Summary

      Nested Classes 
      Modifier and Type Interface Description
      static class  CBOOLEAN.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
      boolean getAssumedValue()
      Gets the "assumed_value" element
      boolean getFalseValid()
      Gets the "false_valid" element
      boolean getTrueValid()
      Gets the "true_valid" element
      boolean isSetAssumedValue()
      True if has "assumed_value" element
      void setAssumedValue​(boolean assumedValue)
      Sets the "assumed_value" element
      void setFalseValid​(boolean falseValid)
      Sets the "false_valid" element
      void setTrueValid​(boolean trueValid)
      Sets the "true_valid" element
      void unsetAssumedValue()
      Unsets the "assumed_value" element
      org.apache.xmlbeans.XmlBoolean xgetAssumedValue()
      Gets (as xml) the "assumed_value" element
      org.apache.xmlbeans.XmlBoolean xgetFalseValid()
      Gets (as xml) the "false_valid" element
      org.apache.xmlbeans.XmlBoolean xgetTrueValid()
      Gets (as xml) the "true_valid" element
      void xsetAssumedValue​(org.apache.xmlbeans.XmlBoolean assumedValue)
      Sets (as xml) the "assumed_value" element
      void xsetFalseValid​(org.apache.xmlbeans.XmlBoolean falseValid)
      Sets (as xml) the "false_valid" element
      void xsetTrueValid​(org.apache.xmlbeans.XmlBoolean trueValid)
      Sets (as xml) the "true_valid" 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

      • getTrueValid

        boolean getTrueValid()
        Gets the "true_valid" element
      • xgetTrueValid

        org.apache.xmlbeans.XmlBoolean xgetTrueValid()
        Gets (as xml) the "true_valid" element
      • setTrueValid

        void setTrueValid​(boolean trueValid)
        Sets the "true_valid" element
      • xsetTrueValid

        void xsetTrueValid​(org.apache.xmlbeans.XmlBoolean trueValid)
        Sets (as xml) the "true_valid" element
      • getFalseValid

        boolean getFalseValid()
        Gets the "false_valid" element
      • xgetFalseValid

        org.apache.xmlbeans.XmlBoolean xgetFalseValid()
        Gets (as xml) the "false_valid" element
      • setFalseValid

        void setFalseValid​(boolean falseValid)
        Sets the "false_valid" element
      • xsetFalseValid

        void xsetFalseValid​(org.apache.xmlbeans.XmlBoolean falseValid)
        Sets (as xml) the "false_valid" element
      • getAssumedValue

        boolean getAssumedValue()
        Gets the "assumed_value" element
      • xgetAssumedValue

        org.apache.xmlbeans.XmlBoolean xgetAssumedValue()
        Gets (as xml) the "assumed_value" element
      • isSetAssumedValue

        boolean isSetAssumedValue()
        True if has "assumed_value" element
      • setAssumedValue

        void setAssumedValue​(boolean assumedValue)
        Sets the "assumed_value" element
      • xsetAssumedValue

        void xsetAssumedValue​(org.apache.xmlbeans.XmlBoolean assumedValue)
        Sets (as xml) the "assumed_value" element
      • unsetAssumedValue

        void unsetAssumedValue()
        Unsets the "assumed_value" element