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.XmlObjectAn XML archetyped(@openEHR/v1/Template). This is a complex type.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classArchetyped.FactoryA factory class with static methods for creating instances of this type.
-
Field Summary
Fields Modifier and Type Field Description static org.apache.xmlbeans.SchemaTypetype
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetArchetypeId()Gets the "archetype_id" attributebooleangetFromTemplate()Gets the "from_template" attributeStringgetTemplateId()Gets the "template_id" attributebooleanisSetFromTemplate()True if has "from_template" attributebooleanisSetTemplateId()True 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" attributevoidunsetFromTemplate()Unsets the "from_template" attributevoidunsetTemplateId()Unsets the "template_id" attributeorg.apache.xmlbeans.XmlStringxgetArchetypeId()Gets (as xml) the "archetype_id" attributeorg.apache.xmlbeans.XmlBooleanxgetFromTemplate()Gets (as xml) the "from_template" attributeorg.apache.xmlbeans.XmlStringxgetTemplateId()Gets (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" 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
-
-
-
-
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
-
-