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

      Nested Classes 
      Modifier and Type Interface Description
      static class  RESOURCEDESCRIPTIONITEM.Factory
      A factory class with static methods for creating instances of this type.
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static org.apache.xmlbeans.SchemaType type  
      • Fields inherited from interface org.apache.xmlbeans.XmlObject

        EQUAL, GREATER_THAN, LESS_THAN, NOT_EQUAL
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      ListOfString addNewKeywords()
      Appends and returns a new empty "keywords" element
      HashTableStringString addNewOtherDetails()
      Appends and returns a new empty "other_details" element
      String getCopyright()
      Gets the "copyright" element
      ListOfString getKeywords()
      Gets the "keywords" element
      String getMisuse()
      Gets the "misuse" element
      String getOriginalResourceUri()
      Gets the "original_resource_uri" element
      HashTableStringString getOtherDetails()
      Gets the "other_details" element
      String getPurpose()
      Gets the "purpose" element
      String getUse()
      Gets the "use" element
      boolean isSetCopyright()
      True if has "copyright" element
      boolean isSetKeywords()
      True if has "keywords" element
      boolean isSetOriginalResourceUri()
      True if has "original_resource_uri" element
      boolean isSetOtherDetails()
      True if has "other_details" element
      void setCopyright​(String copyright)
      Sets the "copyright" element
      void setKeywords​(ListOfString keywords)
      Sets the "keywords" element
      void setMisuse​(String misuse)
      Sets the "misuse" element
      void setOriginalResourceUri​(String originalResourceUri)
      Sets the "original_resource_uri" element
      void setOtherDetails​(HashTableStringString otherDetails)
      Sets the "other_details" element
      void setPurpose​(String purpose)
      Sets the "purpose" element
      void setUse​(String use)
      Sets the "use" element
      void unsetCopyright()
      Unsets the "copyright" element
      void unsetKeywords()
      Unsets the "keywords" element
      void unsetOriginalResourceUri()
      Unsets the "original_resource_uri" element
      void unsetOtherDetails()
      Unsets the "other_details" element
      org.apache.xmlbeans.XmlString xgetCopyright()
      Gets (as xml) the "copyright" element
      org.apache.xmlbeans.XmlString xgetMisuse()
      Gets (as xml) the "misuse" element
      org.apache.xmlbeans.XmlString xgetOriginalResourceUri()
      Gets (as xml) the "original_resource_uri" element
      org.apache.xmlbeans.XmlString xgetPurpose()
      Gets (as xml) the "purpose" element
      org.apache.xmlbeans.XmlString xgetUse()
      Gets (as xml) the "use" element
      void xsetCopyright​(org.apache.xmlbeans.XmlString copyright)
      Sets (as xml) the "copyright" element
      void xsetMisuse​(org.apache.xmlbeans.XmlString misuse)
      Sets (as xml) the "misuse" element
      void xsetOriginalResourceUri​(org.apache.xmlbeans.XmlString originalResourceUri)
      Sets (as xml) the "original_resource_uri" element
      void xsetPurpose​(org.apache.xmlbeans.XmlString purpose)
      Sets (as xml) the "purpose" element
      void xsetUse​(org.apache.xmlbeans.XmlString use)
      Sets (as xml) the "use" element
      • Methods inherited from interface org.apache.xmlbeans.XmlObject

        changeType, compareTo, compareValue, copy, copy, execQuery, execQuery, isImmutable, isNil, schemaType, selectAttribute, selectAttribute, selectAttributes, selectChildren, selectChildren, selectChildren, selectPath, selectPath, set, setNil, substitute, toString, validate, validate, valueEquals, valueHashCode
      • Methods inherited from interface org.apache.xmlbeans.XmlTokenSource

        documentProperties, dump, getDomNode, monitor, newCursor, newDomNode, newDomNode, newInputStream, newInputStream, newReader, newReader, newXMLInputStream, newXMLInputStream, newXMLStreamReader, newXMLStreamReader, save, save, save, save, save, save, save, save, xmlText, xmlText
    • Field Detail

      • type

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

      • 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
      • getKeywords

        ListOfString getKeywords()
        Gets the "keywords" element
      • isSetKeywords

        boolean isSetKeywords()
        True if has "keywords" element
      • setKeywords

        void setKeywords​(ListOfString keywords)
        Sets the "keywords" element
      • addNewKeywords

        ListOfString addNewKeywords()
        Appends and returns a new empty "keywords" element
      • unsetKeywords

        void unsetKeywords()
        Unsets the "keywords" element
      • getUse

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

        org.apache.xmlbeans.XmlString xgetUse()
        Gets (as xml) the "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
      • getMisuse

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

        org.apache.xmlbeans.XmlString xgetMisuse()
        Gets (as xml) the "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
      • 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
      • getOriginalResourceUri

        String getOriginalResourceUri()
        Gets the "original_resource_uri" element
      • xgetOriginalResourceUri

        org.apache.xmlbeans.XmlString xgetOriginalResourceUri()
        Gets (as xml) the "original_resource_uri" element
      • isSetOriginalResourceUri

        boolean isSetOriginalResourceUri()
        True if has "original_resource_uri" element
      • setOriginalResourceUri

        void setOriginalResourceUri​(String originalResourceUri)
        Sets the "original_resource_uri" element
      • xsetOriginalResourceUri

        void xsetOriginalResourceUri​(org.apache.xmlbeans.XmlString originalResourceUri)
        Sets (as xml) the "original_resource_uri" element
      • unsetOriginalResourceUri

        void unsetOriginalResourceUri()
        Unsets the "original_resource_uri" 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