Package org.openehr.schemas.v1
Interface ATTESTATION
- All Superinterfaces:
AUDITDETAILS,org.apache.xmlbeans.XmlObject,org.apache.xmlbeans.XmlTokenSource
- All Known Implementing Classes:
ATTESTATIONImpl
An XML ATTESTATION(@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 "attested_view" elementAppends and returns a new empty value (as xml) as the last "items" elementAppends and returns a new empty "reason" elementGets the "attested_view" elementbooleanGets the "is_pending" elementDVEHRURI[]Gets array of all "items" elementsgetItemsArray(int i) Gets ith "items" elementgetProof()Gets the "proof" elementGets the "reason" elementinsertNewItems(int i) Inserts and returns a new empty value (as xml) as the ith "items" elementbooleanTrue if has "attested_view" elementbooleanTrue if has "proof" elementvoidremoveItems(int i) Removes the ith "items" elementvoidsetAttestedView(DVMULTIMEDIA attestedView) Sets the "attested_view" elementvoidsetIsPending(boolean isPending) Sets the "is_pending" elementvoidsetItemsArray(int i, DVEHRURI items) Sets ith "items" elementvoidsetItemsArray(DVEHRURI[] itemsArray) Sets array of all "items" elementvoidSets the "proof" elementvoidSets the "reason" elementintReturns number of "items" elementvoidUnsets the "attested_view" elementvoidUnsets the "proof" elementorg.apache.xmlbeans.XmlBooleanGets (as xml) the "is_pending" elementorg.apache.xmlbeans.XmlStringGets (as xml) the "proof" elementvoidxsetIsPending(org.apache.xmlbeans.XmlBoolean isPending) Sets (as xml) the "is_pending" elementvoidxsetProof(org.apache.xmlbeans.XmlString proof) Sets (as xml) the "proof" elementMethods inherited from interface org.openehr.schemas.v1.AUDITDETAILS
addNewChangeType, addNewCommitter, addNewDescription, addNewTimeCommitted, getChangeType, getCommitter, getDescription, getSystemId, getTimeCommitted, isSetDescription, setChangeType, setCommitter, setDescription, setSystemId, setTimeCommitted, unsetDescription, xgetSystemId, xsetSystemIdMethods 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
-
getAttestedView
DVMULTIMEDIA getAttestedView()Gets the "attested_view" element -
isSetAttestedView
boolean isSetAttestedView()True if has "attested_view" element -
setAttestedView
Sets the "attested_view" element -
addNewAttestedView
DVMULTIMEDIA addNewAttestedView()Appends and returns a new empty "attested_view" element -
unsetAttestedView
void unsetAttestedView()Unsets the "attested_view" element -
getProof
String getProof()Gets the "proof" element -
xgetProof
org.apache.xmlbeans.XmlString xgetProof()Gets (as xml) the "proof" element -
isSetProof
boolean isSetProof()True if has "proof" element -
setProof
Sets the "proof" element -
xsetProof
void xsetProof(org.apache.xmlbeans.XmlString proof) Sets (as xml) the "proof" element -
unsetProof
void unsetProof()Unsets the "proof" element -
getItemsArray
DVEHRURI[] getItemsArray()Gets array of all "items" elements -
getItemsArray
Gets ith "items" element -
sizeOfItemsArray
int sizeOfItemsArray()Returns number of "items" element -
setItemsArray
Sets array of all "items" element -
setItemsArray
Sets ith "items" element -
insertNewItems
Inserts and returns a new empty value (as xml) as the ith "items" element -
addNewItems
DVEHRURI addNewItems()Appends and returns a new empty value (as xml) as the last "items" element -
removeItems
void removeItems(int i) Removes the ith "items" element -
getReason
DVTEXT getReason()Gets the "reason" element -
setReason
Sets the "reason" element -
addNewReason
DVTEXT addNewReason()Appends and returns a new empty "reason" element -
getIsPending
boolean getIsPending()Gets the "is_pending" element -
xgetIsPending
org.apache.xmlbeans.XmlBoolean xgetIsPending()Gets (as xml) the "is_pending" element -
setIsPending
void setIsPending(boolean isPending) Sets the "is_pending" element -
xsetIsPending
void xsetIsPending(org.apache.xmlbeans.XmlBoolean isPending) Sets (as xml) the "is_pending" element
-