Interface Condition

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

    public interface Condition
    extends org.apache.xmlbeans.XmlObject
    An XML condition(@openEHR/v1/Template). This is a complex type.
    • Nested Class Summary

      Nested Classes 
      Modifier and Type Interface Description
      static class  Condition.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
      DependentCondition addNewArchetypeValue()
      Appends and returns a new empty "archetypeValue" element
      DependentCondition getArchetypeValue()
      Gets the "archetypeValue" element
      String getGender()
      Gets the "gender" element
      BigInteger getMaximumAgeYears()
      Gets the "maximumAgeYears" element
      BigInteger getMinimumAgeYears()
      Gets the "minimumAgeYears" element
      boolean isSetArchetypeValue()
      True if has "archetypeValue" element
      boolean isSetGender()
      True if has "gender" element
      boolean isSetMaximumAgeYears()
      True if has "maximumAgeYears" element
      boolean isSetMinimumAgeYears()
      True if has "minimumAgeYears" element
      void setArchetypeValue​(DependentCondition archetypeValue)
      Sets the "archetypeValue" element
      void setGender​(String gender)
      Sets the "gender" element
      void setMaximumAgeYears​(BigInteger maximumAgeYears)
      Sets the "maximumAgeYears" element
      void setMinimumAgeYears​(BigInteger minimumAgeYears)
      Sets the "minimumAgeYears" element
      void unsetArchetypeValue()
      Unsets the "archetypeValue" element
      void unsetGender()
      Unsets the "gender" element
      void unsetMaximumAgeYears()
      Unsets the "maximumAgeYears" element
      void unsetMinimumAgeYears()
      Unsets the "minimumAgeYears" element
      org.apache.xmlbeans.XmlString xgetGender()
      Gets (as xml) the "gender" element
      org.apache.xmlbeans.XmlPositiveInteger xgetMaximumAgeYears()
      Gets (as xml) the "maximumAgeYears" element
      org.apache.xmlbeans.XmlPositiveInteger xgetMinimumAgeYears()
      Gets (as xml) the "minimumAgeYears" element
      void xsetGender​(org.apache.xmlbeans.XmlString gender)
      Sets (as xml) the "gender" element
      void xsetMaximumAgeYears​(org.apache.xmlbeans.XmlPositiveInteger maximumAgeYears)
      Sets (as xml) the "maximumAgeYears" element
      void xsetMinimumAgeYears​(org.apache.xmlbeans.XmlPositiveInteger minimumAgeYears)
      Sets (as xml) the "minimumAgeYears" 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

      • getMinimumAgeYears

        BigInteger getMinimumAgeYears()
        Gets the "minimumAgeYears" element
      • xgetMinimumAgeYears

        org.apache.xmlbeans.XmlPositiveInteger xgetMinimumAgeYears()
        Gets (as xml) the "minimumAgeYears" element
      • isSetMinimumAgeYears

        boolean isSetMinimumAgeYears()
        True if has "minimumAgeYears" element
      • setMinimumAgeYears

        void setMinimumAgeYears​(BigInteger minimumAgeYears)
        Sets the "minimumAgeYears" element
      • xsetMinimumAgeYears

        void xsetMinimumAgeYears​(org.apache.xmlbeans.XmlPositiveInteger minimumAgeYears)
        Sets (as xml) the "minimumAgeYears" element
      • unsetMinimumAgeYears

        void unsetMinimumAgeYears()
        Unsets the "minimumAgeYears" element
      • getMaximumAgeYears

        BigInteger getMaximumAgeYears()
        Gets the "maximumAgeYears" element
      • xgetMaximumAgeYears

        org.apache.xmlbeans.XmlPositiveInteger xgetMaximumAgeYears()
        Gets (as xml) the "maximumAgeYears" element
      • isSetMaximumAgeYears

        boolean isSetMaximumAgeYears()
        True if has "maximumAgeYears" element
      • setMaximumAgeYears

        void setMaximumAgeYears​(BigInteger maximumAgeYears)
        Sets the "maximumAgeYears" element
      • xsetMaximumAgeYears

        void xsetMaximumAgeYears​(org.apache.xmlbeans.XmlPositiveInteger maximumAgeYears)
        Sets (as xml) the "maximumAgeYears" element
      • unsetMaximumAgeYears

        void unsetMaximumAgeYears()
        Unsets the "maximumAgeYears" element
      • getGender

        String getGender()
        Gets the "gender" element
      • xgetGender

        org.apache.xmlbeans.XmlString xgetGender()
        Gets (as xml) the "gender" element
      • isSetGender

        boolean isSetGender()
        True if has "gender" element
      • setGender

        void setGender​(String gender)
        Sets the "gender" element
      • xsetGender

        void xsetGender​(org.apache.xmlbeans.XmlString gender)
        Sets (as xml) the "gender" element
      • unsetGender

        void unsetGender()
        Unsets the "gender" element
      • getArchetypeValue

        DependentCondition getArchetypeValue()
        Gets the "archetypeValue" element
      • isSetArchetypeValue

        boolean isSetArchetypeValue()
        True if has "archetypeValue" element
      • setArchetypeValue

        void setArchetypeValue​(DependentCondition archetypeValue)
        Sets the "archetypeValue" element
      • addNewArchetypeValue

        DependentCondition addNewArchetypeValue()
        Appends and returns a new empty "archetypeValue" element
      • unsetArchetypeValue

        void unsetArchetypeValue()
        Unsets the "archetypeValue" element