Uses of Interface
org.openehr.schemas.v1.EXTRACTUPDATESPEC
-
Packages that use EXTRACTUPDATESPEC Package Description org.openehr.schemas.v1 org.openehr.schemas.v1.impl -
-
Uses of EXTRACTUPDATESPEC in org.openehr.schemas.v1
Methods in org.openehr.schemas.v1 that return EXTRACTUPDATESPEC Modifier and Type Method Description EXTRACTUPDATESPECEXTRACTREQUEST. addNewUpdateSpec()Appends and returns a new empty "update_spec" elementEXTRACTUPDATESPECEXTRACTREQUEST. getUpdateSpec()Gets the "update_spec" elementstatic EXTRACTUPDATESPECEXTRACTUPDATESPEC.Factory. newInstance()static EXTRACTUPDATESPECEXTRACTUPDATESPEC.Factory. newInstance(org.apache.xmlbeans.XmlOptions options)static EXTRACTUPDATESPECEXTRACTUPDATESPEC.Factory. parse(File file)static EXTRACTUPDATESPECEXTRACTUPDATESPEC.Factory. parse(File file, org.apache.xmlbeans.XmlOptions options)static EXTRACTUPDATESPECEXTRACTUPDATESPEC.Factory. parse(InputStream is)static EXTRACTUPDATESPECEXTRACTUPDATESPEC.Factory. parse(InputStream is, org.apache.xmlbeans.XmlOptions options)static EXTRACTUPDATESPECEXTRACTUPDATESPEC.Factory. parse(Reader r)static EXTRACTUPDATESPECEXTRACTUPDATESPEC.Factory. parse(Reader r, org.apache.xmlbeans.XmlOptions options)static EXTRACTUPDATESPECEXTRACTUPDATESPEC.Factory. parse(String xmlAsString)static EXTRACTUPDATESPECEXTRACTUPDATESPEC.Factory. parse(String xmlAsString, org.apache.xmlbeans.XmlOptions options)static EXTRACTUPDATESPECEXTRACTUPDATESPEC.Factory. parse(URL u)static EXTRACTUPDATESPECEXTRACTUPDATESPEC.Factory. parse(URL u, org.apache.xmlbeans.XmlOptions options)static EXTRACTUPDATESPECEXTRACTUPDATESPEC.Factory. parse(XMLStreamReader sr)static EXTRACTUPDATESPECEXTRACTUPDATESPEC.Factory. parse(XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options)static EXTRACTUPDATESPECEXTRACTUPDATESPEC.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)Deprecated.XMLInputStreamstatic EXTRACTUPDATESPECEXTRACTUPDATESPEC.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options)Deprecated.XMLInputStreamstatic EXTRACTUPDATESPECEXTRACTUPDATESPEC.Factory. parse(Node node)static EXTRACTUPDATESPECEXTRACTUPDATESPEC.Factory. parse(Node node, org.apache.xmlbeans.XmlOptions options)Methods in org.openehr.schemas.v1 with parameters of type EXTRACTUPDATESPEC Modifier and Type Method Description voidEXTRACTREQUEST. setUpdateSpec(EXTRACTUPDATESPEC updateSpec)Sets the "update_spec" element -
Uses of EXTRACTUPDATESPEC in org.openehr.schemas.v1.impl
Classes in org.openehr.schemas.v1.impl that implement EXTRACTUPDATESPEC Modifier and Type Class Description classEXTRACTUPDATESPECImplAn XML EXTRACT_UPDATE_SPEC(@http://schemas.openehr.org/v1).Methods in org.openehr.schemas.v1.impl that return EXTRACTUPDATESPEC Modifier and Type Method Description EXTRACTUPDATESPECEXTRACTREQUESTImpl. addNewUpdateSpec()Appends and returns a new empty "update_spec" elementEXTRACTUPDATESPECEXTRACTREQUESTImpl. getUpdateSpec()Gets the "update_spec" elementMethods in org.openehr.schemas.v1.impl with parameters of type EXTRACTUPDATESPEC Modifier and Type Method Description voidEXTRACTREQUESTImpl. setUpdateSpec(EXTRACTUPDATESPEC updateSpec)Sets the "update_spec" element
-