Package org.openehr.schemas.v1
Interface DVTEXT
- All Superinterfaces:
DATAVALUE,org.apache.xmlbeans.XmlObject,org.apache.xmlbeans.XmlTokenSource
- All Known Subinterfaces:
DVCODEDTEXT
- All Known Implementing Classes:
DVCODEDTEXTImpl,DVTEXTImpl
An XML DV_TEXT(@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 "encoding" elementAppends and returns a new empty "hyperlink" elementAppends and returns a new empty "language" elementAppends and returns a new empty value (as xml) as the last "mappings" elementGets the "encoding" elementGets the "formatting" elementGets the "hyperlink" elementGets the "language" elementGets array of all "mappings" elementsgetMappingsArray(int i) Gets ith "mappings" elementgetValue()Gets the "value" elementinsertNewMappings(int i) Inserts and returns a new empty value (as xml) as the ith "mappings" elementbooleanTrue if has "encoding" elementbooleanTrue if has "formatting" elementbooleanTrue if has "hyperlink" elementbooleanTrue if has "language" elementvoidremoveMappings(int i) Removes the ith "mappings" elementvoidsetEncoding(CODEPHRASE encoding) Sets the "encoding" elementvoidsetFormatting(String formatting) Sets the "formatting" elementvoidsetHyperlink(DVURI hyperlink) Sets the "hyperlink" elementvoidsetLanguage(CODEPHRASE language) Sets the "language" elementvoidsetMappingsArray(int i, TERMMAPPING mappings) Sets ith "mappings" elementvoidsetMappingsArray(TERMMAPPING[] mappingsArray) Sets array of all "mappings" elementvoidSets the "value" elementintReturns number of "mappings" elementvoidUnsets the "encoding" elementvoidUnsets the "formatting" elementvoidUnsets the "hyperlink" elementvoidUnsets the "language" elementorg.apache.xmlbeans.XmlStringGets (as xml) the "formatting" elementorg.apache.xmlbeans.XmlStringGets (as xml) the "value" elementvoidxsetFormatting(org.apache.xmlbeans.XmlString formatting) Sets (as xml) the "formatting" elementvoidxsetValue(org.apache.xmlbeans.XmlString value) Sets (as xml) the "value" elementMethods 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
-
getValue
String getValue()Gets the "value" element -
xgetValue
org.apache.xmlbeans.XmlString xgetValue()Gets (as xml) the "value" element -
setValue
Sets the "value" element -
xsetValue
void xsetValue(org.apache.xmlbeans.XmlString value) Sets (as xml) the "value" element -
getHyperlink
DVURI getHyperlink()Gets the "hyperlink" element -
isSetHyperlink
boolean isSetHyperlink()True if has "hyperlink" element -
setHyperlink
Sets the "hyperlink" element -
addNewHyperlink
DVURI addNewHyperlink()Appends and returns a new empty "hyperlink" element -
unsetHyperlink
void unsetHyperlink()Unsets the "hyperlink" element -
getFormatting
String getFormatting()Gets the "formatting" element -
xgetFormatting
org.apache.xmlbeans.XmlString xgetFormatting()Gets (as xml) the "formatting" element -
isSetFormatting
boolean isSetFormatting()True if has "formatting" element -
setFormatting
Sets the "formatting" element -
xsetFormatting
void xsetFormatting(org.apache.xmlbeans.XmlString formatting) Sets (as xml) the "formatting" element -
unsetFormatting
void unsetFormatting()Unsets the "formatting" element -
getMappingsArray
TERMMAPPING[] getMappingsArray()Gets array of all "mappings" elements -
getMappingsArray
Gets ith "mappings" element -
sizeOfMappingsArray
int sizeOfMappingsArray()Returns number of "mappings" element -
setMappingsArray
Sets array of all "mappings" element -
setMappingsArray
Sets ith "mappings" element -
insertNewMappings
Inserts and returns a new empty value (as xml) as the ith "mappings" element -
addNewMappings
TERMMAPPING addNewMappings()Appends and returns a new empty value (as xml) as the last "mappings" element -
removeMappings
void removeMappings(int i) Removes the ith "mappings" element -
getLanguage
CODEPHRASE getLanguage()Gets the "language" element -
isSetLanguage
boolean isSetLanguage()True if has "language" element -
setLanguage
Sets the "language" element -
addNewLanguage
CODEPHRASE addNewLanguage()Appends and returns a new empty "language" element -
unsetLanguage
void unsetLanguage()Unsets the "language" element -
getEncoding
CODEPHRASE getEncoding()Gets the "encoding" element -
isSetEncoding
boolean isSetEncoding()True if has "encoding" element -
setEncoding
Sets the "encoding" element -
addNewEncoding
CODEPHRASE addNewEncoding()Appends and returns a new empty "encoding" element -
unsetEncoding
void unsetEncoding()Unsets the "encoding" element
-