Uses of Interface
org.openehr.schemas.v1.COMPOSITION
-
Packages that use COMPOSITION Package Description org.openehr.schemas.v1 org.openehr.schemas.v1.impl -
-
Uses of COMPOSITION in org.openehr.schemas.v1
Methods in org.openehr.schemas.v1 that return COMPOSITION Modifier and Type Method Description COMPOSITIONCompositionDocument. addNewComposition()Appends and returns a new empty "composition" elementCOMPOSITIONCompositionDocument. getComposition()Gets the "composition" elementstatic COMPOSITIONCOMPOSITION.Factory. newInstance()static COMPOSITIONCOMPOSITION.Factory. newInstance(org.apache.xmlbeans.XmlOptions options)static COMPOSITIONCOMPOSITION.Factory. parse(File file)static COMPOSITIONCOMPOSITION.Factory. parse(File file, org.apache.xmlbeans.XmlOptions options)static COMPOSITIONCOMPOSITION.Factory. parse(InputStream is)static COMPOSITIONCOMPOSITION.Factory. parse(InputStream is, org.apache.xmlbeans.XmlOptions options)static COMPOSITIONCOMPOSITION.Factory. parse(Reader r)static COMPOSITIONCOMPOSITION.Factory. parse(Reader r, org.apache.xmlbeans.XmlOptions options)static COMPOSITIONCOMPOSITION.Factory. parse(String xmlAsString)static COMPOSITIONCOMPOSITION.Factory. parse(String xmlAsString, org.apache.xmlbeans.XmlOptions options)static COMPOSITIONCOMPOSITION.Factory. parse(URL u)static COMPOSITIONCOMPOSITION.Factory. parse(URL u, org.apache.xmlbeans.XmlOptions options)static COMPOSITIONCOMPOSITION.Factory. parse(XMLStreamReader sr)static COMPOSITIONCOMPOSITION.Factory. parse(XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options)static COMPOSITIONCOMPOSITION.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)Deprecated.XMLInputStreamstatic COMPOSITIONCOMPOSITION.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options)Deprecated.XMLInputStreamstatic COMPOSITIONCOMPOSITION.Factory. parse(Node node)static COMPOSITIONCOMPOSITION.Factory. parse(Node node, org.apache.xmlbeans.XmlOptions options)Methods in org.openehr.schemas.v1 with parameters of type COMPOSITION Modifier and Type Method Description voidCompositionDocument. setComposition(COMPOSITION composition)Sets the "composition" element -
Uses of COMPOSITION in org.openehr.schemas.v1.impl
Classes in org.openehr.schemas.v1.impl that implement COMPOSITION Modifier and Type Class Description classCOMPOSITIONImplAn XML COMPOSITION(@http://schemas.openehr.org/v1).Methods in org.openehr.schemas.v1.impl that return COMPOSITION Modifier and Type Method Description COMPOSITIONCompositionDocumentImpl. addNewComposition()Appends and returns a new empty "composition" elementCOMPOSITIONCompositionDocumentImpl. getComposition()Gets the "composition" elementMethods in org.openehr.schemas.v1.impl with parameters of type COMPOSITION Modifier and Type Method Description voidCompositionDocumentImpl. setComposition(COMPOSITION composition)Sets the "composition" element
-