Package org.openehr.schemas.v1
Interface ARCHETYPE
-
- All Superinterfaces:
AUTHOREDRESOURCE,org.apache.xmlbeans.XmlObject,org.apache.xmlbeans.XmlTokenSource
- All Known Implementing Classes:
ARCHETYPEImpl
public interface ARCHETYPE extends AUTHOREDRESOURCE
An XML ARCHETYPE(@http://schemas.openehr.org/v1). This is a complex type.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classARCHETYPE.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 ARCHETYPEIDaddNewArchetypeId()Appends and returns a new empty "archetype_id" elementCCOMPLEXOBJECTaddNewDefinition()Appends and returns a new empty "definition" elementASSERTIONaddNewInvariants()Appends and returns a new empty value (as xml) as the last "invariants" elementARCHETYPEONTOLOGYaddNewOntology()Appends and returns a new empty "ontology" elementARCHETYPEIDaddNewParentArchetypeId()Appends and returns a new empty "parent_archetype_id" elementHIEROBJECTIDaddNewUid()Appends and returns a new empty "uid" elementStringgetAdlVersion()Gets the "adl_version" elementARCHETYPEIDgetArchetypeId()Gets the "archetype_id" elementStringgetConcept()Gets the "concept" elementCCOMPLEXOBJECTgetDefinition()Gets the "definition" elementASSERTION[]getInvariantsArray()Gets array of all "invariants" elementsASSERTIONgetInvariantsArray(int i)Gets ith "invariants" elementARCHETYPEONTOLOGYgetOntology()Gets the "ontology" elementARCHETYPEIDgetParentArchetypeId()Gets the "parent_archetype_id" elementHIEROBJECTIDgetUid()Gets the "uid" elementASSERTIONinsertNewInvariants(int i)Inserts and returns a new empty value (as xml) as the ith "invariants" elementbooleanisSetAdlVersion()True if has "adl_version" elementbooleanisSetParentArchetypeId()True 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" elementintsizeOfInvariantsArray()Returns number of "invariants" elementvoidunsetAdlVersion()Unsets the "adl_version" elementvoidunsetParentArchetypeId()Unsets the "parent_archetype_id" elementvoidunsetUid()Unsets the "uid" elementorg.apache.xmlbeans.XmlStringxgetAdlVersion()Gets (as xml) the "adl_version" elementorg.apache.xmlbeans.XmlStringxgetConcept()Gets (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" element-
Methods 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, xsetIsControlled
-
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
-
getUid
HIEROBJECTID getUid()
Gets the "uid" element
-
isSetUid
boolean isSetUid()
True if has "uid" element
-
setUid
void setUid(HIEROBJECTID uid)
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
void setArchetypeId(ARCHETYPEID archetypeId)
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
void setAdlVersion(String adlVersion)
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
void setConcept(String concept)
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
void setParentArchetypeId(ARCHETYPEID parentArchetypeId)
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
void setDefinition(CCOMPLEXOBJECT definition)
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
ASSERTION getInvariantsArray(int i)
Gets ith "invariants" element
-
sizeOfInvariantsArray
int sizeOfInvariantsArray()
Returns number of "invariants" element
-
setInvariantsArray
void setInvariantsArray(ASSERTION[] invariantsArray)
Sets array of all "invariants" element
-
setInvariantsArray
void setInvariantsArray(int i, ASSERTION invariants)Sets ith "invariants" element
-
insertNewInvariants
ASSERTION insertNewInvariants(int i)
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
void setOntology(ARCHETYPEONTOLOGY ontology)
Sets the "ontology" element
-
addNewOntology
ARCHETYPEONTOLOGY addNewOntology()
Appends and returns a new empty "ontology" element
-
-