Interface EXTRACTREQUEST

All Superinterfaces:
LOCATABLE, org.apache.xmlbeans.XmlObject, org.apache.xmlbeans.XmlTokenSource
All Known Implementing Classes:
EXTRACTREQUESTImpl

public interface EXTRACTREQUEST extends LOCATABLE
An XML EXTRACT_REQUEST(@http://schemas.openehr.org/v1). This is a complex type.
  • Field Details

    • type

      static final org.apache.xmlbeans.SchemaType type
  • Method Details

    • getExtractSpec

      EXTRACTSPEC getExtractSpec()
      Gets the "extract_spec" element
    • setExtractSpec

      void setExtractSpec(EXTRACTSPEC extractSpec)
      Sets the "extract_spec" element
    • addNewExtractSpec

      EXTRACTSPEC addNewExtractSpec()
      Appends and returns a new empty "extract_spec" element
    • getUpdateSpec

      EXTRACTUPDATESPEC getUpdateSpec()
      Gets the "update_spec" element
    • isSetUpdateSpec

      boolean isSetUpdateSpec()
      True if has "update_spec" element
    • setUpdateSpec

      void setUpdateSpec(EXTRACTUPDATESPEC updateSpec)
      Sets the "update_spec" element
    • addNewUpdateSpec

      EXTRACTUPDATESPEC addNewUpdateSpec()
      Appends and returns a new empty "update_spec" element
    • unsetUpdateSpec

      void unsetUpdateSpec()
      Unsets the "update_spec" element