Interface ASSERTION

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

public interface ASSERTION extends org.apache.xmlbeans.XmlObject
An XML ASSERTION(@http://schemas.openehr.org/v1). 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 "expression" element
    Appends and returns a new empty value (as xml) as the last "variables" element
    Gets the "expression" element
    Gets the "string_expression" element
    Gets the "tag" element
    Gets array of all "variables" elements
    Gets ith "variables" element
    Inserts and returns a new empty value (as xml) as the ith "variables" element
    boolean
    True if has "string_expression" element
    boolean
    True if has "tag" element
    void
    Removes the ith "variables" element
    void
    setExpression(EXPRITEM expression)
    Sets the "expression" element
    void
    setStringExpression(String stringExpression)
    Sets the "string_expression" element
    void
    Sets the "tag" element
    void
    Sets ith "variables" element
    void
    Sets array of all "variables" element
    int
    Returns number of "variables" element
    void
    Unsets the "string_expression" element
    void
    Unsets the "tag" element
    org.apache.xmlbeans.XmlString
    Gets (as xml) the "string_expression" element
    org.apache.xmlbeans.XmlString
    Gets (as xml) the "tag" element
    void
    xsetStringExpression(org.apache.xmlbeans.XmlString stringExpression)
    Sets (as xml) the "string_expression" element
    void
    xsetTag(org.apache.xmlbeans.XmlString tag)
    Sets (as xml) the "tag" 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

    • getTag

      String getTag()
      Gets the "tag" element
    • xgetTag

      org.apache.xmlbeans.XmlString xgetTag()
      Gets (as xml) the "tag" element
    • isSetTag

      boolean isSetTag()
      True if has "tag" element
    • setTag

      void setTag(String tag)
      Sets the "tag" element
    • xsetTag

      void xsetTag(org.apache.xmlbeans.XmlString tag)
      Sets (as xml) the "tag" element
    • unsetTag

      void unsetTag()
      Unsets the "tag" element
    • getStringExpression

      String getStringExpression()
      Gets the "string_expression" element
    • xgetStringExpression

      org.apache.xmlbeans.XmlString xgetStringExpression()
      Gets (as xml) the "string_expression" element
    • isSetStringExpression

      boolean isSetStringExpression()
      True if has "string_expression" element
    • setStringExpression

      void setStringExpression(String stringExpression)
      Sets the "string_expression" element
    • xsetStringExpression

      void xsetStringExpression(org.apache.xmlbeans.XmlString stringExpression)
      Sets (as xml) the "string_expression" element
    • unsetStringExpression

      void unsetStringExpression()
      Unsets the "string_expression" element
    • getExpression

      EXPRITEM getExpression()
      Gets the "expression" element
    • setExpression

      void setExpression(EXPRITEM expression)
      Sets the "expression" element
    • addNewExpression

      EXPRITEM addNewExpression()
      Appends and returns a new empty "expression" element
    • getVariablesArray

      ASSERTIONVARIABLE[] getVariablesArray()
      Gets array of all "variables" elements
    • getVariablesArray

      ASSERTIONVARIABLE getVariablesArray(int i)
      Gets ith "variables" element
    • sizeOfVariablesArray

      int sizeOfVariablesArray()
      Returns number of "variables" element
    • setVariablesArray

      void setVariablesArray(ASSERTIONVARIABLE[] variablesArray)
      Sets array of all "variables" element
    • setVariablesArray

      void setVariablesArray(int i, ASSERTIONVARIABLE variables)
      Sets ith "variables" element
    • insertNewVariables

      ASSERTIONVARIABLE insertNewVariables(int i)
      Inserts and returns a new empty value (as xml) as the ith "variables" element
    • addNewVariables

      ASSERTIONVARIABLE addNewVariables()
      Appends and returns a new empty value (as xml) as the last "variables" element
    • removeVariables

      void removeVariables(int i)
      Removes the ith "variables" element