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.XmlObject
An XML AUDIT_DETAILS(@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 "change_type" elementAppends and returns a new empty "committer" elementAppends and returns a new empty "description" elementAppends and returns a new empty "time_committed" elementGets the "change_type" elementGets the "committer" elementGets the "description" elementGets the "system_id" elementGets the "time_committed" elementbooleanTrue 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" elementvoidUnsets the "description" elementorg.apache.xmlbeans.XmlStringGets (as xml) the "system_id" elementvoidxsetSystemId(org.apache.xmlbeans.XmlString systemId) Sets (as xml) the "system_id" 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
-
getSystemId
String getSystemId()Gets the "system_id" element -
xgetSystemId
org.apache.xmlbeans.XmlString xgetSystemId()Gets (as xml) the "system_id" element -
setSystemId
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
Sets the "committer" element -
addNewCommitter
PARTYPROXY addNewCommitter()Appends and returns a new empty "committer" element -
getTimeCommitted
DVDATETIME getTimeCommitted()Gets the "time_committed" element -
setTimeCommitted
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
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
Sets the "description" element -
addNewDescription
DVTEXT addNewDescription()Appends and returns a new empty "description" element -
unsetDescription
void unsetDescription()Unsets the "description" element
-