Uses of Interface
org.openehr.schemas.v1.ARCHETYPE
-
Packages that use ARCHETYPE Package Description org.openehr.schemas.v1 org.openehr.schemas.v1.impl -
-
Uses of ARCHETYPE in org.openehr.schemas.v1
Methods in org.openehr.schemas.v1 that return ARCHETYPE Modifier and Type Method Description ARCHETYPEArchetypeDocument. addNewArchetype()Appends and returns a new empty "archetype" elementARCHETYPEArchetypeDocument. getArchetype()Gets the "archetype" elementstatic ARCHETYPEARCHETYPE.Factory. newInstance()static ARCHETYPEARCHETYPE.Factory. newInstance(org.apache.xmlbeans.XmlOptions options)static ARCHETYPEARCHETYPE.Factory. parse(File file)static ARCHETYPEARCHETYPE.Factory. parse(File file, org.apache.xmlbeans.XmlOptions options)static ARCHETYPEARCHETYPE.Factory. parse(InputStream is)static ARCHETYPEARCHETYPE.Factory. parse(InputStream is, org.apache.xmlbeans.XmlOptions options)static ARCHETYPEARCHETYPE.Factory. parse(Reader r)static ARCHETYPEARCHETYPE.Factory. parse(Reader r, org.apache.xmlbeans.XmlOptions options)static ARCHETYPEARCHETYPE.Factory. parse(String xmlAsString)static ARCHETYPEARCHETYPE.Factory. parse(String xmlAsString, org.apache.xmlbeans.XmlOptions options)static ARCHETYPEARCHETYPE.Factory. parse(URL u)static ARCHETYPEARCHETYPE.Factory. parse(URL u, org.apache.xmlbeans.XmlOptions options)static ARCHETYPEARCHETYPE.Factory. parse(XMLStreamReader sr)static ARCHETYPEARCHETYPE.Factory. parse(XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options)static ARCHETYPEARCHETYPE.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)Deprecated.XMLInputStreamstatic ARCHETYPEARCHETYPE.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options)Deprecated.XMLInputStreamstatic ARCHETYPEARCHETYPE.Factory. parse(Node node)static ARCHETYPEARCHETYPE.Factory. parse(Node node, org.apache.xmlbeans.XmlOptions options)Methods in org.openehr.schemas.v1 with parameters of type ARCHETYPE Modifier and Type Method Description voidArchetypeDocument. setArchetype(ARCHETYPE archetype)Sets the "archetype" element -
Uses of ARCHETYPE in org.openehr.schemas.v1.impl
Classes in org.openehr.schemas.v1.impl that implement ARCHETYPE Modifier and Type Class Description classARCHETYPEImplAn XML ARCHETYPE(@http://schemas.openehr.org/v1).Methods in org.openehr.schemas.v1.impl that return ARCHETYPE Modifier and Type Method Description ARCHETYPEArchetypeDocumentImpl. addNewArchetype()Appends and returns a new empty "archetype" elementARCHETYPEArchetypeDocumentImpl. getArchetype()Gets the "archetype" elementMethods in org.openehr.schemas.v1.impl with parameters of type ARCHETYPE Modifier and Type Method Description voidArchetypeDocumentImpl. setArchetype(ARCHETYPE archetype)Sets the "archetype" element
-