Class ENTRYImpl

    • Nested Class Summary

      • Nested classes/interfaces inherited from interface org.openehr.schemas.v1.ENTRY

        ENTRY.Factory
      • Nested classes/interfaces inherited from interface org.apache.xmlbeans.XmlObject

        org.apache.xmlbeans.XmlObject.Factory
    • Field Summary

      • Fields inherited from class org.apache.xmlbeans.impl.values.XmlObjectBase

        _voorVc, KIND_SETTERHELPER_ARRAYITEM, KIND_SETTERHELPER_SINGLETON, MAJOR_VERSION_NUMBER, MINOR_VERSION_NUMBER
      • Fields inherited from interface org.openehr.schemas.v1.ENTRY

        type
      • Fields inherited from interface org.openehr.schemas.v1.LOCATABLE

        type
      • Fields inherited from interface org.apache.xmlbeans.XmlObject

        EQUAL, GREATER_THAN, LESS_THAN, NOT_EQUAL, type
    • Constructor Summary

      Constructors 
      Constructor Description
      ENTRYImpl​(org.apache.xmlbeans.SchemaType sType)  
    • Constructor Detail

      • ENTRYImpl

        public ENTRYImpl​(org.apache.xmlbeans.SchemaType sType)
    • Method Detail

      • setLanguage

        public void setLanguage​(CODEPHRASE language)
        Sets the "language" element
        Specified by:
        setLanguage in interface ENTRY
      • addNewLanguage

        public CODEPHRASE addNewLanguage()
        Appends and returns a new empty "language" element
        Specified by:
        addNewLanguage in interface ENTRY
      • setEncoding

        public void setEncoding​(CODEPHRASE encoding)
        Sets the "encoding" element
        Specified by:
        setEncoding in interface ENTRY
      • addNewEncoding

        public CODEPHRASE addNewEncoding()
        Appends and returns a new empty "encoding" element
        Specified by:
        addNewEncoding in interface ENTRY
      • setSubject

        public void setSubject​(PARTYPROXY subject)
        Sets the "subject" element
        Specified by:
        setSubject in interface ENTRY
      • addNewSubject

        public PARTYPROXY addNewSubject()
        Appends and returns a new empty "subject" element
        Specified by:
        addNewSubject in interface ENTRY
      • isSetProvider

        public boolean isSetProvider()
        True if has "provider" element
        Specified by:
        isSetProvider in interface ENTRY
      • setProvider

        public void setProvider​(PARTYPROXY provider)
        Sets the "provider" element
        Specified by:
        setProvider in interface ENTRY
      • addNewProvider

        public PARTYPROXY addNewProvider()
        Appends and returns a new empty "provider" element
        Specified by:
        addNewProvider in interface ENTRY
      • unsetProvider

        public void unsetProvider()
        Unsets the "provider" element
        Specified by:
        unsetProvider in interface ENTRY
      • sizeOfOtherParticipationsArray

        public int sizeOfOtherParticipationsArray()
        Returns number of "other_participations" element
        Specified by:
        sizeOfOtherParticipationsArray in interface ENTRY
      • setOtherParticipationsArray

        public void setOtherParticipationsArray​(PARTICIPATION[] otherParticipationsArray)
        Sets array of all "other_participations" element
        Specified by:
        setOtherParticipationsArray in interface ENTRY
      • insertNewOtherParticipations

        public PARTICIPATION insertNewOtherParticipations​(int i)
        Inserts and returns a new empty value (as xml) as the ith "other_participations" element
        Specified by:
        insertNewOtherParticipations in interface ENTRY
      • addNewOtherParticipations

        public PARTICIPATION addNewOtherParticipations()
        Appends and returns a new empty value (as xml) as the last "other_participations" element
        Specified by:
        addNewOtherParticipations in interface ENTRY
      • removeOtherParticipations

        public void removeOtherParticipations​(int i)
        Removes the ith "other_participations" element
        Specified by:
        removeOtherParticipations in interface ENTRY
      • isSetWorkFlowId

        public boolean isSetWorkFlowId()
        True if has "work_flow_id" element
        Specified by:
        isSetWorkFlowId in interface ENTRY
      • setWorkFlowId

        public void setWorkFlowId​(OBJECTREF workFlowId)
        Sets the "work_flow_id" element
        Specified by:
        setWorkFlowId in interface ENTRY
      • addNewWorkFlowId

        public OBJECTREF addNewWorkFlowId()
        Appends and returns a new empty "work_flow_id" element
        Specified by:
        addNewWorkFlowId in interface ENTRY
      • unsetWorkFlowId

        public void unsetWorkFlowId()
        Unsets the "work_flow_id" element
        Specified by:
        unsetWorkFlowId in interface ENTRY