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
public interface DVTEXT extends DATAVALUE
An XML DV_TEXT(@http://schemas.openehr.org/v1). This is a complex type.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classDVTEXT.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 CODEPHRASEaddNewEncoding()Appends and returns a new empty "encoding" elementDVURIaddNewHyperlink()Appends and returns a new empty "hyperlink" elementCODEPHRASEaddNewLanguage()Appends and returns a new empty "language" elementTERMMAPPINGaddNewMappings()Appends and returns a new empty value (as xml) as the last "mappings" elementCODEPHRASEgetEncoding()Gets the "encoding" elementStringgetFormatting()Gets the "formatting" elementDVURIgetHyperlink()Gets the "hyperlink" elementCODEPHRASEgetLanguage()Gets the "language" elementTERMMAPPING[]getMappingsArray()Gets array of all "mappings" elementsTERMMAPPINGgetMappingsArray(int i)Gets ith "mappings" elementStringgetValue()Gets the "value" elementTERMMAPPINGinsertNewMappings(int i)Inserts and returns a new empty value (as xml) as the ith "mappings" elementbooleanisSetEncoding()True if has "encoding" elementbooleanisSetFormatting()True if has "formatting" elementbooleanisSetHyperlink()True if has "hyperlink" elementbooleanisSetLanguage()True 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" elementvoidsetValue(String value)Sets the "value" elementintsizeOfMappingsArray()Returns number of "mappings" elementvoidunsetEncoding()Unsets the "encoding" elementvoidunsetFormatting()Unsets the "formatting" elementvoidunsetHyperlink()Unsets the "hyperlink" elementvoidunsetLanguage()Unsets the "language" elementorg.apache.xmlbeans.XmlStringxgetFormatting()Gets (as xml) the "formatting" elementorg.apache.xmlbeans.XmlStringxgetValue()Gets (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" 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
-
getValue
String getValue()
Gets the "value" element
-
xgetValue
org.apache.xmlbeans.XmlString xgetValue()
Gets (as xml) the "value" element
-
setValue
void setValue(String value)
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
void setHyperlink(DVURI hyperlink)
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
void setFormatting(String formatting)
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
TERMMAPPING getMappingsArray(int i)
Gets ith "mappings" element
-
sizeOfMappingsArray
int sizeOfMappingsArray()
Returns number of "mappings" element
-
setMappingsArray
void setMappingsArray(TERMMAPPING[] mappingsArray)
Sets array of all "mappings" element
-
setMappingsArray
void setMappingsArray(int i, TERMMAPPING mappings)Sets ith "mappings" element
-
insertNewMappings
TERMMAPPING insertNewMappings(int i)
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
void setLanguage(CODEPHRASE language)
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
void setEncoding(CODEPHRASE encoding)
Sets the "encoding" element
-
addNewEncoding
CODEPHRASE addNewEncoding()
Appends and returns a new empty "encoding" element
-
unsetEncoding
void unsetEncoding()
Unsets the "encoding" element
-
-