Uses of Interface
org.openehr.schemas.v1.EXTRACTMANIFEST
-
Packages that use EXTRACTMANIFEST Package Description org.openehr.schemas.v1 org.openehr.schemas.v1.impl -
-
Uses of EXTRACTMANIFEST in org.openehr.schemas.v1
Methods in org.openehr.schemas.v1 that return EXTRACTMANIFEST Modifier and Type Method Description EXTRACTMANIFESTEXTRACTSPEC. addNewManifest()Appends and returns a new empty "manifest" elementEXTRACTMANIFESTEXTRACTSPEC. getManifest()Gets the "manifest" elementstatic EXTRACTMANIFESTEXTRACTMANIFEST.Factory. newInstance()static EXTRACTMANIFESTEXTRACTMANIFEST.Factory. newInstance(org.apache.xmlbeans.XmlOptions options)static EXTRACTMANIFESTEXTRACTMANIFEST.Factory. parse(File file)static EXTRACTMANIFESTEXTRACTMANIFEST.Factory. parse(File file, org.apache.xmlbeans.XmlOptions options)static EXTRACTMANIFESTEXTRACTMANIFEST.Factory. parse(InputStream is)static EXTRACTMANIFESTEXTRACTMANIFEST.Factory. parse(InputStream is, org.apache.xmlbeans.XmlOptions options)static EXTRACTMANIFESTEXTRACTMANIFEST.Factory. parse(Reader r)static EXTRACTMANIFESTEXTRACTMANIFEST.Factory. parse(Reader r, org.apache.xmlbeans.XmlOptions options)static EXTRACTMANIFESTEXTRACTMANIFEST.Factory. parse(String xmlAsString)static EXTRACTMANIFESTEXTRACTMANIFEST.Factory. parse(String xmlAsString, org.apache.xmlbeans.XmlOptions options)static EXTRACTMANIFESTEXTRACTMANIFEST.Factory. parse(URL u)static EXTRACTMANIFESTEXTRACTMANIFEST.Factory. parse(URL u, org.apache.xmlbeans.XmlOptions options)static EXTRACTMANIFESTEXTRACTMANIFEST.Factory. parse(XMLStreamReader sr)static EXTRACTMANIFESTEXTRACTMANIFEST.Factory. parse(XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options)static EXTRACTMANIFESTEXTRACTMANIFEST.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)Deprecated.XMLInputStreamstatic EXTRACTMANIFESTEXTRACTMANIFEST.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options)Deprecated.XMLInputStreamstatic EXTRACTMANIFESTEXTRACTMANIFEST.Factory. parse(Node node)static EXTRACTMANIFESTEXTRACTMANIFEST.Factory. parse(Node node, org.apache.xmlbeans.XmlOptions options)Methods in org.openehr.schemas.v1 with parameters of type EXTRACTMANIFEST Modifier and Type Method Description voidEXTRACTSPEC. setManifest(EXTRACTMANIFEST manifest)Sets the "manifest" element -
Uses of EXTRACTMANIFEST in org.openehr.schemas.v1.impl
Classes in org.openehr.schemas.v1.impl that implement EXTRACTMANIFEST Modifier and Type Class Description classEXTRACTMANIFESTImplAn XML EXTRACT_MANIFEST(@http://schemas.openehr.org/v1).Methods in org.openehr.schemas.v1.impl that return EXTRACTMANIFEST Modifier and Type Method Description EXTRACTMANIFESTEXTRACTSPECImpl. addNewManifest()Appends and returns a new empty "manifest" elementEXTRACTMANIFESTEXTRACTSPECImpl. getManifest()Gets the "manifest" elementMethods in org.openehr.schemas.v1.impl with parameters of type EXTRACTMANIFEST Modifier and Type Method Description voidEXTRACTSPECImpl. setManifest(EXTRACTMANIFEST manifest)Sets the "manifest" element
-