Package org.openehr.schemas.v1
Interface VERSION
- All Superinterfaces:
org.apache.xmlbeans.XmlObject,org.apache.xmlbeans.XmlTokenSource
- All Known Subinterfaces:
IMPORTEDVERSION,ORIGINALVERSION
- All Known Implementing Classes:
IMPORTEDVERSIONImpl,ORIGINALVERSIONImpl,VERSIONImpl
public interface VERSION
extends org.apache.xmlbeans.XmlObject
An XML VERSION(@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 "commit_audit" elementAppends and returns a new empty "contribution" elementGets the "commit_audit" elementGets the "contribution" elementGets the "signature" elementbooleanTrue if has "signature" elementvoidsetCommitAudit(AUDITDETAILS commitAudit) Sets the "commit_audit" elementvoidsetContribution(OBJECTREF contribution) Sets the "contribution" elementvoidsetSignature(String signature) Sets the "signature" elementvoidUnsets the "signature" elementorg.apache.xmlbeans.XmlStringGets (as xml) the "signature" elementvoidxsetSignature(org.apache.xmlbeans.XmlString signature) Sets (as xml) the "signature" 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
-
getContribution
OBJECTREF getContribution()Gets the "contribution" element -
setContribution
Sets the "contribution" element -
addNewContribution
OBJECTREF addNewContribution()Appends and returns a new empty "contribution" element -
getCommitAudit
AUDITDETAILS getCommitAudit()Gets the "commit_audit" element -
setCommitAudit
Sets the "commit_audit" element -
addNewCommitAudit
AUDITDETAILS addNewCommitAudit()Appends and returns a new empty "commit_audit" element -
getSignature
String getSignature()Gets the "signature" element -
xgetSignature
org.apache.xmlbeans.XmlString xgetSignature()Gets (as xml) the "signature" element -
isSetSignature
boolean isSetSignature()True if has "signature" element -
setSignature
Sets the "signature" element -
xsetSignature
void xsetSignature(org.apache.xmlbeans.XmlString signature) Sets (as xml) the "signature" element -
unsetSignature
void unsetSignature()Unsets the "signature" element
-