Package org.openehr.schemas.v1
Interface ARCHETYPED
- All Superinterfaces:
org.apache.xmlbeans.XmlObject,org.apache.xmlbeans.XmlTokenSource
- All Known Implementing Classes:
ARCHETYPEDImpl
public interface ARCHETYPED
extends org.apache.xmlbeans.XmlObject
An XML ARCHETYPED(@http://schemas.openehr.org/v1).
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 TypeMethodDescriptionAppends and returns a new empty "archetype_id" elementAppends and returns a new empty "template_id" elementGets the "archetype_id" elementGets the "rm_version" elementGets the "template_id" elementbooleanTrue if has "template_id" elementvoidsetArchetypeId(ARCHETYPEID archetypeId) Sets the "archetype_id" elementvoidsetRmVersion(String rmVersion) Sets the "rm_version" elementvoidsetTemplateId(TEMPLATEID templateId) Sets the "template_id" elementvoidUnsets the "template_id" elementorg.apache.xmlbeans.XmlStringGets (as xml) the "rm_version" elementvoidxsetRmVersion(org.apache.xmlbeans.XmlString rmVersion) Sets (as xml) the "rm_version" elementMethods 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
ARCHETYPEID getArchetypeId()Gets the "archetype_id" element -
setArchetypeId
Sets the "archetype_id" element -
addNewArchetypeId
ARCHETYPEID addNewArchetypeId()Appends and returns a new empty "archetype_id" element -
getTemplateId
TEMPLATEID getTemplateId()Gets the "template_id" element -
isSetTemplateId
boolean isSetTemplateId()True if has "template_id" element -
setTemplateId
Sets the "template_id" element -
addNewTemplateId
TEMPLATEID addNewTemplateId()Appends and returns a new empty "template_id" element -
unsetTemplateId
void unsetTemplateId()Unsets the "template_id" element -
getRmVersion
String getRmVersion()Gets the "rm_version" element -
xgetRmVersion
org.apache.xmlbeans.XmlString xgetRmVersion()Gets (as xml) the "rm_version" element -
setRmVersion
Sets the "rm_version" element -
xsetRmVersion
void xsetRmVersion(org.apache.xmlbeans.XmlString rmVersion) Sets (as xml) the "rm_version" element
-