Package org.openehr.schemas.v1
Interface COMPOSITION
-
- All Superinterfaces:
LOCATABLE,org.apache.xmlbeans.XmlObject,org.apache.xmlbeans.XmlTokenSource
- All Known Implementing Classes:
COMPOSITIONImpl
public interface COMPOSITION extends LOCATABLE
An XML COMPOSITION(@http://schemas.openehr.org/v1). This is a complex type.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classCOMPOSITION.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 DVCODEDTEXTaddNewCategory()Appends and returns a new empty "category" elementPARTYPROXYaddNewComposer()Appends and returns a new empty "composer" elementCONTENTITEMaddNewContent()Appends and returns a new empty value (as xml) as the last "content" elementEVENTCONTEXTaddNewContext()Appends and returns a new empty "context" elementCODEPHRASEaddNewLanguage()Appends and returns a new empty "language" elementCODEPHRASEaddNewTerritory()Appends and returns a new empty "territory" elementDVCODEDTEXTgetCategory()Gets the "category" elementPARTYPROXYgetComposer()Gets the "composer" elementCONTENTITEM[]getContentArray()Gets array of all "content" elementsCONTENTITEMgetContentArray(int i)Gets ith "content" elementEVENTCONTEXTgetContext()Gets the "context" elementCODEPHRASEgetLanguage()Gets the "language" elementCODEPHRASEgetTerritory()Gets the "territory" elementCONTENTITEMinsertNewContent(int i)Inserts and returns a new empty value (as xml) as the ith "content" elementbooleanisSetContext()True if has "context" elementvoidremoveContent(int i)Removes the ith "content" elementvoidsetCategory(DVCODEDTEXT category)Sets the "category" elementvoidsetComposer(PARTYPROXY composer)Sets the "composer" elementvoidsetContentArray(int i, CONTENTITEM content)Sets ith "content" elementvoidsetContentArray(CONTENTITEM[] contentArray)Sets array of all "content" elementvoidsetContext(EVENTCONTEXT context)Sets the "context" elementvoidsetLanguage(CODEPHRASE language)Sets the "language" elementvoidsetTerritory(CODEPHRASE territory)Sets the "territory" elementintsizeOfContentArray()Returns number of "content" elementvoidunsetContext()Unsets the "context" element-
Methods inherited from interface org.openehr.schemas.v1.LOCATABLE
addNewArchetypeDetails, addNewFeederAudit, addNewLinks, addNewName, addNewUid, getArchetypeDetails, getArchetypeNodeId, getFeederAudit, getLinksArray, getLinksArray, getName, getUid, insertNewLinks, isSetArchetypeDetails, isSetFeederAudit, isSetUid, removeLinks, setArchetypeDetails, setArchetypeNodeId, setFeederAudit, setLinksArray, setLinksArray, setName, setUid, sizeOfLinksArray, unsetArchetypeDetails, unsetFeederAudit, unsetUid, xgetArchetypeNodeId, xsetArchetypeNodeId
-
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
-
getTerritory
CODEPHRASE getTerritory()
Gets the "territory" element
-
setTerritory
void setTerritory(CODEPHRASE territory)
Sets the "territory" element
-
addNewTerritory
CODEPHRASE addNewTerritory()
Appends and returns a new empty "territory" element
-
getCategory
DVCODEDTEXT getCategory()
Gets the "category" element
-
setCategory
void setCategory(DVCODEDTEXT category)
Sets the "category" element
-
addNewCategory
DVCODEDTEXT addNewCategory()
Appends and returns a new empty "category" element
-
getComposer
PARTYPROXY getComposer()
Gets the "composer" element
-
setComposer
void setComposer(PARTYPROXY composer)
Sets the "composer" element
-
addNewComposer
PARTYPROXY addNewComposer()
Appends and returns a new empty "composer" element
-
getContext
EVENTCONTEXT getContext()
Gets the "context" element
-
isSetContext
boolean isSetContext()
True if has "context" element
-
setContext
void setContext(EVENTCONTEXT context)
Sets the "context" element
-
addNewContext
EVENTCONTEXT addNewContext()
Appends and returns a new empty "context" element
-
unsetContext
void unsetContext()
Unsets the "context" element
-
getContentArray
CONTENTITEM[] getContentArray()
Gets array of all "content" elements
-
getContentArray
CONTENTITEM getContentArray(int i)
Gets ith "content" element
-
sizeOfContentArray
int sizeOfContentArray()
Returns number of "content" element
-
setContentArray
void setContentArray(CONTENTITEM[] contentArray)
Sets array of all "content" element
-
setContentArray
void setContentArray(int i, CONTENTITEM content)Sets ith "content" element
-
insertNewContent
CONTENTITEM insertNewContent(int i)
Inserts and returns a new empty value (as xml) as the ith "content" element
-
addNewContent
CONTENTITEM addNewContent()
Appends and returns a new empty value (as xml) as the last "content" element
-
removeContent
void removeContent(int i)
Removes the ith "content" element
-
-