Uses of Interface
org.openehr.schemas.v1.DVMULTIMEDIA
-
Packages that use DVMULTIMEDIA Package Description org.openehr.schemas.v1 org.openehr.schemas.v1.impl -
-
Uses of DVMULTIMEDIA in org.openehr.schemas.v1
Methods in org.openehr.schemas.v1 that return DVMULTIMEDIA Modifier and Type Method Description DVMULTIMEDIAATTESTATION. addNewAttestedView()Appends and returns a new empty "attested_view" elementDVMULTIMEDIADVMULTIMEDIA. addNewThumbnail()Appends and returns a new empty "thumbnail" elementDVMULTIMEDIAATTESTATION. getAttestedView()Gets the "attested_view" elementDVMULTIMEDIADVMULTIMEDIA. getThumbnail()Gets the "thumbnail" elementstatic DVMULTIMEDIADVMULTIMEDIA.Factory. newInstance()static DVMULTIMEDIADVMULTIMEDIA.Factory. newInstance(org.apache.xmlbeans.XmlOptions options)static DVMULTIMEDIADVMULTIMEDIA.Factory. parse(File file)static DVMULTIMEDIADVMULTIMEDIA.Factory. parse(File file, org.apache.xmlbeans.XmlOptions options)static DVMULTIMEDIADVMULTIMEDIA.Factory. parse(InputStream is)static DVMULTIMEDIADVMULTIMEDIA.Factory. parse(InputStream is, org.apache.xmlbeans.XmlOptions options)static DVMULTIMEDIADVMULTIMEDIA.Factory. parse(Reader r)static DVMULTIMEDIADVMULTIMEDIA.Factory. parse(Reader r, org.apache.xmlbeans.XmlOptions options)static DVMULTIMEDIADVMULTIMEDIA.Factory. parse(String xmlAsString)static DVMULTIMEDIADVMULTIMEDIA.Factory. parse(String xmlAsString, org.apache.xmlbeans.XmlOptions options)static DVMULTIMEDIADVMULTIMEDIA.Factory. parse(URL u)static DVMULTIMEDIADVMULTIMEDIA.Factory. parse(URL u, org.apache.xmlbeans.XmlOptions options)static DVMULTIMEDIADVMULTIMEDIA.Factory. parse(XMLStreamReader sr)static DVMULTIMEDIADVMULTIMEDIA.Factory. parse(XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options)static DVMULTIMEDIADVMULTIMEDIA.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)Deprecated.XMLInputStreamstatic DVMULTIMEDIADVMULTIMEDIA.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options)Deprecated.XMLInputStreamstatic DVMULTIMEDIADVMULTIMEDIA.Factory. parse(Node node)static DVMULTIMEDIADVMULTIMEDIA.Factory. parse(Node node, org.apache.xmlbeans.XmlOptions options)Methods in org.openehr.schemas.v1 with parameters of type DVMULTIMEDIA Modifier and Type Method Description voidATTESTATION. setAttestedView(DVMULTIMEDIA attestedView)Sets the "attested_view" elementvoidDVMULTIMEDIA. setThumbnail(DVMULTIMEDIA thumbnail)Sets the "thumbnail" element -
Uses of DVMULTIMEDIA in org.openehr.schemas.v1.impl
Classes in org.openehr.schemas.v1.impl that implement DVMULTIMEDIA Modifier and Type Class Description classDVMULTIMEDIAImplAn XML DV_MULTIMEDIA(@http://schemas.openehr.org/v1).Methods in org.openehr.schemas.v1.impl that return DVMULTIMEDIA Modifier and Type Method Description DVMULTIMEDIAATTESTATIONImpl. addNewAttestedView()Appends and returns a new empty "attested_view" elementDVMULTIMEDIADVMULTIMEDIAImpl. addNewThumbnail()Appends and returns a new empty "thumbnail" elementDVMULTIMEDIAATTESTATIONImpl. getAttestedView()Gets the "attested_view" elementDVMULTIMEDIADVMULTIMEDIAImpl. getThumbnail()Gets the "thumbnail" elementMethods in org.openehr.schemas.v1.impl with parameters of type DVMULTIMEDIA Modifier and Type Method Description voidATTESTATIONImpl. setAttestedView(DVMULTIMEDIA attestedView)Sets the "attested_view" elementvoidDVMULTIMEDIAImpl. setThumbnail(DVMULTIMEDIA thumbnail)Sets the "thumbnail" element
-