Uses of Interface
org.openehr.schemas.v1.EXTRACTSPEC
Packages that use EXTRACTSPEC
-
Uses of EXTRACTSPEC in org.openehr.schemas.v1
Methods in org.openehr.schemas.v1 that return EXTRACTSPECModifier and TypeMethodDescriptionEXTRACTREQUEST.addNewExtractSpec()Appends and returns a new empty "extract_spec" elementEXTRACT.addNewSpecification()Appends and returns a new empty "specification" elementEXTRACTREQUEST.getExtractSpec()Gets the "extract_spec" elementEXTRACT.getSpecification()Gets the "specification" elementstatic EXTRACTSPECEXTRACTSPEC.Factory.newInstance()static EXTRACTSPECEXTRACTSPEC.Factory.newInstance(org.apache.xmlbeans.XmlOptions options) static EXTRACTSPECstatic EXTRACTSPECstatic EXTRACTSPECEXTRACTSPEC.Factory.parse(InputStream is) static EXTRACTSPECEXTRACTSPEC.Factory.parse(InputStream is, org.apache.xmlbeans.XmlOptions options) static EXTRACTSPECstatic EXTRACTSPECstatic EXTRACTSPECstatic EXTRACTSPECstatic EXTRACTSPECstatic EXTRACTSPECstatic 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.static EXTRACTSPECEXTRACTSPEC.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options) Deprecated.XMLInputStreamstatic EXTRACTSPECstatic EXTRACTSPECMethods in org.openehr.schemas.v1 with parameters of type EXTRACTSPECModifier and TypeMethodDescriptionvoidEXTRACTREQUEST.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 EXTRACTSPECModifier and TypeClassDescriptionclassAn XML EXTRACT_SPEC(@http://schemas.openehr.org/v1).Methods in org.openehr.schemas.v1.impl that return EXTRACTSPECModifier and TypeMethodDescriptionEXTRACTREQUESTImpl.addNewExtractSpec()Appends and returns a new empty "extract_spec" elementEXTRACTImpl.addNewSpecification()Appends and returns a new empty "specification" elementEXTRACTREQUESTImpl.getExtractSpec()Gets the "extract_spec" elementEXTRACTImpl.getSpecification()Gets the "specification" elementMethods in org.openehr.schemas.v1.impl with parameters of type EXTRACTSPECModifier and TypeMethodDescriptionvoidEXTRACTREQUESTImpl.setExtractSpec(EXTRACTSPEC extractSpec) Sets the "extract_spec" elementvoidEXTRACTImpl.setSpecification(EXTRACTSPEC specification) Sets the "specification" element
XMLInputStream