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.
  • 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

      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