Uses of Interface
org.openehr.schemas.v1.FLATARCHETYPEONTOLOGY
-
Packages that use FLATARCHETYPEONTOLOGY Package Description org.openehr.schemas.v1 org.openehr.schemas.v1.impl -
-
Uses of FLATARCHETYPEONTOLOGY in org.openehr.schemas.v1
Methods in org.openehr.schemas.v1 that return FLATARCHETYPEONTOLOGY Modifier and Type Method Description FLATARCHETYPEONTOLOGYOPERATIONALTEMPLATE. addNewComponentOntologies()Appends and returns a new empty value (as xml) as the last "component_ontologies" elementFLATARCHETYPEONTOLOGYOPERATIONALTEMPLATE. addNewOntology()Appends and returns a new empty "ontology" elementFLATARCHETYPEONTOLOGY[]OPERATIONALTEMPLATE. getComponentOntologiesArray()Gets array of all "component_ontologies" elementsFLATARCHETYPEONTOLOGYOPERATIONALTEMPLATE. getComponentOntologiesArray(int i)Gets ith "component_ontologies" elementFLATARCHETYPEONTOLOGYOPERATIONALTEMPLATE. getOntology()Gets the "ontology" elementFLATARCHETYPEONTOLOGYOPERATIONALTEMPLATE. insertNewComponentOntologies(int i)Inserts and returns a new empty value (as xml) as the ith "component_ontologies" elementstatic FLATARCHETYPEONTOLOGYFLATARCHETYPEONTOLOGY.Factory. newInstance()static FLATARCHETYPEONTOLOGYFLATARCHETYPEONTOLOGY.Factory. newInstance(org.apache.xmlbeans.XmlOptions options)static FLATARCHETYPEONTOLOGYFLATARCHETYPEONTOLOGY.Factory. parse(File file)static FLATARCHETYPEONTOLOGYFLATARCHETYPEONTOLOGY.Factory. parse(File file, org.apache.xmlbeans.XmlOptions options)static FLATARCHETYPEONTOLOGYFLATARCHETYPEONTOLOGY.Factory. parse(InputStream is)static FLATARCHETYPEONTOLOGYFLATARCHETYPEONTOLOGY.Factory. parse(InputStream is, org.apache.xmlbeans.XmlOptions options)static FLATARCHETYPEONTOLOGYFLATARCHETYPEONTOLOGY.Factory. parse(Reader r)static FLATARCHETYPEONTOLOGYFLATARCHETYPEONTOLOGY.Factory. parse(Reader r, org.apache.xmlbeans.XmlOptions options)static FLATARCHETYPEONTOLOGYFLATARCHETYPEONTOLOGY.Factory. parse(String xmlAsString)static FLATARCHETYPEONTOLOGYFLATARCHETYPEONTOLOGY.Factory. parse(String xmlAsString, org.apache.xmlbeans.XmlOptions options)static FLATARCHETYPEONTOLOGYFLATARCHETYPEONTOLOGY.Factory. parse(URL u)static FLATARCHETYPEONTOLOGYFLATARCHETYPEONTOLOGY.Factory. parse(URL u, org.apache.xmlbeans.XmlOptions options)static FLATARCHETYPEONTOLOGYFLATARCHETYPEONTOLOGY.Factory. parse(XMLStreamReader sr)static FLATARCHETYPEONTOLOGYFLATARCHETYPEONTOLOGY.Factory. parse(XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options)static FLATARCHETYPEONTOLOGYFLATARCHETYPEONTOLOGY.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)Deprecated.XMLInputStreamstatic FLATARCHETYPEONTOLOGYFLATARCHETYPEONTOLOGY.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options)Deprecated.XMLInputStreamstatic FLATARCHETYPEONTOLOGYFLATARCHETYPEONTOLOGY.Factory. parse(Node node)static FLATARCHETYPEONTOLOGYFLATARCHETYPEONTOLOGY.Factory. parse(Node node, org.apache.xmlbeans.XmlOptions options)Methods in org.openehr.schemas.v1 with parameters of type FLATARCHETYPEONTOLOGY Modifier and Type Method Description voidOPERATIONALTEMPLATE. setComponentOntologiesArray(int i, FLATARCHETYPEONTOLOGY componentOntologies)Sets ith "component_ontologies" elementvoidOPERATIONALTEMPLATE. setComponentOntologiesArray(FLATARCHETYPEONTOLOGY[] componentOntologiesArray)Sets array of all "component_ontologies" elementvoidOPERATIONALTEMPLATE. setOntology(FLATARCHETYPEONTOLOGY ontology)Sets the "ontology" element -
Uses of FLATARCHETYPEONTOLOGY in org.openehr.schemas.v1.impl
Classes in org.openehr.schemas.v1.impl that implement FLATARCHETYPEONTOLOGY Modifier and Type Class Description classFLATARCHETYPEONTOLOGYImplAn XML FLAT_ARCHETYPE_ONTOLOGY(@http://schemas.openehr.org/v1).Methods in org.openehr.schemas.v1.impl that return FLATARCHETYPEONTOLOGY Modifier and Type Method Description FLATARCHETYPEONTOLOGYOPERATIONALTEMPLATEImpl. addNewComponentOntologies()Appends and returns a new empty value (as xml) as the last "component_ontologies" elementFLATARCHETYPEONTOLOGYOPERATIONALTEMPLATEImpl. addNewOntology()Appends and returns a new empty "ontology" elementFLATARCHETYPEONTOLOGY[]OPERATIONALTEMPLATEImpl. getComponentOntologiesArray()Gets array of all "component_ontologies" elementsFLATARCHETYPEONTOLOGYOPERATIONALTEMPLATEImpl. getComponentOntologiesArray(int i)Gets ith "component_ontologies" elementFLATARCHETYPEONTOLOGYOPERATIONALTEMPLATEImpl. getOntology()Gets the "ontology" elementFLATARCHETYPEONTOLOGYOPERATIONALTEMPLATEImpl. insertNewComponentOntologies(int i)Inserts and returns a new empty value (as xml) as the ith "component_ontologies" elementMethods in org.openehr.schemas.v1.impl with parameters of type FLATARCHETYPEONTOLOGY Modifier and Type Method Description voidOPERATIONALTEMPLATEImpl. setComponentOntologiesArray(int i, FLATARCHETYPEONTOLOGY componentOntologies)Sets ith "component_ontologies" elementvoidOPERATIONALTEMPLATEImpl. setComponentOntologiesArray(FLATARCHETYPEONTOLOGY[] componentOntologiesArray)Sets array of all "component_ontologies" elementvoidOPERATIONALTEMPLATEImpl. setOntology(FLATARCHETYPEONTOLOGY ontology)Sets the "ontology" element
-