Package openEHR.v1.template
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 ClassesModifier and TypeInterfaceDescriptionstatic final classA factory class with static methods for creating instances of this type. -
Field Summary
FieldsFields inherited from interface org.apache.xmlbeans.XmlObject
EQUAL, GREATER_THAN, LESS_THAN, NOT_EQUAL -
Method Summary
Modifier and TypeMethodDescriptionGets the "archetype_id" attributebooleanGets the "from_template" attributeGets the "template_id" attributebooleanTrue if has "from_template" attributebooleanTrue if has "template_id" attributevoidsetArchetypeId(String archetypeId) Sets the "archetype_id" attributevoidsetFromTemplate(boolean fromTemplate) Sets the "from_template" attributevoidsetTemplateId(String templateId) Sets the "template_id" attributevoidUnsets the "from_template" attributevoidUnsets the "template_id" attributeorg.apache.xmlbeans.XmlStringGets (as xml) the "archetype_id" attributeorg.apache.xmlbeans.XmlBooleanGets (as xml) the "from_template" attributeorg.apache.xmlbeans.XmlStringGets (as xml) the "template_id" attributevoidxsetArchetypeId(org.apache.xmlbeans.XmlString archetypeId) Sets (as xml) the "archetype_id" attributevoidxsetFromTemplate(org.apache.xmlbeans.XmlBoolean fromTemplate) Sets (as xml) the "from_template" attributevoidxsetTemplateId(org.apache.xmlbeans.XmlString templateId) Sets (as xml) the "template_id" attributeMethods 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, valueHashCodeMethods 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
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
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
-