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 CARCHETYPEROOTaddNewDefinition()Appends and returns a new empty "definition" elementRESOURCEDESCRIPTIONaddNewDescription()Appends and returns a new empty "description" elementCODEPHRASEaddNewLanguage()Appends and returns a new empty "language" 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" elementStringgetConcept()Gets the "concept" elementCARCHETYPEROOTgetDefinition()Gets the "definition" elementRESOURCEDESCRIPTIONgetDescription()Gets the "description" elementbooleangetIsControlled()Gets the "is_controlled" elementCODEPHRASEgetLanguage()Gets the "language" elementREVISIONHISTORYgetRevisionHistory()Gets the "revision_history" elementTEMPLATEIDgetTemplateId()Gets the "template_id" elementHIEROBJECTIDgetUid()Gets the "uid" elementbooleanisSetDescription()True if has "description" elementbooleanisSetIsControlled()True if has "is_controlled" elementbooleanisSetRevisionHistory()True if has "revision_history" elementbooleanisSetUid()True if has "uid" elementvoidsetConcept(String concept)Sets the "concept" 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" elementvoidsetRevisionHistory(REVISIONHISTORY revisionHistory)Sets the "revision_history" elementvoidsetTemplateId(TEMPLATEID templateId)Sets the "template_id" elementvoidsetUid(HIEROBJECTID uid)Sets the "uid" elementvoidunsetDescription()Unsets the "description" elementvoidunsetIsControlled()Unsets the "is_controlled" elementvoidunsetRevisionHistory()Unsets the "revision_history" elementvoidunsetUid()Unsets the "uid" 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
-
-