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 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 "archetypeValue" element
    Gets the "archetypeValue" element
    Gets the "gender" element
    Gets the "maximumAgeYears" element
    Gets the "minimumAgeYears" element
    boolean
    True if has "archetypeValue" element
    boolean
    True if has "gender" element
    boolean
    True if has "maximumAgeYears" element
    boolean
    True if has "minimumAgeYears" element
    void
    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
    Unsets the "archetypeValue" element
    void
    Unsets the "gender" element
    void
    Unsets the "maximumAgeYears" element
    void
    Unsets the "minimumAgeYears" element
    org.apache.xmlbeans.XmlString
    Gets (as xml) the "gender" element
    org.apache.xmlbeans.XmlPositiveInteger
    Gets (as xml) the "maximumAgeYears" element
    org.apache.xmlbeans.XmlPositiveInteger
    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 Details

    • type

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

    • 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