Uses of Interface
org.openehr.schemas.v1.DVURI
-
Packages that use DVURI Package Description org.openehr.schemas.v1 org.openehr.schemas.v1.impl -
-
Uses of DVURI in org.openehr.schemas.v1
Subinterfaces of DVURI in org.openehr.schemas.v1 Modifier and Type Interface Description interfaceDVEHRURIAn XML DV_EHR_URI(@http://schemas.openehr.org/v1).Methods in org.openehr.schemas.v1 that return DVURI Modifier and Type Method Description DVURIDVTEXT. addNewHyperlink()Appends and returns a new empty "hyperlink" elementDVURIEXTRACTITEM. addNewOriginalPath()Appends and returns a new empty "original_path" elementDVURIDVMULTIMEDIA. addNewUri()Appends and returns a new empty "uri" elementDVURIDVTEXT. getHyperlink()Gets the "hyperlink" elementDVURIEXTRACTITEM. getOriginalPath()Gets the "original_path" elementDVURIDVMULTIMEDIA. getUri()Gets the "uri" elementstatic DVURIDVURI.Factory. newInstance()static DVURIDVURI.Factory. newInstance(org.apache.xmlbeans.XmlOptions options)static DVURIDVURI.Factory. parse(File file)static DVURIDVURI.Factory. parse(File file, org.apache.xmlbeans.XmlOptions options)static DVURIDVURI.Factory. parse(InputStream is)static DVURIDVURI.Factory. parse(InputStream is, org.apache.xmlbeans.XmlOptions options)static DVURIDVURI.Factory. parse(Reader r)static DVURIDVURI.Factory. parse(Reader r, org.apache.xmlbeans.XmlOptions options)static DVURIDVURI.Factory. parse(String xmlAsString)static DVURIDVURI.Factory. parse(String xmlAsString, org.apache.xmlbeans.XmlOptions options)static DVURIDVURI.Factory. parse(URL u)static DVURIDVURI.Factory. parse(URL u, org.apache.xmlbeans.XmlOptions options)static DVURIDVURI.Factory. parse(XMLStreamReader sr)static DVURIDVURI.Factory. parse(XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options)static DVURIDVURI.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)Deprecated.XMLInputStreamstatic DVURIDVURI.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options)Deprecated.XMLInputStreamstatic DVURIDVURI.Factory. parse(Node node)static DVURIDVURI.Factory. parse(Node node, org.apache.xmlbeans.XmlOptions options)Methods in org.openehr.schemas.v1 with parameters of type DVURI Modifier and Type Method Description voidDVTEXT. setHyperlink(DVURI hyperlink)Sets the "hyperlink" elementvoidEXTRACTITEM. setOriginalPath(DVURI originalPath)Sets the "original_path" elementvoidDVMULTIMEDIA. setUri(DVURI uri)Sets the "uri" element -
Uses of DVURI in org.openehr.schemas.v1.impl
Classes in org.openehr.schemas.v1.impl that implement DVURI Modifier and Type Class Description classDVEHRURIImplAn XML DV_EHR_URI(@http://schemas.openehr.org/v1).classDVURIImplAn XML DV_URI(@http://schemas.openehr.org/v1).Methods in org.openehr.schemas.v1.impl that return DVURI Modifier and Type Method Description DVURIDVTEXTImpl. addNewHyperlink()Appends and returns a new empty "hyperlink" elementDVURIEXTRACTITEMImpl. addNewOriginalPath()Appends and returns a new empty "original_path" elementDVURIDVMULTIMEDIAImpl. addNewUri()Appends and returns a new empty "uri" elementDVURIDVTEXTImpl. getHyperlink()Gets the "hyperlink" elementDVURIEXTRACTITEMImpl. getOriginalPath()Gets the "original_path" elementDVURIDVMULTIMEDIAImpl. getUri()Gets the "uri" elementMethods in org.openehr.schemas.v1.impl with parameters of type DVURI Modifier and Type Method Description voidDVTEXTImpl. setHyperlink(DVURI hyperlink)Sets the "hyperlink" elementvoidEXTRACTITEMImpl. setOriginalPath(DVURI originalPath)Sets the "original_path" elementvoidDVMULTIMEDIAImpl. setUri(DVURI uri)Sets the "uri" element
-