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.XmlObjectAn 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 classEXTRACTENTITYMANIFEST.FactoryA factory class with static methods for creating instances of this type.
-
Field Summary
Fields Modifier and Type Field Description static org.apache.xmlbeans.SchemaTypetype
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description EXTRACTENTITYIDENTIFIERaddNewEntityIdentifier()Appends and returns a new empty "entity_identifier" elementOBJECTREFaddNewItemList()Appends and returns a new empty value (as xml) as the last "item_list" elementEXTRACTENTITYIDENTIFIERgetEntityIdentifier()Gets the "entity_identifier" elementOBJECTREF[]getItemListArray()Gets array of all "item_list" elementsOBJECTREFgetItemListArray(int i)Gets ith "item_list" elementOBJECTREFinsertNewItemList(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" elementintsizeOfItemListArray()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
-
-
-
-
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
-
getEntityIdentifier
EXTRACTENTITYIDENTIFIER getEntityIdentifier()
Gets the "entity_identifier" element
-
setEntityIdentifier
void setEntityIdentifier(EXTRACTENTITYIDENTIFIER entityIdentifier)
Sets the "entity_identifier" element
-
addNewEntityIdentifier
EXTRACTENTITYIDENTIFIER addNewEntityIdentifier()
Appends and returns a new empty "entity_identifier" element
-
-