Package org.openehr.schemas.v1
Interface ARCHETYPE
- All Superinterfaces:
AUTHOREDRESOURCE,org.apache.xmlbeans.XmlObject,org.apache.xmlbeans.XmlTokenSource
- All Known Implementing Classes:
ARCHETYPEImpl
An XML ARCHETYPE(@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 "definition" elementAppends and returns a new empty value (as xml) as the last "invariants" elementAppends and returns a new empty "ontology" elementAppends and returns a new empty "parent_archetype_id" elementAppends and returns a new empty "uid" elementGets the "adl_version" elementGets the "archetype_id" elementGets the "concept" elementGets the "definition" elementGets array of all "invariants" elementsgetInvariantsArray(int i) Gets ith "invariants" elementGets the "ontology" elementGets the "parent_archetype_id" elementgetUid()Gets the "uid" elementinsertNewInvariants(int i) Inserts and returns a new empty value (as xml) as the ith "invariants" elementbooleanTrue if has "adl_version" elementbooleanTrue if has "parent_archetype_id" elementbooleanisSetUid()True if has "uid" elementvoidremoveInvariants(int i) Removes the ith "invariants" elementvoidsetAdlVersion(String adlVersion) Sets the "adl_version" elementvoidsetArchetypeId(ARCHETYPEID archetypeId) Sets the "archetype_id" elementvoidsetConcept(String concept) Sets the "concept" elementvoidsetDefinition(CCOMPLEXOBJECT definition) Sets the "definition" elementvoidsetInvariantsArray(int i, ASSERTION invariants) Sets ith "invariants" elementvoidsetInvariantsArray(ASSERTION[] invariantsArray) Sets array of all "invariants" elementvoidsetOntology(ARCHETYPEONTOLOGY ontology) Sets the "ontology" elementvoidsetParentArchetypeId(ARCHETYPEID parentArchetypeId) Sets the "parent_archetype_id" elementvoidsetUid(HIEROBJECTID uid) Sets the "uid" elementintReturns number of "invariants" elementvoidUnsets the "adl_version" elementvoidUnsets the "parent_archetype_id" elementvoidunsetUid()Unsets the "uid" elementorg.apache.xmlbeans.XmlStringGets (as xml) the "adl_version" elementorg.apache.xmlbeans.XmlStringGets (as xml) the "concept" elementvoidxsetAdlVersion(org.apache.xmlbeans.XmlString adlVersion) Sets (as xml) the "adl_version" elementvoidxsetConcept(org.apache.xmlbeans.XmlString concept) Sets (as xml) the "concept" elementMethods inherited from interface org.openehr.schemas.v1.AUTHOREDRESOURCE
addNewDescription, addNewOriginalLanguage, addNewRevisionHistory, addNewTranslations, getDescription, getIsControlled, getOriginalLanguage, getRevisionHistory, getTranslationsArray, getTranslationsArray, insertNewTranslations, isSetDescription, isSetIsControlled, isSetRevisionHistory, removeTranslations, setDescription, setIsControlled, setOriginalLanguage, setRevisionHistory, setTranslationsArray, setTranslationsArray, sizeOfTranslationsArray, unsetDescription, unsetIsControlled, unsetRevisionHistory, xgetIsControlled, xsetIsControlledMethods 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
-
getUid
HIEROBJECTID getUid()Gets the "uid" element -
isSetUid
boolean isSetUid()True if has "uid" element -
setUid
Sets the "uid" element -
addNewUid
HIEROBJECTID addNewUid()Appends and returns a new empty "uid" element -
unsetUid
void unsetUid()Unsets the "uid" element -
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 -
getAdlVersion
String getAdlVersion()Gets the "adl_version" element -
xgetAdlVersion
org.apache.xmlbeans.XmlString xgetAdlVersion()Gets (as xml) the "adl_version" element -
isSetAdlVersion
boolean isSetAdlVersion()True if has "adl_version" element -
setAdlVersion
Sets the "adl_version" element -
xsetAdlVersion
void xsetAdlVersion(org.apache.xmlbeans.XmlString adlVersion) Sets (as xml) the "adl_version" element -
unsetAdlVersion
void unsetAdlVersion()Unsets the "adl_version" element -
getConcept
String getConcept()Gets the "concept" element -
xgetConcept
org.apache.xmlbeans.XmlString xgetConcept()Gets (as xml) the "concept" element -
setConcept
Sets the "concept" element -
xsetConcept
void xsetConcept(org.apache.xmlbeans.XmlString concept) Sets (as xml) the "concept" element -
getParentArchetypeId
ARCHETYPEID getParentArchetypeId()Gets the "parent_archetype_id" element -
isSetParentArchetypeId
boolean isSetParentArchetypeId()True if has "parent_archetype_id" element -
setParentArchetypeId
Sets the "parent_archetype_id" element -
addNewParentArchetypeId
ARCHETYPEID addNewParentArchetypeId()Appends and returns a new empty "parent_archetype_id" element -
unsetParentArchetypeId
void unsetParentArchetypeId()Unsets the "parent_archetype_id" element -
getDefinition
CCOMPLEXOBJECT getDefinition()Gets the "definition" element -
setDefinition
Sets the "definition" element -
addNewDefinition
CCOMPLEXOBJECT addNewDefinition()Appends and returns a new empty "definition" element -
getInvariantsArray
ASSERTION[] getInvariantsArray()Gets array of all "invariants" elements -
getInvariantsArray
Gets ith "invariants" element -
sizeOfInvariantsArray
int sizeOfInvariantsArray()Returns number of "invariants" element -
setInvariantsArray
Sets array of all "invariants" element -
setInvariantsArray
Sets ith "invariants" element -
insertNewInvariants
Inserts and returns a new empty value (as xml) as the ith "invariants" element -
addNewInvariants
ASSERTION addNewInvariants()Appends and returns a new empty value (as xml) as the last "invariants" element -
removeInvariants
void removeInvariants(int i) Removes the ith "invariants" element -
getOntology
ARCHETYPEONTOLOGY getOntology()Gets the "ontology" element -
setOntology
Sets the "ontology" element -
addNewOntology
ARCHETYPEONTOLOGY addNewOntology()Appends and returns a new empty "ontology" element
-