Class ENTRYImpl

    • Constructor Detail

      • ENTRYImpl

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

      • isSetSubjectOfCare

        public boolean isSetSubjectOfCare()
        True if has "SubjectOfCare" element
        Specified by:
        isSetSubjectOfCare in interface ENTRY
      • unsetSubjectOfCare

        public void unsetSubjectOfCare()
        Unsets the "SubjectOfCare" element
        Specified by:
        unsetSubjectOfCare in interface ENTRY
      • sizeOfOtherParticipationArray

        public int sizeOfOtherParticipationArray()
        Returns number of "other_participation" element
        Specified by:
        sizeOfOtherParticipationArray in interface ENTRY
      • setOtherParticipationArray

        public void setOtherParticipationArray​(PARTICIPATION[] otherParticipationArray)
        Sets array of all "other_participation" element
        Specified by:
        setOtherParticipationArray in interface ENTRY
      • insertNewOtherParticipation

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

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

        public void removeOtherParticipation​(int i)
        Removes the ith "other_participation" element
        Specified by:
        removeOtherParticipation in interface ENTRY
      • getItemsArray

        public ITEM[] getItemsArray()
        Gets array of all "Items" elements
        Specified by:
        getItemsArray in interface ENTRY
      • getItemsArray

        public ITEM getItemsArray​(int i)
        Gets ith "Items" element
        Specified by:
        getItemsArray in interface ENTRY
      • sizeOfItemsArray

        public int sizeOfItemsArray()
        Returns number of "Items" element
        Specified by:
        sizeOfItemsArray in interface ENTRY
      • setItemsArray

        public void setItemsArray​(ITEM[] itemsArray)
        Sets array of all "Items" element
        Specified by:
        setItemsArray in interface ENTRY
      • setItemsArray

        public void setItemsArray​(int i,
                                  ITEM items)
        Sets ith "Items" element
        Specified by:
        setItemsArray in interface ENTRY
      • insertNewItems

        public ITEM insertNewItems​(int i)
        Inserts and returns a new empty value (as xml) as the ith "Items" element
        Specified by:
        insertNewItems in interface ENTRY
      • addNewItems

        public ITEM addNewItems()
        Appends and returns a new empty value (as xml) as the last "Items" element
        Specified by:
        addNewItems in interface ENTRY
      • removeItems

        public void removeItems​(int i)
        Removes the ith "Items" element
        Specified by:
        removeItems in interface ENTRY