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.XmlObjectAn XML VERSION(@http://schemas.openehr.org/v1). This is a complex type.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classVERSION.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 AUDITDETAILSaddNewCommitAudit()Appends and returns a new empty "commit_audit" elementOBJECTREFaddNewContribution()Appends and returns a new empty "contribution" elementAUDITDETAILSgetCommitAudit()Gets the "commit_audit" elementOBJECTREFgetContribution()Gets the "contribution" elementStringgetSignature()Gets the "signature" elementbooleanisSetSignature()True if has "signature" elementvoidsetCommitAudit(AUDITDETAILS commitAudit)Sets the "commit_audit" elementvoidsetContribution(OBJECTREF contribution)Sets the "contribution" elementvoidsetSignature(String signature)Sets the "signature" elementvoidunsetSignature()Unsets the "signature" elementorg.apache.xmlbeans.XmlStringxgetSignature()Gets (as xml) the "signature" elementvoidxsetSignature(org.apache.xmlbeans.XmlString signature)Sets (as xml) the "signature" 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
-
getContribution
OBJECTREF getContribution()
Gets the "contribution" element
-
setContribution
void setContribution(OBJECTREF contribution)
Sets the "contribution" element
-
addNewContribution
OBJECTREF addNewContribution()
Appends and returns a new empty "contribution" element
-
getCommitAudit
AUDITDETAILS getCommitAudit()
Gets the "commit_audit" element
-
setCommitAudit
void setCommitAudit(AUDITDETAILS commitAudit)
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
void setSignature(String signature)
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
-
-