Interface AUTHOREDRESOURCE

All Superinterfaces:
org.apache.xmlbeans.XmlObject, org.apache.xmlbeans.XmlTokenSource
All Known Subinterfaces:
ARCHETYPE
All Known Implementing Classes:
ARCHETYPEImpl, AUTHOREDRESOURCEImpl

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

    • type

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

    • getOriginalLanguage

      CODEPHRASE getOriginalLanguage()
      Gets the "original_language" element
    • setOriginalLanguage

      void setOriginalLanguage(CODEPHRASE originalLanguage)
      Sets the "original_language" element
    • addNewOriginalLanguage

      CODEPHRASE addNewOriginalLanguage()
      Appends and returns a new empty "original_language" element
    • getIsControlled

      boolean getIsControlled()
      Gets the "is_controlled" element
    • xgetIsControlled

      org.apache.xmlbeans.XmlBoolean xgetIsControlled()
      Gets (as xml) the "is_controlled" element
    • isSetIsControlled

      boolean isSetIsControlled()
      True if has "is_controlled" element
    • setIsControlled

      void setIsControlled(boolean isControlled)
      Sets the "is_controlled" element
    • xsetIsControlled

      void xsetIsControlled(org.apache.xmlbeans.XmlBoolean isControlled)
      Sets (as xml) the "is_controlled" element
    • unsetIsControlled

      void unsetIsControlled()
      Unsets the "is_controlled" element
    • getDescription

      RESOURCEDESCRIPTION getDescription()
      Gets the "description" element
    • isSetDescription

      boolean isSetDescription()
      True if has "description" element
    • setDescription

      void setDescription(RESOURCEDESCRIPTION description)
      Sets the "description" element
    • addNewDescription

      RESOURCEDESCRIPTION addNewDescription()
      Appends and returns a new empty "description" element
    • unsetDescription

      void unsetDescription()
      Unsets the "description" element
    • getTranslationsArray

      TRANSLATIONDETAILS[] getTranslationsArray()
      Gets array of all "translations" elements
    • getTranslationsArray

      TRANSLATIONDETAILS getTranslationsArray(int i)
      Gets ith "translations" element
    • sizeOfTranslationsArray

      int sizeOfTranslationsArray()
      Returns number of "translations" element
    • setTranslationsArray

      void setTranslationsArray(TRANSLATIONDETAILS[] translationsArray)
      Sets array of all "translations" element
    • setTranslationsArray

      void setTranslationsArray(int i, TRANSLATIONDETAILS translations)
      Sets ith "translations" element
    • insertNewTranslations

      TRANSLATIONDETAILS insertNewTranslations(int i)
      Inserts and returns a new empty value (as xml) as the ith "translations" element
    • addNewTranslations

      TRANSLATIONDETAILS addNewTranslations()
      Appends and returns a new empty value (as xml) as the last "translations" element
    • removeTranslations

      void removeTranslations(int i)
      Removes the ith "translations" element
    • getRevisionHistory

      REVISIONHISTORY getRevisionHistory()
      Gets the "revision_history" element
    • isSetRevisionHistory

      boolean isSetRevisionHistory()
      True if has "revision_history" element
    • setRevisionHistory

      void setRevisionHistory(REVISIONHISTORY revisionHistory)
      Sets the "revision_history" element
    • addNewRevisionHistory

      REVISIONHISTORY addNewRevisionHistory()
      Appends and returns a new empty "revision_history" element
    • unsetRevisionHistory

      void unsetRevisionHistory()
      Unsets the "revision_history" element