Interface RESOURCEDESCRIPTIONITEM

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

public interface RESOURCEDESCRIPTIONITEM extends org.apache.xmlbeans.XmlObject
An XML RESOURCE_DESCRIPTION_ITEM(@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
    • getPurpose

      String getPurpose()
      Gets the "purpose" element
    • xgetPurpose

      org.apache.xmlbeans.XmlString xgetPurpose()
      Gets (as xml) the "purpose" element
    • setPurpose

      void setPurpose(String purpose)
      Sets the "purpose" element
    • xsetPurpose

      void xsetPurpose(org.apache.xmlbeans.XmlString purpose)
      Sets (as xml) the "purpose" element
    • getKeywordsArray

      String[] getKeywordsArray()
      Gets array of all "keywords" elements
    • getKeywordsArray

      String getKeywordsArray(int i)
      Gets ith "keywords" element
    • xgetKeywordsArray

      org.apache.xmlbeans.XmlString[] xgetKeywordsArray()
      Gets (as xml) array of all "keywords" elements
    • xgetKeywordsArray

      org.apache.xmlbeans.XmlString xgetKeywordsArray(int i)
      Gets (as xml) ith "keywords" element
    • sizeOfKeywordsArray

      int sizeOfKeywordsArray()
      Returns number of "keywords" element
    • setKeywordsArray

      void setKeywordsArray(String[] keywordsArray)
      Sets array of all "keywords" element
    • setKeywordsArray

      void setKeywordsArray(int i, String keywords)
      Sets ith "keywords" element
    • xsetKeywordsArray

      void xsetKeywordsArray(org.apache.xmlbeans.XmlString[] keywordsArray)
      Sets (as xml) array of all "keywords" element
    • xsetKeywordsArray

      void xsetKeywordsArray(int i, org.apache.xmlbeans.XmlString keywords)
      Sets (as xml) ith "keywords" element
    • insertKeywords

      void insertKeywords(int i, String keywords)
      Inserts the value as the ith "keywords" element
    • addKeywords

      void addKeywords(String keywords)
      Appends the value as the last "keywords" element
    • insertNewKeywords

      org.apache.xmlbeans.XmlString insertNewKeywords(int i)
      Inserts and returns a new empty value (as xml) as the ith "keywords" element
    • addNewKeywords

      org.apache.xmlbeans.XmlString addNewKeywords()
      Appends and returns a new empty value (as xml) as the last "keywords" element
    • removeKeywords

      void removeKeywords(int i)
      Removes the ith "keywords" element
    • getUse

      String getUse()
      Gets the "use" element
    • xgetUse

      org.apache.xmlbeans.XmlString xgetUse()
      Gets (as xml) the "use" element
    • isSetUse

      boolean isSetUse()
      True if has "use" element
    • setUse

      void setUse(String use)
      Sets the "use" element
    • xsetUse

      void xsetUse(org.apache.xmlbeans.XmlString use)
      Sets (as xml) the "use" element
    • unsetUse

      void unsetUse()
      Unsets the "use" element
    • getMisuse

      String getMisuse()
      Gets the "misuse" element
    • xgetMisuse

      org.apache.xmlbeans.XmlString xgetMisuse()
      Gets (as xml) the "misuse" element
    • isSetMisuse

      boolean isSetMisuse()
      True if has "misuse" element
    • setMisuse

      void setMisuse(String misuse)
      Sets the "misuse" element
    • xsetMisuse

      void xsetMisuse(org.apache.xmlbeans.XmlString misuse)
      Sets (as xml) the "misuse" element
    • unsetMisuse

      void unsetMisuse()
      Unsets the "misuse" element
    • getCopyright

      String getCopyright()
      Gets the "copyright" element
    • xgetCopyright

      org.apache.xmlbeans.XmlString xgetCopyright()
      Gets (as xml) the "copyright" element
    • isSetCopyright

      boolean isSetCopyright()
      True if has "copyright" element
    • setCopyright

      void setCopyright(String copyright)
      Sets the "copyright" element
    • xsetCopyright

      void xsetCopyright(org.apache.xmlbeans.XmlString copyright)
      Sets (as xml) the "copyright" element
    • unsetCopyright

      void unsetCopyright()
      Unsets the "copyright" element
    • getOriginalResourceUriArray

      StringDictionaryItem[] getOriginalResourceUriArray()
      Gets array of all "original_resource_uri" elements
    • getOriginalResourceUriArray

      StringDictionaryItem getOriginalResourceUriArray(int i)
      Gets ith "original_resource_uri" element
    • sizeOfOriginalResourceUriArray

      int sizeOfOriginalResourceUriArray()
      Returns number of "original_resource_uri" element
    • setOriginalResourceUriArray

      void setOriginalResourceUriArray(StringDictionaryItem[] originalResourceUriArray)
      Sets array of all "original_resource_uri" element
    • setOriginalResourceUriArray

      void setOriginalResourceUriArray(int i, StringDictionaryItem originalResourceUri)
      Sets ith "original_resource_uri" element
    • insertNewOriginalResourceUri

      StringDictionaryItem insertNewOriginalResourceUri(int i)
      Inserts and returns a new empty value (as xml) as the ith "original_resource_uri" element
    • addNewOriginalResourceUri

      StringDictionaryItem addNewOriginalResourceUri()
      Appends and returns a new empty value (as xml) as the last "original_resource_uri" element
    • removeOriginalResourceUri

      void removeOriginalResourceUri(int i)
      Removes the ith "original_resource_uri" 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