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 final class 
    A factory class with static methods for creating instances of this type.
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final org.apache.xmlbeans.SchemaType
     

    Fields inherited from interface org.apache.xmlbeans.XmlObject

    EQUAL, GREATER_THAN, LESS_THAN, NOT_EQUAL
  • Method Summary

    Modifier and Type
    Method
    Description
    Appends and returns a new empty "keywords" element
    Appends and returns a new empty "other_details" element
    Gets the "copyright" element
    Gets the "keywords" element
    Gets the "misuse" element
    Gets the "original_resource_uri" element
    Gets the "other_details" element
    Gets the "purpose" element
    Gets the "use" element
    boolean
    True if has "copyright" element
    boolean
    True if has "keywords" element
    boolean
    True if has "original_resource_uri" element
    boolean
    True if has "other_details" element
    void
    setCopyright(String copyright)
    Sets the "copyright" element
    void
    Sets the "keywords" element
    void
    setMisuse(String misuse)
    Sets the "misuse" element
    void
    setOriginalResourceUri(String originalResourceUri)
    Sets the "original_resource_uri" element
    void
    Sets the "other_details" element
    void
    setPurpose(String purpose)
    Sets the "purpose" element
    void
    Sets the "use" element
    void
    Unsets the "copyright" element
    void
    Unsets the "keywords" element
    void
    Unsets the "original_resource_uri" element
    void
    Unsets the "other_details" element
    org.apache.xmlbeans.XmlString
    Gets (as xml) the "copyright" element
    org.apache.xmlbeans.XmlString
    Gets (as xml) the "misuse" element
    org.apache.xmlbeans.XmlString
    Gets (as xml) the "original_resource_uri" element
    org.apache.xmlbeans.XmlString
    Gets (as xml) the "purpose" element
    org.apache.xmlbeans.XmlString
    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 Details

    • type

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

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