Interface ARCHETYPED

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

    public interface ARCHETYPED
    extends org.apache.xmlbeans.XmlObject
    An XML ARCHETYPED(@http://schemas.openehr.org/v1). This is a complex type.
    • Nested Class Summary

      Nested Classes 
      Modifier and Type Interface Description
      static class  ARCHETYPED.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
      ARCHETYPEID addNewArchetypeId()
      Appends and returns a new empty "archetype_id" element
      TEMPLATEID addNewTemplateId()
      Appends and returns a new empty "template_id" element
      ARCHETYPEID getArchetypeId()
      Gets the "archetype_id" element
      String getRmVersion()
      Gets the "rm_version" element
      TEMPLATEID getTemplateId()
      Gets the "template_id" element
      boolean isSetTemplateId()
      True if has "template_id" element
      void setArchetypeId​(ARCHETYPEID archetypeId)
      Sets the "archetype_id" element
      void setRmVersion​(String rmVersion)
      Sets the "rm_version" element
      void setTemplateId​(TEMPLATEID templateId)
      Sets the "template_id" element
      void unsetTemplateId()
      Unsets the "template_id" element
      org.apache.xmlbeans.XmlString xgetRmVersion()
      Gets (as xml) the "rm_version" element
      void xsetRmVersion​(org.apache.xmlbeans.XmlString rmVersion)
      Sets (as xml) the "rm_version" 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

      • getArchetypeId

        ARCHETYPEID getArchetypeId()
        Gets the "archetype_id" element
      • setArchetypeId

        void setArchetypeId​(ARCHETYPEID archetypeId)
        Sets the "archetype_id" element
      • addNewArchetypeId

        ARCHETYPEID addNewArchetypeId()
        Appends and returns a new empty "archetype_id" element
      • getTemplateId

        TEMPLATEID getTemplateId()
        Gets the "template_id" element
      • isSetTemplateId

        boolean isSetTemplateId()
        True if has "template_id" element
      • setTemplateId

        void setTemplateId​(TEMPLATEID templateId)
        Sets the "template_id" element
      • addNewTemplateId

        TEMPLATEID addNewTemplateId()
        Appends and returns a new empty "template_id" element
      • unsetTemplateId

        void unsetTemplateId()
        Unsets the "template_id" element
      • getRmVersion

        String getRmVersion()
        Gets the "rm_version" element
      • xgetRmVersion

        org.apache.xmlbeans.XmlString xgetRmVersion()
        Gets (as xml) the "rm_version" element
      • setRmVersion

        void setRmVersion​(String rmVersion)
        Sets the "rm_version" element
      • xsetRmVersion

        void xsetRmVersion​(org.apache.xmlbeans.XmlString rmVersion)
        Sets (as xml) the "rm_version" element