Interface EXTRACTENTITYMANIFEST

  • All Superinterfaces:
    org.apache.xmlbeans.XmlObject, org.apache.xmlbeans.XmlTokenSource
    All Known Implementing Classes:
    EXTRACTENTITYMANIFESTImpl

    public interface EXTRACTENTITYMANIFEST
    extends org.apache.xmlbeans.XmlObject
    An XML EXTRACT_ENTITY_MANIFEST(@http://schemas.openehr.org/v1). This is a complex type.
    • Nested Class Summary

      Nested Classes 
      Modifier and Type Interface Description
      static class  EXTRACTENTITYMANIFEST.Factory
      A factory class with static methods for creating instances of this type.
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static org.apache.xmlbeans.SchemaType type  
      • Fields inherited from interface org.apache.xmlbeans.XmlObject

        EQUAL, GREATER_THAN, LESS_THAN, NOT_EQUAL
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      EXTRACTENTITYIDENTIFIER addNewEntityIdentifier()
      Appends and returns a new empty "entity_identifier" element
      OBJECTREF addNewItemList()
      Appends and returns a new empty value (as xml) as the last "item_list" element
      EXTRACTENTITYIDENTIFIER getEntityIdentifier()
      Gets the "entity_identifier" element
      OBJECTREF[] getItemListArray()
      Gets array of all "item_list" elements
      OBJECTREF getItemListArray​(int i)
      Gets ith "item_list" element
      OBJECTREF insertNewItemList​(int i)
      Inserts and returns a new empty value (as xml) as the ith "item_list" element
      void removeItemList​(int i)
      Removes the ith "item_list" element
      void setEntityIdentifier​(EXTRACTENTITYIDENTIFIER entityIdentifier)
      Sets the "entity_identifier" element
      void setItemListArray​(int i, OBJECTREF itemList)
      Sets ith "item_list" element
      void setItemListArray​(OBJECTREF[] itemListArray)
      Sets array of all "item_list" element
      int sizeOfItemListArray()
      Returns number of "item_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 Detail

      • type

        static final org.apache.xmlbeans.SchemaType type
    • Method Detail

      • getItemListArray

        OBJECTREF[] getItemListArray()
        Gets array of all "item_list" elements
      • getItemListArray

        OBJECTREF getItemListArray​(int i)
        Gets ith "item_list" element
      • sizeOfItemListArray

        int sizeOfItemListArray()
        Returns number of "item_list" element
      • setItemListArray

        void setItemListArray​(OBJECTREF[] itemListArray)
        Sets array of all "item_list" element
      • setItemListArray

        void setItemListArray​(int i,
                              OBJECTREF itemList)
        Sets ith "item_list" element
      • insertNewItemList

        OBJECTREF insertNewItemList​(int i)
        Inserts and returns a new empty value (as xml) as the ith "item_list" element
      • addNewItemList

        OBJECTREF addNewItemList()
        Appends and returns a new empty value (as xml) as the last "item_list" element
      • removeItemList

        void removeItemList​(int i)
        Removes the ith "item_list" element
      • setEntityIdentifier

        void setEntityIdentifier​(EXTRACTENTITYIDENTIFIER entityIdentifier)
        Sets the "entity_identifier" element
      • addNewEntityIdentifier

        EXTRACTENTITYIDENTIFIER addNewEntityIdentifier()
        Appends and returns a new empty "entity_identifier" element