Uses of Interface
org.openehr.schemas.v1.TVIEW
-
Packages that use TVIEW Package Description org.openehr.schemas.v1 org.openehr.schemas.v1.impl -
-
Uses of TVIEW in org.openehr.schemas.v1
Methods in org.openehr.schemas.v1 that return TVIEW Modifier and Type Method Description TVIEWOPERATIONALTEMPLATE. addNewView()Appends and returns a new empty "view" elementTVIEWOPERATIONALTEMPLATE. getView()Gets the "view" elementstatic TVIEWTVIEW.Factory. newInstance()static TVIEWTVIEW.Factory. newInstance(org.apache.xmlbeans.XmlOptions options)static TVIEWTVIEW.Factory. parse(File file)static TVIEWTVIEW.Factory. parse(File file, org.apache.xmlbeans.XmlOptions options)static TVIEWTVIEW.Factory. parse(InputStream is)static TVIEWTVIEW.Factory. parse(InputStream is, org.apache.xmlbeans.XmlOptions options)static TVIEWTVIEW.Factory. parse(Reader r)static TVIEWTVIEW.Factory. parse(Reader r, org.apache.xmlbeans.XmlOptions options)static TVIEWTVIEW.Factory. parse(String xmlAsString)static TVIEWTVIEW.Factory. parse(String xmlAsString, org.apache.xmlbeans.XmlOptions options)static TVIEWTVIEW.Factory. parse(URL u)static TVIEWTVIEW.Factory. parse(URL u, org.apache.xmlbeans.XmlOptions options)static TVIEWTVIEW.Factory. parse(XMLStreamReader sr)static TVIEWTVIEW.Factory. parse(XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options)static TVIEWTVIEW.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)Deprecated.XMLInputStreamstatic TVIEWTVIEW.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options)Deprecated.XMLInputStreamstatic TVIEWTVIEW.Factory. parse(Node node)static TVIEWTVIEW.Factory. parse(Node node, org.apache.xmlbeans.XmlOptions options)Methods in org.openehr.schemas.v1 with parameters of type TVIEW Modifier and Type Method Description voidOPERATIONALTEMPLATE. setView(TVIEW view)Sets the "view" element -
Uses of TVIEW in org.openehr.schemas.v1.impl
Classes in org.openehr.schemas.v1.impl that implement TVIEW Modifier and Type Class Description classTVIEWImplAn XML T_VIEW(@http://schemas.openehr.org/v1).Methods in org.openehr.schemas.v1.impl that return TVIEW Modifier and Type Method Description TVIEWOPERATIONALTEMPLATEImpl. addNewView()Appends and returns a new empty "view" elementTVIEWOPERATIONALTEMPLATEImpl. getView()Gets the "view" elementMethods in org.openehr.schemas.v1.impl with parameters of type TVIEW Modifier and Type Method Description voidOPERATIONALTEMPLATEImpl. setView(TVIEW view)Sets the "view" element
-