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
public interface CCODEPHRASE extends CDOMAINTYPE
An XML C_CODE_PHRASE(@http://schemas.openehr.org/v1). This is a complex type.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classCCODEPHRASE.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 voidaddCodeList(String codeList)Appends the value as the last "code_list" elementCODEPHRASEaddNewAssumedValue()Appends and returns a new empty "assumed_value" elementorg.apache.xmlbeans.XmlStringaddNewCodeList()Appends and returns a new empty value (as xml) as the last "code_list" elementTERMINOLOGYIDaddNewTerminologyId()Appends and returns a new empty "terminology_id" elementCODEPHRASEgetAssumedValue()Gets the "assumed_value" elementString[]getCodeListArray()Gets array of all "code_list" elementsStringgetCodeListArray(int i)Gets ith "code_list" elementTERMINOLOGYIDgetTerminologyId()Gets 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" elementbooleanisSetAssumedValue()True if has "assumed_value" elementbooleanisSetTerminologyId()True 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" elementintsizeOfCodeListArray()Returns number of "code_list" elementvoidunsetAssumedValue()Unsets the "assumed_value" elementvoidunsetTerminologyId()Unsets the "terminology_id" elementorg.apache.xmlbeans.XmlString[]xgetCodeListArray()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" element-
Methods inherited from interface org.openehr.schemas.v1.COBJECT
addNewOccurrences, getNodeId, getOccurrences, getRmTypeName, setNodeId, setOccurrences, setRmTypeName, xgetNodeId, xgetRmTypeName, xsetNodeId, xsetRmTypeName
-
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
-
getAssumedValue
CODEPHRASE getAssumedValue()
Gets the "assumed_value" element
-
isSetAssumedValue
boolean isSetAssumedValue()
True if has "assumed_value" element
-
setAssumedValue
void setAssumedValue(CODEPHRASE assumedValue)
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
void setTerminologyId(TERMINOLOGYID terminologyId)
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
String getCodeListArray(int i)
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
void setCodeListArray(String[] codeListArray)
Sets array of all "code_list" element
-
setCodeListArray
void setCodeListArray(int i, String codeList)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
void insertCodeList(int i, String codeList)Inserts the value as the ith "code_list" element
-
addCodeList
void addCodeList(String codeList)
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
-
-