Package org.openehr.schemas.v1
Interface DVMULTIMEDIA
- All Superinterfaces:
DATAVALUE,DVENCAPSULATED,org.apache.xmlbeans.XmlObject,org.apache.xmlbeans.XmlTokenSource
- All Known Implementing Classes:
DVMULTIMEDIAImpl
An XML DV_MULTIMEDIA(@http://schemas.openehr.org/v1).
This is a complex type.
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA factory class with static methods for creating instances of this type. -
Field Summary
FieldsFields inherited from interface org.apache.xmlbeans.XmlObject
EQUAL, GREATER_THAN, LESS_THAN, NOT_EQUAL -
Method Summary
Modifier and TypeMethodDescriptionAppends and returns a new empty "compression_algorithm" elementAppends and returns a new empty "integrity_check_algorithm" elementAppends and returns a new empty "media_type" elementAppends and returns a new empty "thumbnail" elementAppends and returns a new empty "uri" elementGets the "alternate_text" elementGets the "compression_algorithm" elementbyte[]getData()Gets the "data" elementbyte[]Gets the "integrity_check" elementGets the "integrity_check_algorithm" elementGets the "media_type" elementintgetSize()Gets the "size" elementGets the "thumbnail" elementgetUri()Gets the "uri" elementbooleanTrue if has "alternate_text" elementbooleanTrue if has "compression_algorithm" elementbooleanTrue if has "data" elementbooleanTrue if has "integrity_check" elementbooleanTrue if has "integrity_check_algorithm" elementbooleanTrue 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" elementvoidSets the "uri" elementvoidUnsets the "alternate_text" elementvoidUnsets the "compression_algorithm" elementvoidUnsets the "data" elementvoidUnsets the "integrity_check" elementvoidUnsets the "integrity_check_algorithm" elementvoidUnsets the "thumbnail" elementvoidunsetUri()Unsets the "uri" elementorg.apache.xmlbeans.XmlStringGets (as xml) the "alternate_text" elementorg.apache.xmlbeans.XmlBase64BinaryxgetData()Gets (as xml) the "data" elementorg.apache.xmlbeans.XmlBase64BinaryGets (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" elementMethods inherited from interface org.openehr.schemas.v1.DVENCAPSULATED
addNewCharset, addNewLanguage, getCharset, getLanguage, isSetCharset, isSetLanguage, setCharset, setLanguage, unsetCharset, unsetLanguageMethods 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, valueHashCodeMethods 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
-
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
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
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
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
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
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
Sets the "thumbnail" element -
addNewThumbnail
DVMULTIMEDIA addNewThumbnail()Appends and returns a new empty "thumbnail" element -
unsetThumbnail
void unsetThumbnail()Unsets the "thumbnail" element
-