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 class  DVTEXT.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
    • Field Detail

      • type

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

      • 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