Package org.openehr.schemas.v1
Interface ITEMTABLE
- All Superinterfaces:
ITEMSTRUCTURE,LOCATABLE,org.apache.xmlbeans.XmlObject,org.apache.xmlbeans.XmlTokenSource
- All Known Implementing Classes:
ITEMTABLEImpl
An XML ITEM_TABLE(@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 value (as xml) as the last "rows" elementCLUSTER[]Gets array of all "rows" elementsgetRowsArray(int i) Gets ith "rows" elementinsertNewRows(int i) Inserts and returns a new empty value (as xml) as the ith "rows" elementvoidremoveRows(int i) Removes the ith "rows" elementvoidsetRowsArray(int i, CLUSTER rows) Sets ith "rows" elementvoidsetRowsArray(CLUSTER[] rowsArray) Sets array of all "rows" elementintReturns number of "rows" elementMethods inherited from interface org.openehr.schemas.v1.LOCATABLE
addNewArchetypeDetails, addNewFeederAudit, addNewLinks, addNewName, addNewUid, getArchetypeDetails, getArchetypeNodeId, getFeederAudit, getLinksArray, getLinksArray, getName, getUid, insertNewLinks, isSetArchetypeDetails, isSetFeederAudit, isSetUid, removeLinks, setArchetypeDetails, setArchetypeNodeId, setFeederAudit, setLinksArray, setLinksArray, setName, setUid, sizeOfLinksArray, unsetArchetypeDetails, unsetFeederAudit, unsetUid, xgetArchetypeNodeId, xsetArchetypeNodeIdMethods 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
-
getRowsArray
CLUSTER[] getRowsArray()Gets array of all "rows" elements -
getRowsArray
Gets ith "rows" element -
sizeOfRowsArray
int sizeOfRowsArray()Returns number of "rows" element -
setRowsArray
Sets array of all "rows" element -
setRowsArray
Sets ith "rows" element -
insertNewRows
Inserts and returns a new empty value (as xml) as the ith "rows" element -
addNewRows
CLUSTER addNewRows()Appends and returns a new empty value (as xml) as the last "rows" element -
removeRows
void removeRows(int i) Removes the ith "rows" element
-