Package org.openehr.schemas.v1
Interface XVERSIONEDOBJECT
- All Superinterfaces:
org.apache.xmlbeans.XmlObject,org.apache.xmlbeans.XmlTokenSource
- All Known Implementing Classes:
XVERSIONEDOBJECTImpl
public interface XVERSIONEDOBJECT
extends org.apache.xmlbeans.XmlObject
An XML X_VERSIONED_OBJECT(@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 "owner_id" elementAppends and returns a new empty "revision_history" elementAppends and returns a new empty "time_created" elementAppends and returns a new empty "uid" elementAppends and returns a new empty value (as xml) as the last "versions" elementintGets the "extract_version_count" elementGets the "owner_id" elementGets the "revision_history" elementGets the "time_created" elementintGets the "total_version_count" elementgetUid()Gets the "uid" elementGets array of all "versions" elementsgetVersionsArray(int i) Gets ith "versions" elementinsertNewVersions(int i) Inserts and returns a new empty value (as xml) as the ith "versions" elementbooleanTrue if has "revision_history" elementvoidremoveVersions(int i) Removes the ith "versions" elementvoidsetExtractVersionCount(int extractVersionCount) Sets the "extract_version_count" elementvoidsetOwnerId(OBJECTREF ownerId) Sets the "owner_id" elementvoidsetRevisionHistory(REVISIONHISTORY revisionHistory) Sets the "revision_history" elementvoidsetTimeCreated(DVDATETIME timeCreated) Sets the "time_created" elementvoidsetTotalVersionCount(int totalVersionCount) Sets the "total_version_count" elementvoidsetUid(HIEROBJECTID uid) Sets the "uid" elementvoidsetVersionsArray(int i, ORIGINALVERSION versions) Sets ith "versions" elementvoidsetVersionsArray(ORIGINALVERSION[] versionsArray) Sets array of all "versions" elementintReturns number of "versions" elementvoidUnsets the "revision_history" elementorg.apache.xmlbeans.XmlIntGets (as xml) the "extract_version_count" elementorg.apache.xmlbeans.XmlIntGets (as xml) the "total_version_count" elementvoidxsetExtractVersionCount(org.apache.xmlbeans.XmlInt extractVersionCount) Sets (as xml) the "extract_version_count" elementvoidxsetTotalVersionCount(org.apache.xmlbeans.XmlInt totalVersionCount) Sets (as xml) the "total_version_count" 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
-
getUid
HIEROBJECTID getUid()Gets the "uid" element -
setUid
Sets the "uid" element -
addNewUid
HIEROBJECTID addNewUid()Appends and returns a new empty "uid" element -
getOwnerId
OBJECTREF getOwnerId()Gets the "owner_id" element -
setOwnerId
Sets the "owner_id" element -
addNewOwnerId
OBJECTREF addNewOwnerId()Appends and returns a new empty "owner_id" element -
getTimeCreated
DVDATETIME getTimeCreated()Gets the "time_created" element -
setTimeCreated
Sets the "time_created" element -
addNewTimeCreated
DVDATETIME addNewTimeCreated()Appends and returns a new empty "time_created" element -
getTotalVersionCount
int getTotalVersionCount()Gets the "total_version_count" element -
xgetTotalVersionCount
org.apache.xmlbeans.XmlInt xgetTotalVersionCount()Gets (as xml) the "total_version_count" element -
setTotalVersionCount
void setTotalVersionCount(int totalVersionCount) Sets the "total_version_count" element -
xsetTotalVersionCount
void xsetTotalVersionCount(org.apache.xmlbeans.XmlInt totalVersionCount) Sets (as xml) the "total_version_count" element -
getExtractVersionCount
int getExtractVersionCount()Gets the "extract_version_count" element -
xgetExtractVersionCount
org.apache.xmlbeans.XmlInt xgetExtractVersionCount()Gets (as xml) the "extract_version_count" element -
setExtractVersionCount
void setExtractVersionCount(int extractVersionCount) Sets the "extract_version_count" element -
xsetExtractVersionCount
void xsetExtractVersionCount(org.apache.xmlbeans.XmlInt extractVersionCount) Sets (as xml) the "extract_version_count" element -
getRevisionHistory
REVISIONHISTORY getRevisionHistory()Gets the "revision_history" element -
isSetRevisionHistory
boolean isSetRevisionHistory()True if has "revision_history" element -
setRevisionHistory
Sets the "revision_history" element -
addNewRevisionHistory
REVISIONHISTORY addNewRevisionHistory()Appends and returns a new empty "revision_history" element -
unsetRevisionHistory
void unsetRevisionHistory()Unsets the "revision_history" element -
getVersionsArray
ORIGINALVERSION[] getVersionsArray()Gets array of all "versions" elements -
getVersionsArray
Gets ith "versions" element -
sizeOfVersionsArray
int sizeOfVersionsArray()Returns number of "versions" element -
setVersionsArray
Sets array of all "versions" element -
setVersionsArray
Sets ith "versions" element -
insertNewVersions
Inserts and returns a new empty value (as xml) as the ith "versions" element -
addNewVersions
ORIGINALVERSION addNewVersions()Appends and returns a new empty value (as xml) as the last "versions" element -
removeVersions
void removeVersions(int i) Removes the ith "versions" element
-