Package org.openehr.schemas.v1
Interface AUDITDETAILS
-
- All Superinterfaces:
org.apache.xmlbeans.XmlObject,org.apache.xmlbeans.XmlTokenSource
- All Known Subinterfaces:
ATTESTATION
- All Known Implementing Classes:
ATTESTATIONImpl,AUDITDETAILSImpl
public interface AUDITDETAILS extends org.apache.xmlbeans.XmlObjectAn XML AUDIT_DETAILS(@http://schemas.openehr.org/v1). This is a complex type.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classAUDITDETAILS.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 DVCODEDTEXTaddNewChangeType()Appends and returns a new empty "change_type" elementPARTYPROXYaddNewCommitter()Appends and returns a new empty "committer" elementDVTEXTaddNewDescription()Appends and returns a new empty "description" elementDVDATETIMEaddNewTimeCommitted()Appends and returns a new empty "time_committed" elementDVCODEDTEXTgetChangeType()Gets the "change_type" elementPARTYPROXYgetCommitter()Gets the "committer" elementDVTEXTgetDescription()Gets the "description" elementStringgetSystemId()Gets the "system_id" elementDVDATETIMEgetTimeCommitted()Gets the "time_committed" elementbooleanisSetDescription()True if has "description" elementvoidsetChangeType(DVCODEDTEXT changeType)Sets the "change_type" elementvoidsetCommitter(PARTYPROXY committer)Sets the "committer" elementvoidsetDescription(DVTEXT description)Sets the "description" elementvoidsetSystemId(String systemId)Sets the "system_id" elementvoidsetTimeCommitted(DVDATETIME timeCommitted)Sets the "time_committed" elementvoidunsetDescription()Unsets the "description" elementorg.apache.xmlbeans.XmlStringxgetSystemId()Gets (as xml) the "system_id" elementvoidxsetSystemId(org.apache.xmlbeans.XmlString systemId)Sets (as xml) the "system_id" 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
-
getSystemId
String getSystemId()
Gets the "system_id" element
-
xgetSystemId
org.apache.xmlbeans.XmlString xgetSystemId()
Gets (as xml) the "system_id" element
-
setSystemId
void setSystemId(String systemId)
Sets the "system_id" element
-
xsetSystemId
void xsetSystemId(org.apache.xmlbeans.XmlString systemId)
Sets (as xml) the "system_id" element
-
getCommitter
PARTYPROXY getCommitter()
Gets the "committer" element
-
setCommitter
void setCommitter(PARTYPROXY committer)
Sets the "committer" element
-
addNewCommitter
PARTYPROXY addNewCommitter()
Appends and returns a new empty "committer" element
-
getTimeCommitted
DVDATETIME getTimeCommitted()
Gets the "time_committed" element
-
setTimeCommitted
void setTimeCommitted(DVDATETIME timeCommitted)
Sets the "time_committed" element
-
addNewTimeCommitted
DVDATETIME addNewTimeCommitted()
Appends and returns a new empty "time_committed" element
-
getChangeType
DVCODEDTEXT getChangeType()
Gets the "change_type" element
-
setChangeType
void setChangeType(DVCODEDTEXT changeType)
Sets the "change_type" element
-
addNewChangeType
DVCODEDTEXT addNewChangeType()
Appends and returns a new empty "change_type" element
-
getDescription
DVTEXT getDescription()
Gets the "description" element
-
isSetDescription
boolean isSetDescription()
True if has "description" element
-
setDescription
void setDescription(DVTEXT description)
Sets the "description" element
-
addNewDescription
DVTEXT addNewDescription()
Appends and returns a new empty "description" element
-
unsetDescription
void unsetDescription()
Unsets the "description" element
-
-