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.XmlObjectAn XML X_VERSIONED_OBJECT(@http://schemas.openehr.org/v1). This is a complex type.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classXVERSIONEDOBJECT.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 OBJECTREFaddNewOwnerId()Appends and returns a new empty "owner_id" elementREVISIONHISTORYaddNewRevisionHistory()Appends and returns a new empty "revision_history" elementDVDATETIMEaddNewTimeCreated()Appends and returns a new empty "time_created" elementHIEROBJECTIDaddNewUid()Appends and returns a new empty "uid" elementORIGINALVERSIONaddNewVersions()Appends and returns a new empty value (as xml) as the last "versions" elementintgetExtractVersionCount()Gets the "extract_version_count" elementOBJECTREFgetOwnerId()Gets the "owner_id" elementREVISIONHISTORYgetRevisionHistory()Gets the "revision_history" elementDVDATETIMEgetTimeCreated()Gets the "time_created" elementintgetTotalVersionCount()Gets the "total_version_count" elementHIEROBJECTIDgetUid()Gets the "uid" elementORIGINALVERSION[]getVersionsArray()Gets array of all "versions" elementsORIGINALVERSIONgetVersionsArray(int i)Gets ith "versions" elementORIGINALVERSIONinsertNewVersions(int i)Inserts and returns a new empty value (as xml) as the ith "versions" elementbooleanisSetRevisionHistory()True 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" elementintsizeOfVersionsArray()Returns number of "versions" elementvoidunsetRevisionHistory()Unsets the "revision_history" elementorg.apache.xmlbeans.XmlIntxgetExtractVersionCount()Gets (as xml) the "extract_version_count" elementorg.apache.xmlbeans.XmlIntxgetTotalVersionCount()Gets (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" 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
-
getUid
HIEROBJECTID getUid()
Gets the "uid" element
-
setUid
void setUid(HIEROBJECTID uid)
Sets the "uid" element
-
addNewUid
HIEROBJECTID addNewUid()
Appends and returns a new empty "uid" element
-
getOwnerId
OBJECTREF getOwnerId()
Gets the "owner_id" element
-
setOwnerId
void setOwnerId(OBJECTREF ownerId)
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
void setTimeCreated(DVDATETIME timeCreated)
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
void setRevisionHistory(REVISIONHISTORY revisionHistory)
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
ORIGINALVERSION getVersionsArray(int i)
Gets ith "versions" element
-
sizeOfVersionsArray
int sizeOfVersionsArray()
Returns number of "versions" element
-
setVersionsArray
void setVersionsArray(ORIGINALVERSION[] versionsArray)
Sets array of all "versions" element
-
setVersionsArray
void setVersionsArray(int i, ORIGINALVERSION versions)Sets ith "versions" element
-
insertNewVersions
ORIGINALVERSION insertNewVersions(int i)
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
-
-