Package org.openehr.schemas.v1
Interface COMPOSITION
- All Superinterfaces:
LOCATABLE,org.apache.xmlbeans.XmlObject,org.apache.xmlbeans.XmlTokenSource
- All Known Implementing Classes:
COMPOSITIONImpl
An XML COMPOSITION(@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 "category" elementAppends and returns a new empty "composer" elementAppends and returns a new empty value (as xml) as the last "content" elementAppends and returns a new empty "context" elementAppends and returns a new empty "language" elementAppends and returns a new empty "territory" elementGets the "category" elementGets the "composer" elementGets array of all "content" elementsgetContentArray(int i) Gets ith "content" elementGets the "context" elementGets the "language" elementGets the "territory" elementinsertNewContent(int i) Inserts and returns a new empty value (as xml) as the ith "content" elementbooleanTrue 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" elementintReturns number of "content" elementvoidUnsets the "context" elementMethods 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, xsetArchetypeNodeIdMethods 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
-
getLanguage
CODEPHRASE getLanguage()Gets the "language" element -
setLanguage
Sets the "language" element -
addNewLanguage
CODEPHRASE addNewLanguage()Appends and returns a new empty "language" element -
getTerritory
CODEPHRASE getTerritory()Gets the "territory" element -
setTerritory
Sets the "territory" element -
addNewTerritory
CODEPHRASE addNewTerritory()Appends and returns a new empty "territory" element -
getCategory
DVCODEDTEXT getCategory()Gets the "category" element -
setCategory
Sets the "category" element -
addNewCategory
DVCODEDTEXT addNewCategory()Appends and returns a new empty "category" element -
getComposer
PARTYPROXY getComposer()Gets the "composer" element -
setComposer
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
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
Gets ith "content" element -
sizeOfContentArray
int sizeOfContentArray()Returns number of "content" element -
setContentArray
Sets array of all "content" element -
setContentArray
Sets ith "content" element -
insertNewContent
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
-