Interface Archetyped

All Superinterfaces:
org.apache.xmlbeans.XmlObject, org.apache.xmlbeans.XmlTokenSource
All Known Subinterfaces:
ACTION, ADMINENTRY, CLUSTER, COMPOSITION, ContentItem, ELEMENT, ENTRY, EVALUATION, INSTRUCTION, ITEM, ITEMLIST, ITEMSINGLE, ITEMSTRUCTURE, ITEMTABLE, ITEMTREE, OBSERVATION, SECTION
All Known Implementing Classes:
ACTIONImpl, ADMINENTRYImpl, ArchetypedImpl, CLUSTERImpl, COMPOSITIONImpl, ContentItemImpl, ELEMENTImpl, ENTRYImpl, EVALUATIONImpl, INSTRUCTIONImpl, ITEMImpl, ITEMLISTImpl, ITEMSINGLEImpl, ITEMSTRUCTUREImpl, ITEMTABLEImpl, ITEMTREEImpl, OBSERVATIONImpl, SECTIONImpl

public interface Archetyped extends org.apache.xmlbeans.XmlObject
An XML archetyped(@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
    Gets the "archetype_id" attribute
    boolean
    Gets the "from_template" attribute
    Gets the "template_id" attribute
    boolean
    True if has "from_template" attribute
    boolean
    True if has "template_id" attribute
    void
    setArchetypeId(String archetypeId)
    Sets the "archetype_id" attribute
    void
    setFromTemplate(boolean fromTemplate)
    Sets the "from_template" attribute
    void
    setTemplateId(String templateId)
    Sets the "template_id" attribute
    void
    Unsets the "from_template" attribute
    void
    Unsets the "template_id" attribute
    org.apache.xmlbeans.XmlString
    Gets (as xml) the "archetype_id" attribute
    org.apache.xmlbeans.XmlBoolean
    Gets (as xml) the "from_template" attribute
    org.apache.xmlbeans.XmlString
    Gets (as xml) the "template_id" attribute
    void
    xsetArchetypeId(org.apache.xmlbeans.XmlString archetypeId)
    Sets (as xml) the "archetype_id" attribute
    void
    xsetFromTemplate(org.apache.xmlbeans.XmlBoolean fromTemplate)
    Sets (as xml) the "from_template" attribute
    void
    xsetTemplateId(org.apache.xmlbeans.XmlString templateId)
    Sets (as xml) the "template_id" attribute

    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

    • getArchetypeId

      String getArchetypeId()
      Gets the "archetype_id" attribute
    • xgetArchetypeId

      org.apache.xmlbeans.XmlString xgetArchetypeId()
      Gets (as xml) the "archetype_id" attribute
    • setArchetypeId

      void setArchetypeId(String archetypeId)
      Sets the "archetype_id" attribute
    • xsetArchetypeId

      void xsetArchetypeId(org.apache.xmlbeans.XmlString archetypeId)
      Sets (as xml) the "archetype_id" attribute
    • getFromTemplate

      boolean getFromTemplate()
      Gets the "from_template" attribute
    • xgetFromTemplate

      org.apache.xmlbeans.XmlBoolean xgetFromTemplate()
      Gets (as xml) the "from_template" attribute
    • isSetFromTemplate

      boolean isSetFromTemplate()
      True if has "from_template" attribute
    • setFromTemplate

      void setFromTemplate(boolean fromTemplate)
      Sets the "from_template" attribute
    • xsetFromTemplate

      void xsetFromTemplate(org.apache.xmlbeans.XmlBoolean fromTemplate)
      Sets (as xml) the "from_template" attribute
    • unsetFromTemplate

      void unsetFromTemplate()
      Unsets the "from_template" attribute
    • getTemplateId

      String getTemplateId()
      Gets the "template_id" attribute
    • xgetTemplateId

      org.apache.xmlbeans.XmlString xgetTemplateId()
      Gets (as xml) the "template_id" attribute
    • isSetTemplateId

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

      void setTemplateId(String templateId)
      Sets the "template_id" attribute
    • xsetTemplateId

      void xsetTemplateId(org.apache.xmlbeans.XmlString templateId)
      Sets (as xml) the "template_id" attribute
    • unsetTemplateId

      void unsetTemplateId()
      Unsets the "template_id" attribute