Package org.openehr.schemas.v1
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 ClassesModifier and TypeInterfaceDescriptionstatic final classA factory class with static methods for creating instances of this type. -
Field Summary
FieldsFields inherited from interface org.apache.xmlbeans.XmlObject
EQUAL, GREATER_THAN, LESS_THAN, NOT_EQUAL -
Method Summary
Modifier and TypeMethodDescriptionAppends and returns a new empty "entity_identifier" elementAppends and returns a new empty value (as xml) as the last "item_list" elementGets the "entity_identifier" elementGets array of all "item_list" elementsgetItemListArray(int i) Gets ith "item_list" elementinsertNewItemList(int i) Inserts and returns a new empty value (as xml) as the ith "item_list" elementvoidremoveItemList(int i) Removes the ith "item_list" elementvoidsetEntityIdentifier(EXTRACTENTITYIDENTIFIER entityIdentifier) Sets the "entity_identifier" elementvoidsetItemListArray(int i, OBJECTREF itemList) Sets ith "item_list" elementvoidsetItemListArray(OBJECTREF[] itemListArray) Sets array of all "item_list" elementintReturns number of "item_list" elementMethods 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, valueHashCodeMethods 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
-
getItemListArray
OBJECTREF[] getItemListArray()Gets array of all "item_list" elements -
getItemListArray
Gets ith "item_list" element -
sizeOfItemListArray
int sizeOfItemListArray()Returns number of "item_list" element -
setItemListArray
Sets array of all "item_list" element -
setItemListArray
Sets ith "item_list" element -
insertNewItemList
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 -
getEntityIdentifier
EXTRACTENTITYIDENTIFIER getEntityIdentifier()Gets the "entity_identifier" element -
setEntityIdentifier
Sets the "entity_identifier" element -
addNewEntityIdentifier
EXTRACTENTITYIDENTIFIER addNewEntityIdentifier()Appends and returns a new empty "entity_identifier" element
-