Package org.openehr.schemas.v1
Interface ATTESTATION
-
- All Superinterfaces:
AUDITDETAILS,org.apache.xmlbeans.XmlObject,org.apache.xmlbeans.XmlTokenSource
- All Known Implementing Classes:
ATTESTATIONImpl
public interface ATTESTATION extends AUDITDETAILS
An XML ATTESTATION(@http://schemas.openehr.org/v1). This is a complex type.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classATTESTATION.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 DVMULTIMEDIAaddNewAttestedView()Appends and returns a new empty "attested_view" elementDVEHRURIaddNewItems()Appends and returns a new empty value (as xml) as the last "items" elementDVTEXTaddNewReason()Appends and returns a new empty "reason" elementDVMULTIMEDIAgetAttestedView()Gets the "attested_view" elementbooleangetIsPending()Gets the "is_pending" elementDVEHRURI[]getItemsArray()Gets array of all "items" elementsDVEHRURIgetItemsArray(int i)Gets ith "items" elementStringgetProof()Gets the "proof" elementDVTEXTgetReason()Gets the "reason" elementDVEHRURIinsertNewItems(int i)Inserts and returns a new empty value (as xml) as the ith "items" elementbooleanisSetAttestedView()True if has "attested_view" elementbooleanisSetProof()True 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" elementvoidsetProof(String proof)Sets the "proof" elementvoidsetReason(DVTEXT reason)Sets the "reason" elementintsizeOfItemsArray()Returns number of "items" elementvoidunsetAttestedView()Unsets the "attested_view" elementvoidunsetProof()Unsets the "proof" elementorg.apache.xmlbeans.XmlBooleanxgetIsPending()Gets (as xml) the "is_pending" elementorg.apache.xmlbeans.XmlStringxgetProof()Gets (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" element-
Methods 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, xsetSystemId
-
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
-
getAttestedView
DVMULTIMEDIA getAttestedView()
Gets the "attested_view" element
-
isSetAttestedView
boolean isSetAttestedView()
True if has "attested_view" element
-
setAttestedView
void setAttestedView(DVMULTIMEDIA attestedView)
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
void setProof(String proof)
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
DVEHRURI getItemsArray(int i)
Gets ith "items" element
-
sizeOfItemsArray
int sizeOfItemsArray()
Returns number of "items" element
-
setItemsArray
void setItemsArray(DVEHRURI[] itemsArray)
Sets array of all "items" element
-
setItemsArray
void setItemsArray(int i, DVEHRURI items)Sets ith "items" element
-
insertNewItems
DVEHRURI insertNewItems(int i)
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
void setReason(DVTEXT reason)
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
-
-