Uses of Interface
org.openehr.schemas.v1.ARCHETYPEONTOLOGY
-
Packages that use ARCHETYPEONTOLOGY Package Description org.openehr.schemas.v1 org.openehr.schemas.v1.impl -
-
Uses of ARCHETYPEONTOLOGY in org.openehr.schemas.v1
Subinterfaces of ARCHETYPEONTOLOGY in org.openehr.schemas.v1 Modifier and Type Interface Description interfaceFLATARCHETYPEONTOLOGYAn XML FLAT_ARCHETYPE_ONTOLOGY(@http://schemas.openehr.org/v1).Methods in org.openehr.schemas.v1 that return ARCHETYPEONTOLOGY Modifier and Type Method Description ARCHETYPEONTOLOGYARCHETYPE. addNewOntology()Appends and returns a new empty "ontology" elementARCHETYPEONTOLOGYARCHETYPE. getOntology()Gets the "ontology" elementstatic ARCHETYPEONTOLOGYARCHETYPEONTOLOGY.Factory. newInstance()static ARCHETYPEONTOLOGYARCHETYPEONTOLOGY.Factory. newInstance(org.apache.xmlbeans.XmlOptions options)static ARCHETYPEONTOLOGYARCHETYPEONTOLOGY.Factory. parse(File file)static ARCHETYPEONTOLOGYARCHETYPEONTOLOGY.Factory. parse(File file, org.apache.xmlbeans.XmlOptions options)static ARCHETYPEONTOLOGYARCHETYPEONTOLOGY.Factory. parse(InputStream is)static ARCHETYPEONTOLOGYARCHETYPEONTOLOGY.Factory. parse(InputStream is, org.apache.xmlbeans.XmlOptions options)static ARCHETYPEONTOLOGYARCHETYPEONTOLOGY.Factory. parse(Reader r)static ARCHETYPEONTOLOGYARCHETYPEONTOLOGY.Factory. parse(Reader r, org.apache.xmlbeans.XmlOptions options)static ARCHETYPEONTOLOGYARCHETYPEONTOLOGY.Factory. parse(String xmlAsString)static ARCHETYPEONTOLOGYARCHETYPEONTOLOGY.Factory. parse(String xmlAsString, org.apache.xmlbeans.XmlOptions options)static ARCHETYPEONTOLOGYARCHETYPEONTOLOGY.Factory. parse(URL u)static ARCHETYPEONTOLOGYARCHETYPEONTOLOGY.Factory. parse(URL u, org.apache.xmlbeans.XmlOptions options)static ARCHETYPEONTOLOGYARCHETYPEONTOLOGY.Factory. parse(XMLStreamReader sr)static ARCHETYPEONTOLOGYARCHETYPEONTOLOGY.Factory. parse(XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options)static ARCHETYPEONTOLOGYARCHETYPEONTOLOGY.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)Deprecated.XMLInputStreamstatic ARCHETYPEONTOLOGYARCHETYPEONTOLOGY.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options)Deprecated.XMLInputStreamstatic ARCHETYPEONTOLOGYARCHETYPEONTOLOGY.Factory. parse(Node node)static ARCHETYPEONTOLOGYARCHETYPEONTOLOGY.Factory. parse(Node node, org.apache.xmlbeans.XmlOptions options)Methods in org.openehr.schemas.v1 with parameters of type ARCHETYPEONTOLOGY Modifier and Type Method Description voidARCHETYPE. setOntology(ARCHETYPEONTOLOGY ontology)Sets the "ontology" element -
Uses of ARCHETYPEONTOLOGY in org.openehr.schemas.v1.impl
Classes in org.openehr.schemas.v1.impl that implement ARCHETYPEONTOLOGY Modifier and Type Class Description classARCHETYPEONTOLOGYImplAn XML ARCHETYPE_ONTOLOGY(@http://schemas.openehr.org/v1).classFLATARCHETYPEONTOLOGYImplAn XML FLAT_ARCHETYPE_ONTOLOGY(@http://schemas.openehr.org/v1).Methods in org.openehr.schemas.v1.impl that return ARCHETYPEONTOLOGY Modifier and Type Method Description ARCHETYPEONTOLOGYARCHETYPEImpl. addNewOntology()Appends and returns a new empty "ontology" elementARCHETYPEONTOLOGYARCHETYPEImpl. getOntology()Gets the "ontology" elementMethods in org.openehr.schemas.v1.impl with parameters of type ARCHETYPEONTOLOGY Modifier and Type Method Description voidARCHETYPEImpl. setOntology(ARCHETYPEONTOLOGY ontology)Sets the "ontology" element
-