Interface CCODEPHRASE

    • Field Detail

      • type

        static final org.apache.xmlbeans.SchemaType type
    • 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