Uses of Interface
openEHR.v1.template.TEMPLATE
-
Packages that use TEMPLATE Package Description openEHR.v1.template openEHR.v1.template.impl -
-
Uses of TEMPLATE in openEHR.v1.template
Methods in openEHR.v1.template that return TEMPLATE Modifier and Type Method Description TEMPLATETemplateDocument. addNewTemplate()Appends and returns a new empty "template" elementTEMPLATETemplateDocument. getTemplate()Gets the "template" elementstatic TEMPLATETEMPLATE.Factory. newInstance()static TEMPLATETEMPLATE.Factory. newInstance(org.apache.xmlbeans.XmlOptions options)static TEMPLATETEMPLATE.Factory. parse(File file)static TEMPLATETEMPLATE.Factory. parse(File file, org.apache.xmlbeans.XmlOptions options)static TEMPLATETEMPLATE.Factory. parse(InputStream is)static TEMPLATETEMPLATE.Factory. parse(InputStream is, org.apache.xmlbeans.XmlOptions options)static TEMPLATETEMPLATE.Factory. parse(Reader r)static TEMPLATETEMPLATE.Factory. parse(Reader r, org.apache.xmlbeans.XmlOptions options)static TEMPLATETEMPLATE.Factory. parse(String xmlAsString)static TEMPLATETEMPLATE.Factory. parse(String xmlAsString, org.apache.xmlbeans.XmlOptions options)static TEMPLATETEMPLATE.Factory. parse(URL u)static TEMPLATETEMPLATE.Factory. parse(URL u, org.apache.xmlbeans.XmlOptions options)static TEMPLATETEMPLATE.Factory. parse(XMLStreamReader sr)static TEMPLATETEMPLATE.Factory. parse(XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options)static TEMPLATETEMPLATE.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)Deprecated.XMLInputStreamstatic TEMPLATETEMPLATE.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options)Deprecated.XMLInputStreamstatic TEMPLATETEMPLATE.Factory. parse(Node node)static TEMPLATETEMPLATE.Factory. parse(Node node, org.apache.xmlbeans.XmlOptions options)Methods in openEHR.v1.template with parameters of type TEMPLATE Modifier and Type Method Description voidTemplateDocument. setTemplate(TEMPLATE template)Sets the "template" element -
Uses of TEMPLATE in openEHR.v1.template.impl
Classes in openEHR.v1.template.impl that implement TEMPLATE Modifier and Type Class Description classTEMPLATEImplAn XML TEMPLATE(@openEHR/v1/Template).Methods in openEHR.v1.template.impl that return TEMPLATE Modifier and Type Method Description TEMPLATETemplateDocumentImpl. addNewTemplate()Appends and returns a new empty "template" elementTEMPLATETemplateDocumentImpl. getTemplate()Gets the "template" elementMethods in openEHR.v1.template.impl with parameters of type TEMPLATE Modifier and Type Method Description voidTemplateDocumentImpl. setTemplate(TEMPLATE template)Sets the "template" element
-