Interface DVMULTIMEDIA

  • All Superinterfaces:
    DATAVALUE, DVENCAPSULATED, org.apache.xmlbeans.XmlObject, org.apache.xmlbeans.XmlTokenSource
    All Known Implementing Classes:
    DVMULTIMEDIAImpl

    public interface DVMULTIMEDIA
    extends DVENCAPSULATED
    An XML DV_MULTIMEDIA(@http://schemas.openehr.org/v1). This is a complex type.
    • Field Detail

      • type

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

      • getAlternateText

        String getAlternateText()
        Gets the "alternate_text" element
      • xgetAlternateText

        org.apache.xmlbeans.XmlString xgetAlternateText()
        Gets (as xml) the "alternate_text" element
      • isSetAlternateText

        boolean isSetAlternateText()
        True if has "alternate_text" element
      • setAlternateText

        void setAlternateText​(String alternateText)
        Sets the "alternate_text" element
      • xsetAlternateText

        void xsetAlternateText​(org.apache.xmlbeans.XmlString alternateText)
        Sets (as xml) the "alternate_text" element
      • unsetAlternateText

        void unsetAlternateText()
        Unsets the "alternate_text" element
      • getUri

        DVURI getUri()
        Gets the "uri" element
      • isSetUri

        boolean isSetUri()
        True if has "uri" element
      • setUri

        void setUri​(DVURI uri)
        Sets the "uri" element
      • addNewUri

        DVURI addNewUri()
        Appends and returns a new empty "uri" element
      • unsetUri

        void unsetUri()
        Unsets the "uri" element
      • getData

        byte[] getData()
        Gets the "data" element
      • xgetData

        org.apache.xmlbeans.XmlBase64Binary xgetData()
        Gets (as xml) the "data" element
      • isSetData

        boolean isSetData()
        True if has "data" element
      • setData

        void setData​(byte[] data)
        Sets the "data" element
      • xsetData

        void xsetData​(org.apache.xmlbeans.XmlBase64Binary data)
        Sets (as xml) the "data" element
      • unsetData

        void unsetData()
        Unsets the "data" element
      • getMediaType

        CODEPHRASE getMediaType()
        Gets the "media_type" element
      • setMediaType

        void setMediaType​(CODEPHRASE mediaType)
        Sets the "media_type" element
      • addNewMediaType

        CODEPHRASE addNewMediaType()
        Appends and returns a new empty "media_type" element
      • getCompressionAlgorithm

        CODEPHRASE getCompressionAlgorithm()
        Gets the "compression_algorithm" element
      • isSetCompressionAlgorithm

        boolean isSetCompressionAlgorithm()
        True if has "compression_algorithm" element
      • setCompressionAlgorithm

        void setCompressionAlgorithm​(CODEPHRASE compressionAlgorithm)
        Sets the "compression_algorithm" element
      • addNewCompressionAlgorithm

        CODEPHRASE addNewCompressionAlgorithm()
        Appends and returns a new empty "compression_algorithm" element
      • unsetCompressionAlgorithm

        void unsetCompressionAlgorithm()
        Unsets the "compression_algorithm" element
      • getIntegrityCheck

        byte[] getIntegrityCheck()
        Gets the "integrity_check" element
      • xgetIntegrityCheck

        org.apache.xmlbeans.XmlBase64Binary xgetIntegrityCheck()
        Gets (as xml) the "integrity_check" element
      • isSetIntegrityCheck

        boolean isSetIntegrityCheck()
        True if has "integrity_check" element
      • setIntegrityCheck

        void setIntegrityCheck​(byte[] integrityCheck)
        Sets the "integrity_check" element
      • xsetIntegrityCheck

        void xsetIntegrityCheck​(org.apache.xmlbeans.XmlBase64Binary integrityCheck)
        Sets (as xml) the "integrity_check" element
      • unsetIntegrityCheck

        void unsetIntegrityCheck()
        Unsets the "integrity_check" element
      • getIntegrityCheckAlgorithm

        CODEPHRASE getIntegrityCheckAlgorithm()
        Gets the "integrity_check_algorithm" element
      • isSetIntegrityCheckAlgorithm

        boolean isSetIntegrityCheckAlgorithm()
        True if has "integrity_check_algorithm" element
      • setIntegrityCheckAlgorithm

        void setIntegrityCheckAlgorithm​(CODEPHRASE integrityCheckAlgorithm)
        Sets the "integrity_check_algorithm" element
      • addNewIntegrityCheckAlgorithm

        CODEPHRASE addNewIntegrityCheckAlgorithm()
        Appends and returns a new empty "integrity_check_algorithm" element
      • unsetIntegrityCheckAlgorithm

        void unsetIntegrityCheckAlgorithm()
        Unsets the "integrity_check_algorithm" element
      • getSize

        int getSize()
        Gets the "size" element
      • xgetSize

        org.apache.xmlbeans.XmlInt xgetSize()
        Gets (as xml) the "size" element
      • setSize

        void setSize​(int size)
        Sets the "size" element
      • xsetSize

        void xsetSize​(org.apache.xmlbeans.XmlInt size)
        Sets (as xml) the "size" element
      • getThumbnail

        DVMULTIMEDIA getThumbnail()
        Gets the "thumbnail" element
      • isSetThumbnail

        boolean isSetThumbnail()
        True if has "thumbnail" element
      • setThumbnail

        void setThumbnail​(DVMULTIMEDIA thumbnail)
        Sets the "thumbnail" element
      • addNewThumbnail

        DVMULTIMEDIA addNewThumbnail()
        Appends and returns a new empty "thumbnail" element
      • unsetThumbnail

        void unsetThumbnail()
        Unsets the "thumbnail" element