Uses of Interface
org.openehr.schemas.v1.EXTRACTREQUEST
-
Packages that use EXTRACTREQUEST Package Description org.openehr.schemas.v1 org.openehr.schemas.v1.impl -
-
Uses of EXTRACTREQUEST in org.openehr.schemas.v1
Methods in org.openehr.schemas.v1 that return EXTRACTREQUEST Modifier and Type Method Description EXTRACTREQUESTExtractRequestDocument. addNewExtractRequest()Appends and returns a new empty "extract_request" elementEXTRACTREQUESTExtractRequestDocument. getExtractRequest()Gets the "extract_request" elementstatic EXTRACTREQUESTEXTRACTREQUEST.Factory. newInstance()static EXTRACTREQUESTEXTRACTREQUEST.Factory. newInstance(org.apache.xmlbeans.XmlOptions options)static EXTRACTREQUESTEXTRACTREQUEST.Factory. parse(File file)static EXTRACTREQUESTEXTRACTREQUEST.Factory. parse(File file, org.apache.xmlbeans.XmlOptions options)static EXTRACTREQUESTEXTRACTREQUEST.Factory. parse(InputStream is)static EXTRACTREQUESTEXTRACTREQUEST.Factory. parse(InputStream is, org.apache.xmlbeans.XmlOptions options)static EXTRACTREQUESTEXTRACTREQUEST.Factory. parse(Reader r)static EXTRACTREQUESTEXTRACTREQUEST.Factory. parse(Reader r, org.apache.xmlbeans.XmlOptions options)static EXTRACTREQUESTEXTRACTREQUEST.Factory. parse(String xmlAsString)static EXTRACTREQUESTEXTRACTREQUEST.Factory. parse(String xmlAsString, org.apache.xmlbeans.XmlOptions options)static EXTRACTREQUESTEXTRACTREQUEST.Factory. parse(URL u)static EXTRACTREQUESTEXTRACTREQUEST.Factory. parse(URL u, org.apache.xmlbeans.XmlOptions options)static EXTRACTREQUESTEXTRACTREQUEST.Factory. parse(XMLStreamReader sr)static EXTRACTREQUESTEXTRACTREQUEST.Factory. parse(XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options)static EXTRACTREQUESTEXTRACTREQUEST.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)Deprecated.XMLInputStreamstatic EXTRACTREQUESTEXTRACTREQUEST.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options)Deprecated.XMLInputStreamstatic EXTRACTREQUESTEXTRACTREQUEST.Factory. parse(Node node)static EXTRACTREQUESTEXTRACTREQUEST.Factory. parse(Node node, org.apache.xmlbeans.XmlOptions options)Methods in org.openehr.schemas.v1 with parameters of type EXTRACTREQUEST Modifier and Type Method Description voidExtractRequestDocument. setExtractRequest(EXTRACTREQUEST extractRequest)Sets the "extract_request" element -
Uses of EXTRACTREQUEST in org.openehr.schemas.v1.impl
Classes in org.openehr.schemas.v1.impl that implement EXTRACTREQUEST Modifier and Type Class Description classEXTRACTREQUESTImplAn XML EXTRACT_REQUEST(@http://schemas.openehr.org/v1).Methods in org.openehr.schemas.v1.impl that return EXTRACTREQUEST Modifier and Type Method Description EXTRACTREQUESTExtractRequestDocumentImpl. addNewExtractRequest()Appends and returns a new empty "extract_request" elementEXTRACTREQUESTExtractRequestDocumentImpl. getExtractRequest()Gets the "extract_request" elementMethods in org.openehr.schemas.v1.impl with parameters of type EXTRACTREQUEST Modifier and Type Method Description voidExtractRequestDocumentImpl. setExtractRequest(EXTRACTREQUEST extractRequest)Sets the "extract_request" element
-