Interface TextConstraint

All Superinterfaces:
ValueConstraint, org.apache.xmlbeans.XmlObject, org.apache.xmlbeans.XmlTokenSource
All Known Implementing Classes:
TextConstraintImpl

public interface TextConstraint extends ValueConstraint
An XML textConstraint(@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
    void
    addExcludedValues(String excludedValues)
    Appends the value as the last "excludedValues" element
    void
    addIncludedValues(String includedValues)
    Appends the value as the last "includedValues" element
    org.apache.xmlbeans.XmlString
    Appends and returns a new empty value (as xml) as the last "excludedValues" element
    org.apache.xmlbeans.XmlString
    Appends and returns a new empty value (as xml) as the last "includedValues" element
    Appends and returns a new empty "termQueryId" element
    boolean
    Gets the "allowTerminologyLookUp" attribute
    Gets array of all "excludedValues" elements
    Gets ith "excludedValues" element
    Gets array of all "includedValues" elements
    Gets ith "includedValues" element
    boolean
    Gets the "limitToList" attribute
    Gets the "termQueryId" element
    void
    insertExcludedValues(int i, String excludedValues)
    Inserts the value as the ith "excludedValues" element
    void
    insertIncludedValues(int i, String includedValues)
    Inserts the value as the ith "includedValues" element
    org.apache.xmlbeans.XmlString
    Inserts and returns a new empty value (as xml) as the ith "excludedValues" element
    org.apache.xmlbeans.XmlString
    Inserts and returns a new empty value (as xml) as the ith "includedValues" element
    boolean
    True if has "allowTerminologyLookUp" attribute
    boolean
    True if has "limitToList" attribute
    boolean
    True if has "termQueryId" element
    void
    Removes the ith "excludedValues" element
    void
    Removes the ith "includedValues" element
    void
    setAllowTerminologyLookUp(boolean allowTerminologyLookUp)
    Sets the "allowTerminologyLookUp" attribute
    void
    setExcludedValuesArray(int i, String excludedValues)
    Sets ith "excludedValues" element
    void
    setExcludedValuesArray(String[] excludedValuesArray)
    Sets array of all "excludedValues" element
    void
    setIncludedValuesArray(int i, String includedValues)
    Sets ith "includedValues" element
    void
    setIncludedValuesArray(String[] includedValuesArray)
    Sets array of all "includedValues" element
    void
    setLimitToList(boolean limitToList)
    Sets the "limitToList" attribute
    void
    setTermQueryId(Binding termQueryId)
    Sets the "termQueryId" element
    int
    Returns number of "excludedValues" element
    int
    Returns number of "includedValues" element
    void
    Unsets the "allowTerminologyLookUp" attribute
    void
    Unsets the "limitToList" attribute
    void
    Unsets the "termQueryId" element
    org.apache.xmlbeans.XmlBoolean
    Gets (as xml) the "allowTerminologyLookUp" attribute
    org.apache.xmlbeans.XmlString[]
    Gets (as xml) array of all "excludedValues" elements
    org.apache.xmlbeans.XmlString
    Gets (as xml) ith "excludedValues" element
    org.apache.xmlbeans.XmlString[]
    Gets (as xml) array of all "includedValues" elements
    org.apache.xmlbeans.XmlString
    Gets (as xml) ith "includedValues" element
    org.apache.xmlbeans.XmlBoolean
    Gets (as xml) the "limitToList" attribute
    void
    xsetAllowTerminologyLookUp(org.apache.xmlbeans.XmlBoolean allowTerminologyLookUp)
    Sets (as xml) the "allowTerminologyLookUp" attribute
    void
    xsetExcludedValuesArray(int i, org.apache.xmlbeans.XmlString excludedValues)
    Sets (as xml) ith "excludedValues" element
    void
    xsetExcludedValuesArray(org.apache.xmlbeans.XmlString[] excludedValuesArray)
    Sets (as xml) array of all "excludedValues" element
    void
    xsetIncludedValuesArray(int i, org.apache.xmlbeans.XmlString includedValues)
    Sets (as xml) ith "includedValues" element
    void
    xsetIncludedValuesArray(org.apache.xmlbeans.XmlString[] includedValuesArray)
    Sets (as xml) array of all "includedValues" element
    void
    xsetLimitToList(org.apache.xmlbeans.XmlBoolean limitToList)
    Sets (as xml) the "limitToList" attribute

    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

    • getTermQueryId

      Binding getTermQueryId()
      Gets the "termQueryId" element
    • isSetTermQueryId

      boolean isSetTermQueryId()
      True if has "termQueryId" element
    • setTermQueryId

      void setTermQueryId(Binding termQueryId)
      Sets the "termQueryId" element
    • addNewTermQueryId

      Binding addNewTermQueryId()
      Appends and returns a new empty "termQueryId" element
    • unsetTermQueryId

      void unsetTermQueryId()
      Unsets the "termQueryId" element
    • getIncludedValuesArray

      String[] getIncludedValuesArray()
      Gets array of all "includedValues" elements
    • getIncludedValuesArray

      String getIncludedValuesArray(int i)
      Gets ith "includedValues" element
    • xgetIncludedValuesArray

      org.apache.xmlbeans.XmlString[] xgetIncludedValuesArray()
      Gets (as xml) array of all "includedValues" elements
    • xgetIncludedValuesArray

      org.apache.xmlbeans.XmlString xgetIncludedValuesArray(int i)
      Gets (as xml) ith "includedValues" element
    • sizeOfIncludedValuesArray

      int sizeOfIncludedValuesArray()
      Returns number of "includedValues" element
    • setIncludedValuesArray

      void setIncludedValuesArray(String[] includedValuesArray)
      Sets array of all "includedValues" element
    • setIncludedValuesArray

      void setIncludedValuesArray(int i, String includedValues)
      Sets ith "includedValues" element
    • xsetIncludedValuesArray

      void xsetIncludedValuesArray(org.apache.xmlbeans.XmlString[] includedValuesArray)
      Sets (as xml) array of all "includedValues" element
    • xsetIncludedValuesArray

      void xsetIncludedValuesArray(int i, org.apache.xmlbeans.XmlString includedValues)
      Sets (as xml) ith "includedValues" element
    • insertIncludedValues

      void insertIncludedValues(int i, String includedValues)
      Inserts the value as the ith "includedValues" element
    • addIncludedValues

      void addIncludedValues(String includedValues)
      Appends the value as the last "includedValues" element
    • insertNewIncludedValues

      org.apache.xmlbeans.XmlString insertNewIncludedValues(int i)
      Inserts and returns a new empty value (as xml) as the ith "includedValues" element
    • addNewIncludedValues

      org.apache.xmlbeans.XmlString addNewIncludedValues()
      Appends and returns a new empty value (as xml) as the last "includedValues" element
    • removeIncludedValues

      void removeIncludedValues(int i)
      Removes the ith "includedValues" element
    • getExcludedValuesArray

      String[] getExcludedValuesArray()
      Gets array of all "excludedValues" elements
    • getExcludedValuesArray

      String getExcludedValuesArray(int i)
      Gets ith "excludedValues" element
    • xgetExcludedValuesArray

      org.apache.xmlbeans.XmlString[] xgetExcludedValuesArray()
      Gets (as xml) array of all "excludedValues" elements
    • xgetExcludedValuesArray

      org.apache.xmlbeans.XmlString xgetExcludedValuesArray(int i)
      Gets (as xml) ith "excludedValues" element
    • sizeOfExcludedValuesArray

      int sizeOfExcludedValuesArray()
      Returns number of "excludedValues" element
    • setExcludedValuesArray

      void setExcludedValuesArray(String[] excludedValuesArray)
      Sets array of all "excludedValues" element
    • setExcludedValuesArray

      void setExcludedValuesArray(int i, String excludedValues)
      Sets ith "excludedValues" element
    • xsetExcludedValuesArray

      void xsetExcludedValuesArray(org.apache.xmlbeans.XmlString[] excludedValuesArray)
      Sets (as xml) array of all "excludedValues" element
    • xsetExcludedValuesArray

      void xsetExcludedValuesArray(int i, org.apache.xmlbeans.XmlString excludedValues)
      Sets (as xml) ith "excludedValues" element
    • insertExcludedValues

      void insertExcludedValues(int i, String excludedValues)
      Inserts the value as the ith "excludedValues" element
    • addExcludedValues

      void addExcludedValues(String excludedValues)
      Appends the value as the last "excludedValues" element
    • insertNewExcludedValues

      org.apache.xmlbeans.XmlString insertNewExcludedValues(int i)
      Inserts and returns a new empty value (as xml) as the ith "excludedValues" element
    • addNewExcludedValues

      org.apache.xmlbeans.XmlString addNewExcludedValues()
      Appends and returns a new empty value (as xml) as the last "excludedValues" element
    • removeExcludedValues

      void removeExcludedValues(int i)
      Removes the ith "excludedValues" element
    • getLimitToList

      boolean getLimitToList()
      Gets the "limitToList" attribute
    • xgetLimitToList

      org.apache.xmlbeans.XmlBoolean xgetLimitToList()
      Gets (as xml) the "limitToList" attribute
    • isSetLimitToList

      boolean isSetLimitToList()
      True if has "limitToList" attribute
    • setLimitToList

      void setLimitToList(boolean limitToList)
      Sets the "limitToList" attribute
    • xsetLimitToList

      void xsetLimitToList(org.apache.xmlbeans.XmlBoolean limitToList)
      Sets (as xml) the "limitToList" attribute
    • unsetLimitToList

      void unsetLimitToList()
      Unsets the "limitToList" attribute
    • getAllowTerminologyLookUp

      boolean getAllowTerminologyLookUp()
      Gets the "allowTerminologyLookUp" attribute
    • xgetAllowTerminologyLookUp

      org.apache.xmlbeans.XmlBoolean xgetAllowTerminologyLookUp()
      Gets (as xml) the "allowTerminologyLookUp" attribute
    • isSetAllowTerminologyLookUp

      boolean isSetAllowTerminologyLookUp()
      True if has "allowTerminologyLookUp" attribute
    • setAllowTerminologyLookUp

      void setAllowTerminologyLookUp(boolean allowTerminologyLookUp)
      Sets the "allowTerminologyLookUp" attribute
    • xsetAllowTerminologyLookUp

      void xsetAllowTerminologyLookUp(org.apache.xmlbeans.XmlBoolean allowTerminologyLookUp)
      Sets (as xml) the "allowTerminologyLookUp" attribute
    • unsetAllowTerminologyLookUp

      void unsetAllowTerminologyLookUp()
      Unsets the "allowTerminologyLookUp" attribute