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(@openEHR/v1/Template). This is a complex type.
  • Field Details

    • type

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

    • getOriginalAuthor

      HashTableStringString getOriginalAuthor()
      Gets the "original_author" element
    • isSetOriginalAuthor

      boolean isSetOriginalAuthor()
      True if has "original_author" element
    • setOriginalAuthor

      void setOriginalAuthor(HashTableStringString originalAuthor)
      Sets the "original_author" element
    • addNewOriginalAuthor

      HashTableStringString addNewOriginalAuthor()
      Appends and returns a new empty "original_author" element
    • unsetOriginalAuthor

      void unsetOriginalAuthor()
      Unsets the "original_author" element
    • getOtherContributors

      ListOfString getOtherContributors()
      Gets the "other_contributors" element
    • isSetOtherContributors

      boolean isSetOtherContributors()
      True if has "other_contributors" element
    • setOtherContributors

      void setOtherContributors(ListOfString otherContributors)
      Sets the "other_contributors" element
    • addNewOtherContributors

      ListOfString addNewOtherContributors()
      Appends and returns a new empty "other_contributors" element
    • unsetOtherContributors

      void unsetOtherContributors()
      Unsets the "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
    • getDetails

      Gets the "details" element
    • isSetDetails

      boolean isSetDetails()
      True if has "details" element
    • setDetails

      void setDetails(RESOURCEDESCRIPTIONITEM details)
      Sets the "details" element
    • addNewDetails

      RESOURCEDESCRIPTIONITEM addNewDetails()
      Appends and returns a new empty "details" element
    • unsetDetails

      void unsetDetails()
      Unsets the "details" 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
    • getOtherDetails

      HashTableStringString getOtherDetails()
      Gets the "other_details" element
    • isSetOtherDetails

      boolean isSetOtherDetails()
      True if has "other_details" element
    • setOtherDetails

      void setOtherDetails(HashTableStringString otherDetails)
      Sets the "other_details" element
    • addNewOtherDetails

      HashTableStringString addNewOtherDetails()
      Appends and returns a new empty "other_details" element
    • unsetOtherDetails

      void unsetOtherDetails()
      Unsets the "other_details" element