Interface EXTRACTCHAPTER

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

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

    • type

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

    • getDirectory

      EXTRACTFOLDER getDirectory()
      Gets the "directory" element
    • isSetDirectory

      boolean isSetDirectory()
      True if has "directory" element
    • setDirectory

      void setDirectory(EXTRACTFOLDER directory)
      Sets the "directory" element
    • addNewDirectory

      EXTRACTFOLDER addNewDirectory()
      Appends and returns a new empty "directory" element
    • unsetDirectory

      void unsetDirectory()
      Unsets the "directory" element
    • getContent

      EXTRACTCONTENT getContent()
      Gets the "content" element
    • setContent

      void setContent(EXTRACTCONTENT content)
      Sets the "content" element
    • addNewContent

      EXTRACTCONTENT addNewContent()
      Appends and returns a new empty "content" element
    • getEntityIdentifier

      EXTRACTENTITYIDENTIFIER getEntityIdentifier()
      Gets the "entity_identifier" element
    • setEntityIdentifier

      void setEntityIdentifier(EXTRACTENTITYIDENTIFIER entityIdentifier)
      Sets the "entity_identifier" element
    • addNewEntityIdentifier

      EXTRACTENTITYIDENTIFIER addNewEntityIdentifier()
      Appends and returns a new empty "entity_identifier" element