Interface Archetyped

    • 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
      String getArchetypeId()
      Gets the "archetype_id" attribute
      boolean getFromTemplate()
      Gets the "from_template" attribute
      String getTemplateId()
      Gets the "template_id" attribute
      boolean isSetFromTemplate()
      True if has "from_template" attribute
      boolean isSetTemplateId()
      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 unsetFromTemplate()
      Unsets the "from_template" attribute
      void unsetTemplateId()
      Unsets the "template_id" attribute
      org.apache.xmlbeans.XmlString xgetArchetypeId()
      Gets (as xml) the "archetype_id" attribute
      org.apache.xmlbeans.XmlBoolean xgetFromTemplate()
      Gets (as xml) the "from_template" attribute
      org.apache.xmlbeans.XmlString xgetTemplateId()
      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 Detail

      • type

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

      • 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