Interface EXTRACTSPEC

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

public interface EXTRACTSPEC extends org.apache.xmlbeans.XmlObject
An XML EXTRACT_SPEC(@http://schemas.openehr.org/v1). This is a complex type.
  • Field Details

    • type

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

    • getExtractType

      String getExtractType()
      Gets the "extract_type" element
    • xgetExtractType

      org.apache.xmlbeans.XmlString xgetExtractType()
      Gets (as xml) the "extract_type" element
    • setExtractType

      void setExtractType(String extractType)
      Sets the "extract_type" element
    • xsetExtractType

      void xsetExtractType(org.apache.xmlbeans.XmlString extractType)
      Sets (as xml) the "extract_type" element
    • getIncludesMultimedia

      boolean getIncludesMultimedia()
      Gets the "includes_multimedia" element
    • xgetIncludesMultimedia

      org.apache.xmlbeans.XmlBoolean xgetIncludesMultimedia()
      Gets (as xml) the "includes_multimedia" element
    • setIncludesMultimedia

      void setIncludesMultimedia(boolean includesMultimedia)
      Sets the "includes_multimedia" element
    • xsetIncludesMultimedia

      void xsetIncludesMultimedia(org.apache.xmlbeans.XmlBoolean includesMultimedia)
      Sets (as xml) the "includes_multimedia" element
    • getLinkDepth

      int getLinkDepth()
      Gets the "link_depth" element
    • xgetLinkDepth

      org.apache.xmlbeans.XmlInt xgetLinkDepth()
      Gets (as xml) the "link_depth" element
    • setLinkDepth

      void setLinkDepth(int linkDepth)
      Sets the "link_depth" element
    • xsetLinkDepth

      void xsetLinkDepth(org.apache.xmlbeans.XmlInt linkDepth)
      Sets (as xml) the "link_depth" element
    • getCriteriaArray

      DVPARSABLE[] getCriteriaArray()
      Gets array of all "criteria" elements
    • getCriteriaArray

      DVPARSABLE getCriteriaArray(int i)
      Gets ith "criteria" element
    • sizeOfCriteriaArray

      int sizeOfCriteriaArray()
      Returns number of "criteria" element
    • setCriteriaArray

      void setCriteriaArray(DVPARSABLE[] criteriaArray)
      Sets array of all "criteria" element
    • setCriteriaArray

      void setCriteriaArray(int i, DVPARSABLE criteria)
      Sets ith "criteria" element
    • insertNewCriteria

      DVPARSABLE insertNewCriteria(int i)
      Inserts and returns a new empty value (as xml) as the ith "criteria" element
    • addNewCriteria

      DVPARSABLE addNewCriteria()
      Appends and returns a new empty value (as xml) as the last "criteria" element
    • removeCriteria

      void removeCriteria(int i)
      Removes the ith "criteria" element
    • getIncludesDirectory

      boolean getIncludesDirectory()
      Gets the "includes_directory" element
    • xgetIncludesDirectory

      org.apache.xmlbeans.XmlBoolean xgetIncludesDirectory()
      Gets (as xml) the "includes_directory" element
    • setIncludesDirectory

      void setIncludesDirectory(boolean includesDirectory)
      Sets the "includes_directory" element
    • xsetIncludesDirectory

      void xsetIncludesDirectory(org.apache.xmlbeans.XmlBoolean includesDirectory)
      Sets (as xml) the "includes_directory" element
    • getDirectoryArchetype

      ARCHETYPEID getDirectoryArchetype()
      Gets the "directory_archetype" element
    • isSetDirectoryArchetype

      boolean isSetDirectoryArchetype()
      True if has "directory_archetype" element
    • setDirectoryArchetype

      void setDirectoryArchetype(ARCHETYPEID directoryArchetype)
      Sets the "directory_archetype" element
    • addNewDirectoryArchetype

      ARCHETYPEID addNewDirectoryArchetype()
      Appends and returns a new empty "directory_archetype" element
    • unsetDirectoryArchetype

      void unsetDirectoryArchetype()
      Unsets the "directory_archetype" element
    • getOtherDetails

      ITEMSTRUCTURE getOtherDetails()
      Gets the "other_details" element
    • isSetOtherDetails

      boolean isSetOtherDetails()
      True if has "other_details" element
    • setOtherDetails

      void setOtherDetails(ITEMSTRUCTURE otherDetails)
      Sets the "other_details" element
    • addNewOtherDetails

      ITEMSTRUCTURE addNewOtherDetails()
      Appends and returns a new empty "other_details" element
    • unsetOtherDetails

      void unsetOtherDetails()
      Unsets the "other_details" element
    • getVersionSpec

      EXTRACTVERSIONSPEC getVersionSpec()
      Gets the "version_spec" element
    • isSetVersionSpec

      boolean isSetVersionSpec()
      True if has "version_spec" element
    • setVersionSpec

      void setVersionSpec(EXTRACTVERSIONSPEC versionSpec)
      Sets the "version_spec" element
    • addNewVersionSpec

      EXTRACTVERSIONSPEC addNewVersionSpec()
      Appends and returns a new empty "version_spec" element
    • unsetVersionSpec

      void unsetVersionSpec()
      Unsets the "version_spec" element
    • getManifest

      EXTRACTMANIFEST getManifest()
      Gets the "manifest" element
    • setManifest

      void setManifest(EXTRACTMANIFEST manifest)
      Sets the "manifest" element
    • addNewManifest

      EXTRACTMANIFEST addNewManifest()
      Appends and returns a new empty "manifest" element