Interface RESOURCEDESCRIPTION

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

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

    • type

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

    • getOriginalAuthorArray

      StringDictionaryItem[] getOriginalAuthorArray()
      Gets array of all "original_author" elements
    • getOriginalAuthorArray

      StringDictionaryItem getOriginalAuthorArray(int i)
      Gets ith "original_author" element
    • sizeOfOriginalAuthorArray

      int sizeOfOriginalAuthorArray()
      Returns number of "original_author" element
    • setOriginalAuthorArray

      void setOriginalAuthorArray(StringDictionaryItem[] originalAuthorArray)
      Sets array of all "original_author" element
    • setOriginalAuthorArray

      void setOriginalAuthorArray(int i, StringDictionaryItem originalAuthor)
      Sets ith "original_author" element
    • insertNewOriginalAuthor

      StringDictionaryItem insertNewOriginalAuthor(int i)
      Inserts and returns a new empty value (as xml) as the ith "original_author" element
    • addNewOriginalAuthor

      StringDictionaryItem addNewOriginalAuthor()
      Appends and returns a new empty value (as xml) as the last "original_author" element
    • removeOriginalAuthor

      void removeOriginalAuthor(int i)
      Removes the ith "original_author" element
    • getOtherContributorsArray

      String[] getOtherContributorsArray()
      Gets array of all "other_contributors" elements
    • getOtherContributorsArray

      String getOtherContributorsArray(int i)
      Gets ith "other_contributors" element
    • xgetOtherContributorsArray

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

      org.apache.xmlbeans.XmlString xgetOtherContributorsArray(int i)
      Gets (as xml) ith "other_contributors" element
    • sizeOfOtherContributorsArray

      int sizeOfOtherContributorsArray()
      Returns number of "other_contributors" element
    • setOtherContributorsArray

      void setOtherContributorsArray(String[] otherContributorsArray)
      Sets array of all "other_contributors" element
    • setOtherContributorsArray

      void setOtherContributorsArray(int i, String otherContributors)
      Sets ith "other_contributors" element
    • xsetOtherContributorsArray

      void xsetOtherContributorsArray(org.apache.xmlbeans.XmlString[] otherContributorsArray)
      Sets (as xml) array of all "other_contributors" element
    • xsetOtherContributorsArray

      void xsetOtherContributorsArray(int i, org.apache.xmlbeans.XmlString otherContributors)
      Sets (as xml) ith "other_contributors" element
    • insertOtherContributors

      void insertOtherContributors(int i, String otherContributors)
      Inserts the value as the ith "other_contributors" element
    • addOtherContributors

      void addOtherContributors(String otherContributors)
      Appends the value as the last "other_contributors" element
    • insertNewOtherContributors

      org.apache.xmlbeans.XmlString insertNewOtherContributors(int i)
      Inserts and returns a new empty value (as xml) as the ith "other_contributors" element
    • addNewOtherContributors

      org.apache.xmlbeans.XmlString addNewOtherContributors()
      Appends and returns a new empty value (as xml) as the last "other_contributors" element
    • removeOtherContributors

      void removeOtherContributors(int i)
      Removes the ith "other_contributors" element
    • getLifecycleState

      String getLifecycleState()
      Gets the "lifecycle_state" element
    • xgetLifecycleState

      org.apache.xmlbeans.XmlString xgetLifecycleState()
      Gets (as xml) the "lifecycle_state" element
    • setLifecycleState

      void setLifecycleState(String lifecycleState)
      Sets the "lifecycle_state" element
    • xsetLifecycleState

      void xsetLifecycleState(org.apache.xmlbeans.XmlString lifecycleState)
      Sets (as xml) the "lifecycle_state" element
    • getResourcePackageUri

      String getResourcePackageUri()
      Gets the "resource_package_uri" element
    • xgetResourcePackageUri

      org.apache.xmlbeans.XmlString xgetResourcePackageUri()
      Gets (as xml) the "resource_package_uri" element
    • isSetResourcePackageUri

      boolean isSetResourcePackageUri()
      True if has "resource_package_uri" element
    • setResourcePackageUri

      void setResourcePackageUri(String resourcePackageUri)
      Sets the "resource_package_uri" element
    • xsetResourcePackageUri

      void xsetResourcePackageUri(org.apache.xmlbeans.XmlString resourcePackageUri)
      Sets (as xml) the "resource_package_uri" element
    • unsetResourcePackageUri

      void unsetResourcePackageUri()
      Unsets the "resource_package_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
    • getDetailsArray

      RESOURCEDESCRIPTIONITEM[] getDetailsArray()
      Gets array of all "details" elements
    • getDetailsArray

      RESOURCEDESCRIPTIONITEM getDetailsArray(int i)
      Gets ith "details" element
    • sizeOfDetailsArray

      int sizeOfDetailsArray()
      Returns number of "details" element
    • setDetailsArray

      void setDetailsArray(RESOURCEDESCRIPTIONITEM[] detailsArray)
      Sets array of all "details" element
    • setDetailsArray

      void setDetailsArray(int i, RESOURCEDESCRIPTIONITEM details)
      Sets ith "details" element
    • insertNewDetails

      RESOURCEDESCRIPTIONITEM insertNewDetails(int i)
      Inserts and returns a new empty value (as xml) as the ith "details" element
    • addNewDetails

      RESOURCEDESCRIPTIONITEM addNewDetails()
      Appends and returns a new empty value (as xml) as the last "details" element
    • removeDetails

      void removeDetails(int i)
      Removes the ith "details" element
    • getParentResource

      AUTHOREDRESOURCE getParentResource()
      Gets the "parent_resource" element
    • isSetParentResource

      boolean isSetParentResource()
      True if has "parent_resource" element
    • setParentResource

      void setParentResource(AUTHOREDRESOURCE parentResource)
      Sets the "parent_resource" element
    • addNewParentResource

      AUTHOREDRESOURCE addNewParentResource()
      Appends and returns a new empty "parent_resource" element
    • unsetParentResource

      void unsetParentResource()
      Unsets the "parent_resource" element