Interface TRANSLATIONDETAILS

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

public interface TRANSLATIONDETAILS extends org.apache.xmlbeans.XmlObject
An XML TRANSLATION_DETAILS(@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
    • getAuthorArray

      StringDictionaryItem[] getAuthorArray()
      Gets array of all "author" elements
    • getAuthorArray

      StringDictionaryItem getAuthorArray(int i)
      Gets ith "author" element
    • sizeOfAuthorArray

      int sizeOfAuthorArray()
      Returns number of "author" element
    • setAuthorArray

      void setAuthorArray(StringDictionaryItem[] authorArray)
      Sets array of all "author" element
    • setAuthorArray

      void setAuthorArray(int i, StringDictionaryItem author)
      Sets ith "author" element
    • insertNewAuthor

      StringDictionaryItem insertNewAuthor(int i)
      Inserts and returns a new empty value (as xml) as the ith "author" element
    • addNewAuthor

      StringDictionaryItem addNewAuthor()
      Appends and returns a new empty value (as xml) as the last "author" element
    • removeAuthor

      void removeAuthor(int i)
      Removes the ith "author" element
    • getAccreditation

      String getAccreditation()
      Gets the "accreditation" element
    • xgetAccreditation

      org.apache.xmlbeans.XmlString xgetAccreditation()
      Gets (as xml) the "accreditation" element
    • isSetAccreditation

      boolean isSetAccreditation()
      True if has "accreditation" element
    • setAccreditation

      void setAccreditation(String accreditation)
      Sets the "accreditation" element
    • xsetAccreditation

      void xsetAccreditation(org.apache.xmlbeans.XmlString accreditation)
      Sets (as xml) the "accreditation" element
    • unsetAccreditation

      void unsetAccreditation()
      Unsets the "accreditation" element
    • getOtherDetailsArray

      StringDictionaryItem[] getOtherDetailsArray()
      Gets array of all "other_details" elements
    • getOtherDetailsArray

      StringDictionaryItem getOtherDetailsArray(int i)
      Gets ith "other_details" element
    • sizeOfOtherDetailsArray

      int sizeOfOtherDetailsArray()
      Returns number of "other_details" element
    • setOtherDetailsArray

      void setOtherDetailsArray(StringDictionaryItem[] otherDetailsArray)
      Sets array of all "other_details" element
    • setOtherDetailsArray

      void setOtherDetailsArray(int i, StringDictionaryItem otherDetails)
      Sets ith "other_details" element
    • insertNewOtherDetails

      StringDictionaryItem insertNewOtherDetails(int i)
      Inserts and returns a new empty value (as xml) as the ith "other_details" element
    • addNewOtherDetails

      StringDictionaryItem addNewOtherDetails()
      Appends and returns a new empty value (as xml) as the last "other_details" element
    • removeOtherDetails

      void removeOtherDetails(int i)
      Removes the ith "other_details" element