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 final class 
    A factory class with static methods for creating instances of this type.
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final org.apache.xmlbeans.SchemaType
     

    Fields inherited from interface org.apache.xmlbeans.XmlObject

    EQUAL, GREATER_THAN, LESS_THAN, NOT_EQUAL
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    addCodeList(String codeList)
    Appends the value as the last "code_list" element
    Appends and returns a new empty "assumed_value" element
    org.apache.xmlbeans.XmlString
    Appends and returns a new empty value (as xml) as the last "code_list" element
    Appends and returns a new empty "terminology_id" element
    Gets the "assumed_value" element
    Gets array of all "code_list" elements
    Gets ith "code_list" element
    Gets the "terminology_id" element
    void
    insertCodeList(int i, String codeList)
    Inserts the value as the ith "code_list" element
    org.apache.xmlbeans.XmlString
    Inserts and returns a new empty value (as xml) as the ith "code_list" element
    boolean
    True if has "assumed_value" element
    boolean
    True if has "terminology_id" element
    void
    Removes the ith "code_list" element
    void
    Sets the "assumed_value" element
    void
    setCodeListArray(int i, String codeList)
    Sets ith "code_list" element
    void
    setCodeListArray(String[] codeListArray)
    Sets array of all "code_list" element
    void
    Sets the "terminology_id" element
    int
    Returns number of "code_list" element
    void
    Unsets the "assumed_value" element
    void
    Unsets the "terminology_id" element
    org.apache.xmlbeans.XmlString[]
    Gets (as xml) array of all "code_list" elements
    org.apache.xmlbeans.XmlString
    Gets (as xml) ith "code_list" element
    void
    xsetCodeListArray(int i, org.apache.xmlbeans.XmlString codeList)
    Sets (as xml) ith "code_list" element
    void
    xsetCodeListArray(org.apache.xmlbeans.XmlString[] codeListArray)
    Sets (as xml) array of all "code_list" 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
  • 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

      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