Package org.openehr.schemas.v1
Interface CCODEPHRASE
- All Superinterfaces:
ARCHETYPECONSTRAINT,CDEFINEDOBJECT,CDOMAINTYPE,COBJECT,org.apache.xmlbeans.XmlObject,org.apache.xmlbeans.XmlTokenSource
- All Known Subinterfaces:
CCODEREFERENCE
- All Known Implementing Classes:
CCODEPHRASEImpl,CCODEREFERENCEImpl
An XML C_CODE_PHRASE(@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 TypeMethodDescriptionvoidaddCodeList(String codeList) Appends the value as the last "code_list" elementAppends and returns a new empty "assumed_value" elementorg.apache.xmlbeans.XmlStringAppends and returns a new empty value (as xml) as the last "code_list" elementAppends and returns a new empty "terminology_id" elementGets the "assumed_value" elementString[]Gets array of all "code_list" elementsgetCodeListArray(int i) Gets ith "code_list" elementGets the "terminology_id" elementvoidinsertCodeList(int i, String codeList) Inserts the value as the ith "code_list" elementorg.apache.xmlbeans.XmlStringinsertNewCodeList(int i) Inserts and returns a new empty value (as xml) as the ith "code_list" elementbooleanTrue if has "assumed_value" elementbooleanTrue if has "terminology_id" elementvoidremoveCodeList(int i) Removes the ith "code_list" elementvoidsetAssumedValue(CODEPHRASE assumedValue) Sets the "assumed_value" elementvoidsetCodeListArray(int i, String codeList) Sets ith "code_list" elementvoidsetCodeListArray(String[] codeListArray) Sets array of all "code_list" elementvoidsetTerminologyId(TERMINOLOGYID terminologyId) Sets the "terminology_id" elementintReturns number of "code_list" elementvoidUnsets the "assumed_value" elementvoidUnsets the "terminology_id" elementorg.apache.xmlbeans.XmlString[]Gets (as xml) array of all "code_list" elementsorg.apache.xmlbeans.XmlStringxgetCodeListArray(int i) Gets (as xml) ith "code_list" elementvoidxsetCodeListArray(int i, org.apache.xmlbeans.XmlString codeList) Sets (as xml) ith "code_list" elementvoidxsetCodeListArray(org.apache.xmlbeans.XmlString[] codeListArray) Sets (as xml) array of all "code_list" elementMethods inherited from interface org.openehr.schemas.v1.COBJECT
addNewOccurrences, getNodeId, getOccurrences, getRmTypeName, setNodeId, setOccurrences, setRmTypeName, xgetNodeId, xgetRmTypeName, xsetNodeId, xsetRmTypeNameMethods 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
-
getAssumedValue
CODEPHRASE getAssumedValue()Gets the "assumed_value" element -
isSetAssumedValue
boolean isSetAssumedValue()True if has "assumed_value" element -
setAssumedValue
Sets the "assumed_value" element -
addNewAssumedValue
CODEPHRASE addNewAssumedValue()Appends and returns a new empty "assumed_value" element -
unsetAssumedValue
void unsetAssumedValue()Unsets the "assumed_value" element -
getTerminologyId
TERMINOLOGYID getTerminologyId()Gets the "terminology_id" element -
isSetTerminologyId
boolean isSetTerminologyId()True if has "terminology_id" element -
setTerminologyId
Sets the "terminology_id" element -
addNewTerminologyId
TERMINOLOGYID addNewTerminologyId()Appends and returns a new empty "terminology_id" element -
unsetTerminologyId
void unsetTerminologyId()Unsets the "terminology_id" element -
getCodeListArray
String[] getCodeListArray()Gets array of all "code_list" elements -
getCodeListArray
Gets ith "code_list" element -
xgetCodeListArray
org.apache.xmlbeans.XmlString[] xgetCodeListArray()Gets (as xml) array of all "code_list" elements -
xgetCodeListArray
org.apache.xmlbeans.XmlString xgetCodeListArray(int i) Gets (as xml) ith "code_list" element -
sizeOfCodeListArray
int sizeOfCodeListArray()Returns number of "code_list" element -
setCodeListArray
Sets array of all "code_list" element -
setCodeListArray
Sets ith "code_list" element -
xsetCodeListArray
void xsetCodeListArray(org.apache.xmlbeans.XmlString[] codeListArray) Sets (as xml) array of all "code_list" element -
xsetCodeListArray
void xsetCodeListArray(int i, org.apache.xmlbeans.XmlString codeList) Sets (as xml) ith "code_list" element -
insertCodeList
Inserts the value as the ith "code_list" element -
addCodeList
Appends the value as the last "code_list" element -
insertNewCodeList
org.apache.xmlbeans.XmlString insertNewCodeList(int i) Inserts and returns a new empty value (as xml) as the ith "code_list" element -
addNewCodeList
org.apache.xmlbeans.XmlString addNewCodeList()Appends and returns a new empty value (as xml) as the last "code_list" element -
removeCodeList
void removeCodeList(int i) Removes the ith "code_list" element
-