Uses of Interface
org.openehr.schemas.v1.TEMPLATEID
-
Packages that use TEMPLATEID Package Description org.openehr.schemas.v1 org.openehr.schemas.v1.impl -
-
Uses of TEMPLATEID in org.openehr.schemas.v1
Methods in org.openehr.schemas.v1 that return TEMPLATEID Modifier and Type Method Description TEMPLATEIDARCHETYPED. addNewTemplateId()Appends and returns a new empty "template_id" elementTEMPLATEIDCARCHETYPEROOT. addNewTemplateId()Appends and returns a new empty "template_id" elementTEMPLATEIDOPERATIONALTEMPLATE. addNewTemplateId()Appends and returns a new empty "template_id" elementTEMPLATEIDARCHETYPED. getTemplateId()Gets the "template_id" elementTEMPLATEIDCARCHETYPEROOT. getTemplateId()Gets the "template_id" elementTEMPLATEIDOPERATIONALTEMPLATE. getTemplateId()Gets the "template_id" elementstatic TEMPLATEIDTEMPLATEID.Factory. newInstance()static TEMPLATEIDTEMPLATEID.Factory. newInstance(org.apache.xmlbeans.XmlOptions options)static TEMPLATEIDTEMPLATEID.Factory. parse(File file)static TEMPLATEIDTEMPLATEID.Factory. parse(File file, org.apache.xmlbeans.XmlOptions options)static TEMPLATEIDTEMPLATEID.Factory. parse(InputStream is)static TEMPLATEIDTEMPLATEID.Factory. parse(InputStream is, org.apache.xmlbeans.XmlOptions options)static TEMPLATEIDTEMPLATEID.Factory. parse(Reader r)static TEMPLATEIDTEMPLATEID.Factory. parse(Reader r, org.apache.xmlbeans.XmlOptions options)static TEMPLATEIDTEMPLATEID.Factory. parse(String xmlAsString)static TEMPLATEIDTEMPLATEID.Factory. parse(String xmlAsString, org.apache.xmlbeans.XmlOptions options)static TEMPLATEIDTEMPLATEID.Factory. parse(URL u)static TEMPLATEIDTEMPLATEID.Factory. parse(URL u, org.apache.xmlbeans.XmlOptions options)static TEMPLATEIDTEMPLATEID.Factory. parse(XMLStreamReader sr)static TEMPLATEIDTEMPLATEID.Factory. parse(XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options)static TEMPLATEIDTEMPLATEID.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)Deprecated.XMLInputStreamstatic TEMPLATEIDTEMPLATEID.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options)Deprecated.XMLInputStreamstatic TEMPLATEIDTEMPLATEID.Factory. parse(Node node)static TEMPLATEIDTEMPLATEID.Factory. parse(Node node, org.apache.xmlbeans.XmlOptions options)Methods in org.openehr.schemas.v1 with parameters of type TEMPLATEID Modifier and Type Method Description voidARCHETYPED. setTemplateId(TEMPLATEID templateId)Sets the "template_id" elementvoidCARCHETYPEROOT. setTemplateId(TEMPLATEID templateId)Sets the "template_id" elementvoidOPERATIONALTEMPLATE. setTemplateId(TEMPLATEID templateId)Sets the "template_id" element -
Uses of TEMPLATEID in org.openehr.schemas.v1.impl
Classes in org.openehr.schemas.v1.impl that implement TEMPLATEID Modifier and Type Class Description classTEMPLATEIDImplAn XML TEMPLATE_ID(@http://schemas.openehr.org/v1).Methods in org.openehr.schemas.v1.impl that return TEMPLATEID Modifier and Type Method Description TEMPLATEIDARCHETYPEDImpl. addNewTemplateId()Appends and returns a new empty "template_id" elementTEMPLATEIDCARCHETYPEROOTImpl. addNewTemplateId()Appends and returns a new empty "template_id" elementTEMPLATEIDOPERATIONALTEMPLATEImpl. addNewTemplateId()Appends and returns a new empty "template_id" elementTEMPLATEIDARCHETYPEDImpl. getTemplateId()Gets the "template_id" elementTEMPLATEIDCARCHETYPEROOTImpl. getTemplateId()Gets the "template_id" elementTEMPLATEIDOPERATIONALTEMPLATEImpl. getTemplateId()Gets the "template_id" elementMethods in org.openehr.schemas.v1.impl with parameters of type TEMPLATEID Modifier and Type Method Description voidARCHETYPEDImpl. setTemplateId(TEMPLATEID templateId)Sets the "template_id" elementvoidCARCHETYPEROOTImpl. setTemplateId(TEMPLATEID templateId)Sets the "template_id" elementvoidOPERATIONALTEMPLATEImpl. setTemplateId(TEMPLATEID templateId)Sets the "template_id" element
-