Package org.openehr.schemas.v1
Interface OPERATIONALTEMPLATE
-
- All Superinterfaces:
org.apache.xmlbeans.XmlObject,org.apache.xmlbeans.XmlTokenSource
- All Known Implementing Classes:
OPERATIONALTEMPLATEImpl
public interface OPERATIONALTEMPLATE extends org.apache.xmlbeans.XmlObjectAn XML OPERATIONAL_TEMPLATE(@http://schemas.openehr.org/v1). This is a complex type.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classOPERATIONALTEMPLATE.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 ANNOTATIONaddNewAnnotations()Appends and returns a new empty value (as xml) as the last "annotations" elementFLATARCHETYPEONTOLOGYaddNewComponentOntologies()Appends and returns a new empty value (as xml) as the last "component_ontologies" elementTCONSTRAINTaddNewConstraints()Appends and returns a new empty "constraints" elementCARCHETYPEROOTaddNewDefinition()Appends and returns a new empty "definition" elementRESOURCEDESCRIPTIONaddNewDescription()Appends and returns a new empty "description" elementCODEPHRASEaddNewLanguage()Appends and returns a new empty "language" elementFLATARCHETYPEONTOLOGYaddNewOntology()Appends and returns a new empty "ontology" elementREVISIONHISTORYaddNewRevisionHistory()Appends and returns a new empty "revision_history" elementTEMPLATEIDaddNewTemplateId()Appends and returns a new empty "template_id" elementHIEROBJECTIDaddNewUid()Appends and returns a new empty "uid" elementTVIEWaddNewView()Appends and returns a new empty "view" elementANNOTATION[]getAnnotationsArray()Gets array of all "annotations" elementsANNOTATIONgetAnnotationsArray(int i)Gets ith "annotations" elementFLATARCHETYPEONTOLOGY[]getComponentOntologiesArray()Gets array of all "component_ontologies" elementsFLATARCHETYPEONTOLOGYgetComponentOntologiesArray(int i)Gets ith "component_ontologies" elementStringgetConcept()Gets the "concept" elementTCONSTRAINTgetConstraints()Gets the "constraints" elementCARCHETYPEROOTgetDefinition()Gets the "definition" elementRESOURCEDESCRIPTIONgetDescription()Gets the "description" elementbooleangetIsControlled()Gets the "is_controlled" elementCODEPHRASEgetLanguage()Gets the "language" elementFLATARCHETYPEONTOLOGYgetOntology()Gets the "ontology" elementREVISIONHISTORYgetRevisionHistory()Gets the "revision_history" elementTEMPLATEIDgetTemplateId()Gets the "template_id" elementHIEROBJECTIDgetUid()Gets the "uid" elementTVIEWgetView()Gets the "view" elementANNOTATIONinsertNewAnnotations(int i)Inserts and returns a new empty value (as xml) as the ith "annotations" elementFLATARCHETYPEONTOLOGYinsertNewComponentOntologies(int i)Inserts and returns a new empty value (as xml) as the ith "component_ontologies" elementbooleanisSetConstraints()True if has "constraints" elementbooleanisSetDescription()True if has "description" elementbooleanisSetIsControlled()True if has "is_controlled" elementbooleanisSetOntology()True if has "ontology" elementbooleanisSetRevisionHistory()True if has "revision_history" elementbooleanisSetUid()True if has "uid" elementbooleanisSetView()True if has "view" elementvoidremoveAnnotations(int i)Removes the ith "annotations" elementvoidremoveComponentOntologies(int i)Removes the ith "component_ontologies" elementvoidsetAnnotationsArray(int i, ANNOTATION annotations)Sets ith "annotations" elementvoidsetAnnotationsArray(ANNOTATION[] annotationsArray)Sets array of all "annotations" elementvoidsetComponentOntologiesArray(int i, FLATARCHETYPEONTOLOGY componentOntologies)Sets ith "component_ontologies" elementvoidsetComponentOntologiesArray(FLATARCHETYPEONTOLOGY[] componentOntologiesArray)Sets array of all "component_ontologies" elementvoidsetConcept(String concept)Sets the "concept" elementvoidsetConstraints(TCONSTRAINT constraints)Sets the "constraints" elementvoidsetDefinition(CARCHETYPEROOT definition)Sets the "definition" elementvoidsetDescription(RESOURCEDESCRIPTION description)Sets the "description" elementvoidsetIsControlled(boolean isControlled)Sets the "is_controlled" elementvoidsetLanguage(CODEPHRASE language)Sets the "language" elementvoidsetOntology(FLATARCHETYPEONTOLOGY ontology)Sets the "ontology" elementvoidsetRevisionHistory(REVISIONHISTORY revisionHistory)Sets the "revision_history" elementvoidsetTemplateId(TEMPLATEID templateId)Sets the "template_id" elementvoidsetUid(HIEROBJECTID uid)Sets the "uid" elementvoidsetView(TVIEW view)Sets the "view" elementintsizeOfAnnotationsArray()Returns number of "annotations" elementintsizeOfComponentOntologiesArray()Returns number of "component_ontologies" elementvoidunsetConstraints()Unsets the "constraints" elementvoidunsetDescription()Unsets the "description" elementvoidunsetIsControlled()Unsets the "is_controlled" elementvoidunsetOntology()Unsets the "ontology" elementvoidunsetRevisionHistory()Unsets the "revision_history" elementvoidunsetUid()Unsets the "uid" elementvoidunsetView()Unsets the "view" elementorg.apache.xmlbeans.XmlStringxgetConcept()Gets (as xml) the "concept" elementorg.apache.xmlbeans.XmlBooleanxgetIsControlled()Gets (as xml) the "is_controlled" elementvoidxsetConcept(org.apache.xmlbeans.XmlString concept)Sets (as xml) the "concept" elementvoidxsetIsControlled(org.apache.xmlbeans.XmlBoolean isControlled)Sets (as xml) the "is_controlled" element-
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
-
getLanguage
CODEPHRASE getLanguage()
Gets the "language" element
-
setLanguage
void setLanguage(CODEPHRASE language)
Sets the "language" element
-
addNewLanguage
CODEPHRASE addNewLanguage()
Appends and returns a new empty "language" element
-
getIsControlled
boolean getIsControlled()
Gets the "is_controlled" element
-
xgetIsControlled
org.apache.xmlbeans.XmlBoolean xgetIsControlled()
Gets (as xml) the "is_controlled" element
-
isSetIsControlled
boolean isSetIsControlled()
True if has "is_controlled" element
-
setIsControlled
void setIsControlled(boolean isControlled)
Sets the "is_controlled" element
-
xsetIsControlled
void xsetIsControlled(org.apache.xmlbeans.XmlBoolean isControlled)
Sets (as xml) the "is_controlled" element
-
unsetIsControlled
void unsetIsControlled()
Unsets the "is_controlled" element
-
getDescription
RESOURCEDESCRIPTION getDescription()
Gets the "description" element
-
isSetDescription
boolean isSetDescription()
True if has "description" element
-
setDescription
void setDescription(RESOURCEDESCRIPTION description)
Sets the "description" element
-
addNewDescription
RESOURCEDESCRIPTION addNewDescription()
Appends and returns a new empty "description" element
-
unsetDescription
void unsetDescription()
Unsets the "description" element
-
getRevisionHistory
REVISIONHISTORY getRevisionHistory()
Gets the "revision_history" element
-
isSetRevisionHistory
boolean isSetRevisionHistory()
True if has "revision_history" element
-
setRevisionHistory
void setRevisionHistory(REVISIONHISTORY revisionHistory)
Sets the "revision_history" element
-
addNewRevisionHistory
REVISIONHISTORY addNewRevisionHistory()
Appends and returns a new empty "revision_history" element
-
unsetRevisionHistory
void unsetRevisionHistory()
Unsets the "revision_history" element
-
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
-
getTemplateId
TEMPLATEID getTemplateId()
Gets the "template_id" element
-
setTemplateId
void setTemplateId(TEMPLATEID templateId)
Sets the "template_id" element
-
addNewTemplateId
TEMPLATEID addNewTemplateId()
Appends and returns a new empty "template_id" 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
-
getDefinition
CARCHETYPEROOT getDefinition()
Gets the "definition" element
-
setDefinition
void setDefinition(CARCHETYPEROOT definition)
Sets the "definition" element
-
addNewDefinition
CARCHETYPEROOT addNewDefinition()
Appends and returns a new empty "definition" element
-
getOntology
FLATARCHETYPEONTOLOGY getOntology()
Gets the "ontology" element
-
isSetOntology
boolean isSetOntology()
True if has "ontology" element
-
setOntology
void setOntology(FLATARCHETYPEONTOLOGY ontology)
Sets the "ontology" element
-
addNewOntology
FLATARCHETYPEONTOLOGY addNewOntology()
Appends and returns a new empty "ontology" element
-
unsetOntology
void unsetOntology()
Unsets the "ontology" element
-
getComponentOntologiesArray
FLATARCHETYPEONTOLOGY[] getComponentOntologiesArray()
Gets array of all "component_ontologies" elements
-
getComponentOntologiesArray
FLATARCHETYPEONTOLOGY getComponentOntologiesArray(int i)
Gets ith "component_ontologies" element
-
sizeOfComponentOntologiesArray
int sizeOfComponentOntologiesArray()
Returns number of "component_ontologies" element
-
setComponentOntologiesArray
void setComponentOntologiesArray(FLATARCHETYPEONTOLOGY[] componentOntologiesArray)
Sets array of all "component_ontologies" element
-
setComponentOntologiesArray
void setComponentOntologiesArray(int i, FLATARCHETYPEONTOLOGY componentOntologies)Sets ith "component_ontologies" element
-
insertNewComponentOntologies
FLATARCHETYPEONTOLOGY insertNewComponentOntologies(int i)
Inserts and returns a new empty value (as xml) as the ith "component_ontologies" element
-
addNewComponentOntologies
FLATARCHETYPEONTOLOGY addNewComponentOntologies()
Appends and returns a new empty value (as xml) as the last "component_ontologies" element
-
removeComponentOntologies
void removeComponentOntologies(int i)
Removes the ith "component_ontologies" element
-
getAnnotationsArray
ANNOTATION[] getAnnotationsArray()
Gets array of all "annotations" elements
-
getAnnotationsArray
ANNOTATION getAnnotationsArray(int i)
Gets ith "annotations" element
-
sizeOfAnnotationsArray
int sizeOfAnnotationsArray()
Returns number of "annotations" element
-
setAnnotationsArray
void setAnnotationsArray(ANNOTATION[] annotationsArray)
Sets array of all "annotations" element
-
setAnnotationsArray
void setAnnotationsArray(int i, ANNOTATION annotations)Sets ith "annotations" element
-
insertNewAnnotations
ANNOTATION insertNewAnnotations(int i)
Inserts and returns a new empty value (as xml) as the ith "annotations" element
-
addNewAnnotations
ANNOTATION addNewAnnotations()
Appends and returns a new empty value (as xml) as the last "annotations" element
-
removeAnnotations
void removeAnnotations(int i)
Removes the ith "annotations" element
-
getConstraints
TCONSTRAINT getConstraints()
Gets the "constraints" element
-
isSetConstraints
boolean isSetConstraints()
True if has "constraints" element
-
setConstraints
void setConstraints(TCONSTRAINT constraints)
Sets the "constraints" element
-
addNewConstraints
TCONSTRAINT addNewConstraints()
Appends and returns a new empty "constraints" element
-
unsetConstraints
void unsetConstraints()
Unsets the "constraints" element
-
getView
TVIEW getView()
Gets the "view" element
-
isSetView
boolean isSetView()
True if has "view" element
-
setView
void setView(TVIEW view)
Sets the "view" element
-
addNewView
TVIEW addNewView()
Appends and returns a new empty "view" element
-
unsetView
void unsetView()
Unsets the "view" element
-
-