Package org.openehr.schemas.v1
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.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classDVMULTIMEDIA.FactoryA factory class with static methods for creating instances of this type.
-
Field Summary
Fields Modifier and Type Field Description static org.apache.xmlbeans.SchemaTypetype
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description CODEPHRASEaddNewCompressionAlgorithm()Appends and returns a new empty "compression_algorithm" elementCODEPHRASEaddNewIntegrityCheckAlgorithm()Appends and returns a new empty "integrity_check_algorithm" elementCODEPHRASEaddNewMediaType()Appends and returns a new empty "media_type" elementDVMULTIMEDIAaddNewThumbnail()Appends and returns a new empty "thumbnail" elementDVURIaddNewUri()Appends and returns a new empty "uri" elementStringgetAlternateText()Gets the "alternate_text" elementCODEPHRASEgetCompressionAlgorithm()Gets the "compression_algorithm" elementbyte[]getData()Gets the "data" elementbyte[]getIntegrityCheck()Gets the "integrity_check" elementCODEPHRASEgetIntegrityCheckAlgorithm()Gets the "integrity_check_algorithm" elementCODEPHRASEgetMediaType()Gets the "media_type" elementintgetSize()Gets the "size" elementDVMULTIMEDIAgetThumbnail()Gets the "thumbnail" elementDVURIgetUri()Gets the "uri" elementbooleanisSetAlternateText()True if has "alternate_text" elementbooleanisSetCompressionAlgorithm()True if has "compression_algorithm" elementbooleanisSetData()True if has "data" elementbooleanisSetIntegrityCheck()True if has "integrity_check" elementbooleanisSetIntegrityCheckAlgorithm()True if has "integrity_check_algorithm" elementbooleanisSetThumbnail()True if has "thumbnail" elementbooleanisSetUri()True if has "uri" elementvoidsetAlternateText(String alternateText)Sets the "alternate_text" elementvoidsetCompressionAlgorithm(CODEPHRASE compressionAlgorithm)Sets the "compression_algorithm" elementvoidsetData(byte[] data)Sets the "data" elementvoidsetIntegrityCheck(byte[] integrityCheck)Sets the "integrity_check" elementvoidsetIntegrityCheckAlgorithm(CODEPHRASE integrityCheckAlgorithm)Sets the "integrity_check_algorithm" elementvoidsetMediaType(CODEPHRASE mediaType)Sets the "media_type" elementvoidsetSize(int size)Sets the "size" elementvoidsetThumbnail(DVMULTIMEDIA thumbnail)Sets the "thumbnail" elementvoidsetUri(DVURI uri)Sets the "uri" elementvoidunsetAlternateText()Unsets the "alternate_text" elementvoidunsetCompressionAlgorithm()Unsets the "compression_algorithm" elementvoidunsetData()Unsets the "data" elementvoidunsetIntegrityCheck()Unsets the "integrity_check" elementvoidunsetIntegrityCheckAlgorithm()Unsets the "integrity_check_algorithm" elementvoidunsetThumbnail()Unsets the "thumbnail" elementvoidunsetUri()Unsets the "uri" elementorg.apache.xmlbeans.XmlStringxgetAlternateText()Gets (as xml) the "alternate_text" elementorg.apache.xmlbeans.XmlBase64BinaryxgetData()Gets (as xml) the "data" elementorg.apache.xmlbeans.XmlBase64BinaryxgetIntegrityCheck()Gets (as xml) the "integrity_check" elementorg.apache.xmlbeans.XmlIntxgetSize()Gets (as xml) the "size" elementvoidxsetAlternateText(org.apache.xmlbeans.XmlString alternateText)Sets (as xml) the "alternate_text" elementvoidxsetData(org.apache.xmlbeans.XmlBase64Binary data)Sets (as xml) the "data" elementvoidxsetIntegrityCheck(org.apache.xmlbeans.XmlBase64Binary integrityCheck)Sets (as xml) the "integrity_check" elementvoidxsetSize(org.apache.xmlbeans.XmlInt size)Sets (as xml) the "size" element-
Methods inherited from interface org.openehr.schemas.v1.DVENCAPSULATED
addNewCharset, addNewLanguage, getCharset, getLanguage, isSetCharset, isSetLanguage, setCharset, setLanguage, unsetCharset, unsetLanguage
-
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
-
-
-
-
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
-
-