Class ENTRYImpl

java.lang.Object
org.apache.xmlbeans.impl.values.XmlObjectBase
org.apache.xmlbeans.impl.values.XmlComplexContentImpl
All Implemented Interfaces:
Serializable, Archetyped, ContentItem, ENTRY, org.apache.xmlbeans.impl.values.TypeStoreUser, org.apache.xmlbeans.SimpleValue, org.apache.xmlbeans.XmlObject, org.apache.xmlbeans.XmlTokenSource
Direct Known Subclasses:
ACTIONImpl, ADMINENTRYImpl, EVALUATIONImpl, INSTRUCTIONImpl, OBSERVATIONImpl

public class ENTRYImpl extends ContentItemImpl implements ENTRY
An XML ENTRY(@openEHR/v1/Template). This is a complex type.
See Also:
  • Constructor Details

    • ENTRYImpl

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

    • getSubjectOfCare

      public TextConstraint getSubjectOfCare()
      Gets the "SubjectOfCare" element
      Specified by:
      getSubjectOfCare in interface ENTRY
    • isSetSubjectOfCare

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

      public void setSubjectOfCare(TextConstraint subjectOfCare)
      Sets the "SubjectOfCare" element
      Specified by:
      setSubjectOfCare in interface ENTRY
    • addNewSubjectOfCare

      public TextConstraint addNewSubjectOfCare()
      Appends and returns a new empty "SubjectOfCare" element
      Specified by:
      addNewSubjectOfCare in interface ENTRY
    • unsetSubjectOfCare

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

      public PARTICIPATION[] getOtherParticipationArray()
      Gets array of all "other_participation" elements
      Specified by:
      getOtherParticipationArray in interface ENTRY
    • getOtherParticipationArray

      public PARTICIPATION getOtherParticipationArray(int i)
      Gets ith "other_participation" element
      Specified by:
      getOtherParticipationArray 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
    • setOtherParticipationArray

      public void setOtherParticipationArray(int i, PARTICIPATION otherParticipation)
      Sets ith "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