Interface EXTRACT

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

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

    • type

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

    • getRequestId

      OBJECTREF getRequestId()
      Gets the "request_id" element
    • isSetRequestId

      boolean isSetRequestId()
      True if has "request_id" element
    • setRequestId

      void setRequestId(OBJECTREF requestId)
      Sets the "request_id" element
    • addNewRequestId

      OBJECTREF addNewRequestId()
      Appends and returns a new empty "request_id" element
    • unsetRequestId

      void unsetRequestId()
      Unsets the "request_id" element
    • getTimeCreated

      DVDATETIME getTimeCreated()
      Gets the "time_created" element
    • setTimeCreated

      void setTimeCreated(DVDATETIME timeCreated)
      Sets the "time_created" element
    • addNewTimeCreated

      DVDATETIME addNewTimeCreated()
      Appends and returns a new empty "time_created" element
    • getSystemId

      HIEROBJECTID getSystemId()
      Gets the "system_id" element
    • setSystemId

      void setSystemId(HIEROBJECTID systemId)
      Sets the "system_id" element
    • addNewSystemId

      HIEROBJECTID addNewSystemId()
      Appends and returns a new empty "system_id" element
    • getParticipationsArray

      PARTICIPATION[] getParticipationsArray()
      Gets array of all "participations" elements
    • getParticipationsArray

      PARTICIPATION getParticipationsArray(int i)
      Gets ith "participations" element
    • sizeOfParticipationsArray

      int sizeOfParticipationsArray()
      Returns number of "participations" element
    • setParticipationsArray

      void setParticipationsArray(PARTICIPATION[] participationsArray)
      Sets array of all "participations" element
    • setParticipationsArray

      void setParticipationsArray(int i, PARTICIPATION participations)
      Sets ith "participations" element
    • insertNewParticipations

      PARTICIPATION insertNewParticipations(int i)
      Inserts and returns a new empty value (as xml) as the ith "participations" element
    • addNewParticipations

      PARTICIPATION addNewParticipations()
      Appends and returns a new empty value (as xml) as the last "participations" element
    • removeParticipations

      void removeParticipations(int i)
      Removes the ith "participations" element
    • getSequenceNr

      long getSequenceNr()
      Gets the "sequence_nr" element
    • xgetSequenceNr

      org.apache.xmlbeans.XmlLong xgetSequenceNr()
      Gets (as xml) the "sequence_nr" element
    • setSequenceNr

      void setSequenceNr(long sequenceNr)
      Sets the "sequence_nr" element
    • xsetSequenceNr

      void xsetSequenceNr(org.apache.xmlbeans.XmlLong sequenceNr)
      Sets (as xml) the "sequence_nr" element
    • getChaptersArray

      EXTRACTCHAPTER[] getChaptersArray()
      Gets array of all "chapters" elements
    • getChaptersArray

      EXTRACTCHAPTER getChaptersArray(int i)
      Gets ith "chapters" element
    • sizeOfChaptersArray

      int sizeOfChaptersArray()
      Returns number of "chapters" element
    • setChaptersArray

      void setChaptersArray(EXTRACTCHAPTER[] chaptersArray)
      Sets array of all "chapters" element
    • setChaptersArray

      void setChaptersArray(int i, EXTRACTCHAPTER chapters)
      Sets ith "chapters" element
    • insertNewChapters

      EXTRACTCHAPTER insertNewChapters(int i)
      Inserts and returns a new empty value (as xml) as the ith "chapters" element
    • addNewChapters

      EXTRACTCHAPTER addNewChapters()
      Appends and returns a new empty value (as xml) as the last "chapters" element
    • removeChapters

      void removeChapters(int i)
      Removes the ith "chapters" element
    • getSpecification

      EXTRACTSPEC getSpecification()
      Gets the "specification" element
    • isSetSpecification

      boolean isSetSpecification()
      True if has "specification" element
    • setSpecification

      void setSpecification(EXTRACTSPEC specification)
      Sets the "specification" element
    • addNewSpecification

      EXTRACTSPEC addNewSpecification()
      Appends and returns a new empty "specification" element
    • unsetSpecification

      void unsetSpecification()
      Unsets the "specification" element