Interface OPERATIONALTEMPLATE

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

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

      • type

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

      • getLanguage

        CODEPHRASE getLanguage()
        Gets the "language" element
      • setLanguage

        void setLanguage​(CODEPHRASE language)
        Sets the "language" element
      • addNewLanguage

        CODEPHRASE addNewLanguage()
        Appends and returns a new empty "language" element
      • getIsControlled

        boolean getIsControlled()
        Gets the "is_controlled" element
      • xgetIsControlled

        org.apache.xmlbeans.XmlBoolean xgetIsControlled()
        Gets (as xml) the "is_controlled" element
      • isSetIsControlled

        boolean isSetIsControlled()
        True if has "is_controlled" element
      • setIsControlled

        void setIsControlled​(boolean isControlled)
        Sets the "is_controlled" element
      • xsetIsControlled

        void xsetIsControlled​(org.apache.xmlbeans.XmlBoolean isControlled)
        Sets (as xml) the "is_controlled" element
      • unsetIsControlled

        void unsetIsControlled()
        Unsets the "is_controlled" element
      • isSetDescription

        boolean isSetDescription()
        True if has "description" element
      • setDescription

        void setDescription​(RESOURCEDESCRIPTION description)
        Sets the "description" element
      • addNewDescription

        RESOURCEDESCRIPTION addNewDescription()
        Appends and returns a new empty "description" element
      • unsetDescription

        void unsetDescription()
        Unsets the "description" element
      • getRevisionHistory

        REVISIONHISTORY getRevisionHistory()
        Gets the "revision_history" element
      • isSetRevisionHistory

        boolean isSetRevisionHistory()
        True if has "revision_history" element
      • setRevisionHistory

        void setRevisionHistory​(REVISIONHISTORY revisionHistory)
        Sets the "revision_history" element
      • addNewRevisionHistory

        REVISIONHISTORY addNewRevisionHistory()
        Appends and returns a new empty "revision_history" element
      • unsetRevisionHistory

        void unsetRevisionHistory()
        Unsets the "revision_history" element
      • isSetUid

        boolean isSetUid()
        True if has "uid" element
      • setUid

        void setUid​(HIEROBJECTID uid)
        Sets the "uid" element
      • addNewUid

        HIEROBJECTID addNewUid()
        Appends and returns a new empty "uid" element
      • unsetUid

        void unsetUid()
        Unsets the "uid" element
      • getTemplateId

        TEMPLATEID getTemplateId()
        Gets the "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
      • getConcept

        String getConcept()
        Gets the "concept" element
      • xgetConcept

        org.apache.xmlbeans.XmlString xgetConcept()
        Gets (as xml) the "concept" element
      • setConcept

        void setConcept​(String concept)
        Sets the "concept" element
      • xsetConcept

        void xsetConcept​(org.apache.xmlbeans.XmlString concept)
        Sets (as xml) the "concept" element
      • getDefinition

        CARCHETYPEROOT getDefinition()
        Gets the "definition" element
      • setDefinition

        void setDefinition​(CARCHETYPEROOT definition)
        Sets the "definition" element
      • addNewDefinition

        CARCHETYPEROOT addNewDefinition()
        Appends and returns a new empty "definition" element