Package org.openehr.schemas.v1
Interface ORIGINALVERSION
-
- All Superinterfaces:
VERSION,org.apache.xmlbeans.XmlObject,org.apache.xmlbeans.XmlTokenSource
- All Known Implementing Classes:
ORIGINALVERSIONImpl
public interface ORIGINALVERSION extends VERSION
An XML ORIGINAL_VERSION(@http://schemas.openehr.org/v1). This is a complex type.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classORIGINALVERSION.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 ATTESTATIONaddNewAttestations()Appends and returns a new empty value (as xml) as the last "attestations" elementorg.apache.xmlbeans.XmlObjectaddNewData()Appends and returns a new empty "data" elementDVCODEDTEXTaddNewLifecycleState()Appends and returns a new empty "lifecycle_state" elementOBJECTVERSIONIDaddNewOtherInputVersionUids()Appends and returns a new empty value (as xml) as the last "other_input_version_uids" elementOBJECTVERSIONIDaddNewPrecedingVersionUid()Appends and returns a new empty "preceding_version_uid" elementOBJECTVERSIONIDaddNewUid()Appends and returns a new empty "uid" elementATTESTATION[]getAttestationsArray()Gets array of all "attestations" elementsATTESTATIONgetAttestationsArray(int i)Gets ith "attestations" elementorg.apache.xmlbeans.XmlObjectgetData()Gets the "data" elementDVCODEDTEXTgetLifecycleState()Gets the "lifecycle_state" elementOBJECTVERSIONID[]getOtherInputVersionUidsArray()Gets array of all "other_input_version_uids" elementsOBJECTVERSIONIDgetOtherInputVersionUidsArray(int i)Gets ith "other_input_version_uids" elementOBJECTVERSIONIDgetPrecedingVersionUid()Gets the "preceding_version_uid" elementOBJECTVERSIONIDgetUid()Gets the "uid" elementATTESTATIONinsertNewAttestations(int i)Inserts and returns a new empty value (as xml) as the ith "attestations" elementOBJECTVERSIONIDinsertNewOtherInputVersionUids(int i)Inserts and returns a new empty value (as xml) as the ith "other_input_version_uids" elementbooleanisSetData()True if has "data" elementbooleanisSetPrecedingVersionUid()True if has "preceding_version_uid" elementvoidremoveAttestations(int i)Removes the ith "attestations" elementvoidremoveOtherInputVersionUids(int i)Removes the ith "other_input_version_uids" elementvoidsetAttestationsArray(int i, ATTESTATION attestations)Sets ith "attestations" elementvoidsetAttestationsArray(ATTESTATION[] attestationsArray)Sets array of all "attestations" elementvoidsetData(org.apache.xmlbeans.XmlObject data)Sets the "data" elementvoidsetLifecycleState(DVCODEDTEXT lifecycleState)Sets the "lifecycle_state" elementvoidsetOtherInputVersionUidsArray(int i, OBJECTVERSIONID otherInputVersionUids)Sets ith "other_input_version_uids" elementvoidsetOtherInputVersionUidsArray(OBJECTVERSIONID[] otherInputVersionUidsArray)Sets array of all "other_input_version_uids" elementvoidsetPrecedingVersionUid(OBJECTVERSIONID precedingVersionUid)Sets the "preceding_version_uid" elementvoidsetUid(OBJECTVERSIONID uid)Sets the "uid" elementintsizeOfAttestationsArray()Returns number of "attestations" elementintsizeOfOtherInputVersionUidsArray()Returns number of "other_input_version_uids" elementvoidunsetData()Unsets the "data" elementvoidunsetPrecedingVersionUid()Unsets the "preceding_version_uid" element-
Methods inherited from interface org.openehr.schemas.v1.VERSION
addNewCommitAudit, addNewContribution, getCommitAudit, getContribution, getSignature, isSetSignature, setCommitAudit, setContribution, setSignature, unsetSignature, xgetSignature, xsetSignature
-
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
OBJECTVERSIONID getUid()
Gets the "uid" element
-
setUid
void setUid(OBJECTVERSIONID uid)
Sets the "uid" element
-
addNewUid
OBJECTVERSIONID addNewUid()
Appends and returns a new empty "uid" element
-
getData
org.apache.xmlbeans.XmlObject getData()
Gets the "data" element
-
isSetData
boolean isSetData()
True if has "data" element
-
setData
void setData(org.apache.xmlbeans.XmlObject data)
Sets the "data" element
-
addNewData
org.apache.xmlbeans.XmlObject addNewData()
Appends and returns a new empty "data" element
-
unsetData
void unsetData()
Unsets the "data" element
-
getPrecedingVersionUid
OBJECTVERSIONID getPrecedingVersionUid()
Gets the "preceding_version_uid" element
-
isSetPrecedingVersionUid
boolean isSetPrecedingVersionUid()
True if has "preceding_version_uid" element
-
setPrecedingVersionUid
void setPrecedingVersionUid(OBJECTVERSIONID precedingVersionUid)
Sets the "preceding_version_uid" element
-
addNewPrecedingVersionUid
OBJECTVERSIONID addNewPrecedingVersionUid()
Appends and returns a new empty "preceding_version_uid" element
-
unsetPrecedingVersionUid
void unsetPrecedingVersionUid()
Unsets the "preceding_version_uid" element
-
getOtherInputVersionUidsArray
OBJECTVERSIONID[] getOtherInputVersionUidsArray()
Gets array of all "other_input_version_uids" elements
-
getOtherInputVersionUidsArray
OBJECTVERSIONID getOtherInputVersionUidsArray(int i)
Gets ith "other_input_version_uids" element
-
sizeOfOtherInputVersionUidsArray
int sizeOfOtherInputVersionUidsArray()
Returns number of "other_input_version_uids" element
-
setOtherInputVersionUidsArray
void setOtherInputVersionUidsArray(OBJECTVERSIONID[] otherInputVersionUidsArray)
Sets array of all "other_input_version_uids" element
-
setOtherInputVersionUidsArray
void setOtherInputVersionUidsArray(int i, OBJECTVERSIONID otherInputVersionUids)Sets ith "other_input_version_uids" element
-
insertNewOtherInputVersionUids
OBJECTVERSIONID insertNewOtherInputVersionUids(int i)
Inserts and returns a new empty value (as xml) as the ith "other_input_version_uids" element
-
addNewOtherInputVersionUids
OBJECTVERSIONID addNewOtherInputVersionUids()
Appends and returns a new empty value (as xml) as the last "other_input_version_uids" element
-
removeOtherInputVersionUids
void removeOtherInputVersionUids(int i)
Removes the ith "other_input_version_uids" element
-
getAttestationsArray
ATTESTATION[] getAttestationsArray()
Gets array of all "attestations" elements
-
getAttestationsArray
ATTESTATION getAttestationsArray(int i)
Gets ith "attestations" element
-
sizeOfAttestationsArray
int sizeOfAttestationsArray()
Returns number of "attestations" element
-
setAttestationsArray
void setAttestationsArray(ATTESTATION[] attestationsArray)
Sets array of all "attestations" element
-
setAttestationsArray
void setAttestationsArray(int i, ATTESTATION attestations)Sets ith "attestations" element
-
insertNewAttestations
ATTESTATION insertNewAttestations(int i)
Inserts and returns a new empty value (as xml) as the ith "attestations" element
-
addNewAttestations
ATTESTATION addNewAttestations()
Appends and returns a new empty value (as xml) as the last "attestations" element
-
removeAttestations
void removeAttestations(int i)
Removes the ith "attestations" element
-
getLifecycleState
DVCODEDTEXT getLifecycleState()
Gets the "lifecycle_state" element
-
setLifecycleState
void setLifecycleState(DVCODEDTEXT lifecycleState)
Sets the "lifecycle_state" element
-
addNewLifecycleState
DVCODEDTEXT addNewLifecycleState()
Appends and returns a new empty "lifecycle_state" element
-
-