Uses of Interface
org.openehr.schemas.v1.EXTRACT
-
Packages that use EXTRACT Package Description org.openehr.schemas.v1 org.openehr.schemas.v1.impl -
-
Uses of EXTRACT in org.openehr.schemas.v1
Methods in org.openehr.schemas.v1 that return EXTRACT Modifier and Type Method Description EXTRACTExtractDocument. addNewExtract()Appends and returns a new empty "extract" elementEXTRACTExtractDocument. getExtract()Gets the "extract" elementstatic EXTRACTEXTRACT.Factory. newInstance()static EXTRACTEXTRACT.Factory. newInstance(org.apache.xmlbeans.XmlOptions options)static EXTRACTEXTRACT.Factory. parse(File file)static EXTRACTEXTRACT.Factory. parse(File file, org.apache.xmlbeans.XmlOptions options)static EXTRACTEXTRACT.Factory. parse(InputStream is)static EXTRACTEXTRACT.Factory. parse(InputStream is, org.apache.xmlbeans.XmlOptions options)static EXTRACTEXTRACT.Factory. parse(Reader r)static EXTRACTEXTRACT.Factory. parse(Reader r, org.apache.xmlbeans.XmlOptions options)static EXTRACTEXTRACT.Factory. parse(String xmlAsString)static EXTRACTEXTRACT.Factory. parse(String xmlAsString, org.apache.xmlbeans.XmlOptions options)static EXTRACTEXTRACT.Factory. parse(URL u)static EXTRACTEXTRACT.Factory. parse(URL u, org.apache.xmlbeans.XmlOptions options)static EXTRACTEXTRACT.Factory. parse(XMLStreamReader sr)static EXTRACTEXTRACT.Factory. parse(XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options)static EXTRACTEXTRACT.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)Deprecated.XMLInputStreamstatic EXTRACTEXTRACT.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options)Deprecated.XMLInputStreamstatic EXTRACTEXTRACT.Factory. parse(Node node)static EXTRACTEXTRACT.Factory. parse(Node node, org.apache.xmlbeans.XmlOptions options)Methods in org.openehr.schemas.v1 with parameters of type EXTRACT Modifier and Type Method Description voidExtractDocument. setExtract(EXTRACT extract)Sets the "extract" element -
Uses of EXTRACT in org.openehr.schemas.v1.impl
Classes in org.openehr.schemas.v1.impl that implement EXTRACT Modifier and Type Class Description classEXTRACTImplAn XML EXTRACT(@http://schemas.openehr.org/v1).Methods in org.openehr.schemas.v1.impl that return EXTRACT Modifier and Type Method Description EXTRACTExtractDocumentImpl. addNewExtract()Appends and returns a new empty "extract" elementEXTRACTExtractDocumentImpl. getExtract()Gets the "extract" elementMethods in org.openehr.schemas.v1.impl with parameters of type EXTRACT Modifier and Type Method Description voidExtractDocumentImpl. setExtract(EXTRACT extract)Sets the "extract" element
-