Interface COMPOSITION

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

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

    • type

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

    • getLanguage

      CODEPHRASE getLanguage()
      Gets the "language" element
    • setLanguage

      void setLanguage(CODEPHRASE language)
      Sets the "language" element
    • addNewLanguage

      CODEPHRASE addNewLanguage()
      Appends and returns a new empty "language" element
    • getTerritory

      CODEPHRASE getTerritory()
      Gets the "territory" element
    • setTerritory

      void setTerritory(CODEPHRASE territory)
      Sets the "territory" element
    • addNewTerritory

      CODEPHRASE addNewTerritory()
      Appends and returns a new empty "territory" element
    • getCategory

      DVCODEDTEXT getCategory()
      Gets the "category" element
    • setCategory

      void setCategory(DVCODEDTEXT category)
      Sets the "category" element
    • addNewCategory

      DVCODEDTEXT addNewCategory()
      Appends and returns a new empty "category" element
    • getComposer

      PARTYPROXY getComposer()
      Gets the "composer" element
    • setComposer

      void setComposer(PARTYPROXY composer)
      Sets the "composer" element
    • addNewComposer

      PARTYPROXY addNewComposer()
      Appends and returns a new empty "composer" element
    • getContext

      EVENTCONTEXT getContext()
      Gets the "context" element
    • isSetContext

      boolean isSetContext()
      True if has "context" element
    • setContext

      void setContext(EVENTCONTEXT context)
      Sets the "context" element
    • addNewContext

      EVENTCONTEXT addNewContext()
      Appends and returns a new empty "context" element
    • unsetContext

      void unsetContext()
      Unsets the "context" element
    • getContentArray

      CONTENTITEM[] getContentArray()
      Gets array of all "content" elements
    • getContentArray

      CONTENTITEM getContentArray(int i)
      Gets ith "content" element
    • sizeOfContentArray

      int sizeOfContentArray()
      Returns number of "content" element
    • setContentArray

      void setContentArray(CONTENTITEM[] contentArray)
      Sets array of all "content" element
    • setContentArray

      void setContentArray(int i, CONTENTITEM content)
      Sets ith "content" element
    • insertNewContent

      CONTENTITEM insertNewContent(int i)
      Inserts and returns a new empty value (as xml) as the ith "content" element
    • addNewContent

      CONTENTITEM addNewContent()
      Appends and returns a new empty value (as xml) as the last "content" element
    • removeContent

      void removeContent(int i)
      Removes the ith "content" element