Uses of Interface
org.openehr.schemas.v1.EXTRACTSPEC
-
Packages that use EXTRACTSPEC Package Description org.openehr.schemas.v1 org.openehr.schemas.v1.impl -
-
Uses of EXTRACTSPEC in org.openehr.schemas.v1
Methods in org.openehr.schemas.v1 that return EXTRACTSPEC Modifier and Type Method Description EXTRACTSPECEXTRACTREQUEST. addNewExtractSpec()Appends and returns a new empty "extract_spec" elementEXTRACTSPECEXTRACT. addNewSpecification()Appends and returns a new empty "specification" elementEXTRACTSPECEXTRACTREQUEST. getExtractSpec()Gets the "extract_spec" elementEXTRACTSPECEXTRACT. getSpecification()Gets the "specification" elementstatic EXTRACTSPECEXTRACTSPEC.Factory. newInstance()static EXTRACTSPECEXTRACTSPEC.Factory. newInstance(org.apache.xmlbeans.XmlOptions options)static EXTRACTSPECEXTRACTSPEC.Factory. parse(File file)static EXTRACTSPECEXTRACTSPEC.Factory. parse(File file, org.apache.xmlbeans.XmlOptions options)static EXTRACTSPECEXTRACTSPEC.Factory. parse(InputStream is)static EXTRACTSPECEXTRACTSPEC.Factory. parse(InputStream is, org.apache.xmlbeans.XmlOptions options)static EXTRACTSPECEXTRACTSPEC.Factory. parse(Reader r)static EXTRACTSPECEXTRACTSPEC.Factory. parse(Reader r, org.apache.xmlbeans.XmlOptions options)static EXTRACTSPECEXTRACTSPEC.Factory. parse(String xmlAsString)static EXTRACTSPECEXTRACTSPEC.Factory. parse(String xmlAsString, org.apache.xmlbeans.XmlOptions options)static EXTRACTSPECEXTRACTSPEC.Factory. parse(URL u)static EXTRACTSPECEXTRACTSPEC.Factory. parse(URL u, org.apache.xmlbeans.XmlOptions options)static EXTRACTSPECEXTRACTSPEC.Factory. parse(XMLStreamReader sr)static EXTRACTSPECEXTRACTSPEC.Factory. parse(XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options)static EXTRACTSPECEXTRACTSPEC.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)Deprecated.XMLInputStreamstatic EXTRACTSPECEXTRACTSPEC.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options)Deprecated.XMLInputStreamstatic EXTRACTSPECEXTRACTSPEC.Factory. parse(Node node)static EXTRACTSPECEXTRACTSPEC.Factory. parse(Node node, org.apache.xmlbeans.XmlOptions options)Methods in org.openehr.schemas.v1 with parameters of type EXTRACTSPEC Modifier and Type Method Description voidEXTRACTREQUEST. setExtractSpec(EXTRACTSPEC extractSpec)Sets the "extract_spec" elementvoidEXTRACT. setSpecification(EXTRACTSPEC specification)Sets the "specification" element -
Uses of EXTRACTSPEC in org.openehr.schemas.v1.impl
Classes in org.openehr.schemas.v1.impl that implement EXTRACTSPEC Modifier and Type Class Description classEXTRACTSPECImplAn XML EXTRACT_SPEC(@http://schemas.openehr.org/v1).Methods in org.openehr.schemas.v1.impl that return EXTRACTSPEC Modifier and Type Method Description EXTRACTSPECEXTRACTREQUESTImpl. addNewExtractSpec()Appends and returns a new empty "extract_spec" elementEXTRACTSPECEXTRACTImpl. addNewSpecification()Appends and returns a new empty "specification" elementEXTRACTSPECEXTRACTREQUESTImpl. getExtractSpec()Gets the "extract_spec" elementEXTRACTSPECEXTRACTImpl. getSpecification()Gets the "specification" elementMethods in org.openehr.schemas.v1.impl with parameters of type EXTRACTSPEC Modifier and Type Method Description voidEXTRACTREQUESTImpl. setExtractSpec(EXTRACTSPEC extractSpec)Sets the "extract_spec" elementvoidEXTRACTImpl. setSpecification(EXTRACTSPEC specification)Sets the "specification" element
-