Interface DVTEXT

All Superinterfaces:
DATAVALUE, org.apache.xmlbeans.XmlObject, org.apache.xmlbeans.XmlTokenSource
All Known Subinterfaces:
DVCODEDTEXT
All Known Implementing Classes:
DVCODEDTEXTImpl, DVTEXTImpl

public interface DVTEXT extends DATAVALUE
An XML DV_TEXT(@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 "encoding" element
    Appends and returns a new empty "hyperlink" element
    Appends and returns a new empty "language" element
    Appends and returns a new empty value (as xml) as the last "mappings" element
    Gets the "encoding" element
    Gets the "formatting" element
    Gets the "hyperlink" element
    Gets the "language" element
    Gets array of all "mappings" elements
    Gets ith "mappings" element
    Gets the "value" element
    Inserts and returns a new empty value (as xml) as the ith "mappings" element
    boolean
    True if has "encoding" element
    boolean
    True if has "formatting" element
    boolean
    True if has "hyperlink" element
    boolean
    True if has "language" element
    void
    Removes the ith "mappings" element
    void
    Sets the "encoding" element
    void
    setFormatting(String formatting)
    Sets the "formatting" element
    void
    setHyperlink(DVURI hyperlink)
    Sets the "hyperlink" element
    void
    Sets the "language" element
    void
    setMappingsArray(int i, TERMMAPPING mappings)
    Sets ith "mappings" element
    void
    setMappingsArray(TERMMAPPING[] mappingsArray)
    Sets array of all "mappings" element
    void
    Sets the "value" element
    int
    Returns number of "mappings" element
    void
    Unsets the "encoding" element
    void
    Unsets the "formatting" element
    void
    Unsets the "hyperlink" element
    void
    Unsets the "language" element
    org.apache.xmlbeans.XmlString
    Gets (as xml) the "formatting" element
    org.apache.xmlbeans.XmlString
    Gets (as xml) the "value" element
    void
    xsetFormatting(org.apache.xmlbeans.XmlString formatting)
    Sets (as xml) the "formatting" element
    void
    xsetValue(org.apache.xmlbeans.XmlString value)
    Sets (as xml) the "value" 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

    • getValue

      String getValue()
      Gets the "value" element
    • xgetValue

      org.apache.xmlbeans.XmlString xgetValue()
      Gets (as xml) the "value" element
    • setValue

      void setValue(String value)
      Sets the "value" element
    • xsetValue

      void xsetValue(org.apache.xmlbeans.XmlString value)
      Sets (as xml) the "value" element
    • getHyperlink

      DVURI getHyperlink()
      Gets the "hyperlink" element
    • isSetHyperlink

      boolean isSetHyperlink()
      True if has "hyperlink" element
    • setHyperlink

      void setHyperlink(DVURI hyperlink)
      Sets the "hyperlink" element
    • addNewHyperlink

      DVURI addNewHyperlink()
      Appends and returns a new empty "hyperlink" element
    • unsetHyperlink

      void unsetHyperlink()
      Unsets the "hyperlink" element
    • getFormatting

      String getFormatting()
      Gets the "formatting" element
    • xgetFormatting

      org.apache.xmlbeans.XmlString xgetFormatting()
      Gets (as xml) the "formatting" element
    • isSetFormatting

      boolean isSetFormatting()
      True if has "formatting" element
    • setFormatting

      void setFormatting(String formatting)
      Sets the "formatting" element
    • xsetFormatting

      void xsetFormatting(org.apache.xmlbeans.XmlString formatting)
      Sets (as xml) the "formatting" element
    • unsetFormatting

      void unsetFormatting()
      Unsets the "formatting" element
    • getMappingsArray

      TERMMAPPING[] getMappingsArray()
      Gets array of all "mappings" elements
    • getMappingsArray

      TERMMAPPING getMappingsArray(int i)
      Gets ith "mappings" element
    • sizeOfMappingsArray

      int sizeOfMappingsArray()
      Returns number of "mappings" element
    • setMappingsArray

      void setMappingsArray(TERMMAPPING[] mappingsArray)
      Sets array of all "mappings" element
    • setMappingsArray

      void setMappingsArray(int i, TERMMAPPING mappings)
      Sets ith "mappings" element
    • insertNewMappings

      TERMMAPPING insertNewMappings(int i)
      Inserts and returns a new empty value (as xml) as the ith "mappings" element
    • addNewMappings

      TERMMAPPING addNewMappings()
      Appends and returns a new empty value (as xml) as the last "mappings" element
    • removeMappings

      void removeMappings(int i)
      Removes the ith "mappings" element
    • getLanguage

      CODEPHRASE getLanguage()
      Gets the "language" element
    • isSetLanguage

      boolean isSetLanguage()
      True if has "language" element
    • setLanguage

      void setLanguage(CODEPHRASE language)
      Sets the "language" element
    • addNewLanguage

      CODEPHRASE addNewLanguage()
      Appends and returns a new empty "language" element
    • unsetLanguage

      void unsetLanguage()
      Unsets the "language" element
    • getEncoding

      CODEPHRASE getEncoding()
      Gets the "encoding" element
    • isSetEncoding

      boolean isSetEncoding()
      True if has "encoding" element
    • setEncoding

      void setEncoding(CODEPHRASE encoding)
      Sets the "encoding" element
    • addNewEncoding

      CODEPHRASE addNewEncoding()
      Appends and returns a new empty "encoding" element
    • unsetEncoding

      void unsetEncoding()
      Unsets the "encoding" element