Interface ORIGINALVERSION

All Superinterfaces:
VERSION, org.apache.xmlbeans.XmlObject, org.apache.xmlbeans.XmlTokenSource
All Known Implementing Classes:
ORIGINALVERSIONImpl

public interface ORIGINALVERSION extends VERSION
An XML ORIGINAL_VERSION(@http://schemas.openehr.org/v1). This is a complex type.
  • Field Details

    • type

      static final org.apache.xmlbeans.SchemaType type
  • Method Details

    • getUid

      OBJECTVERSIONID getUid()
      Gets the "uid" element
    • setUid

      void setUid(OBJECTVERSIONID uid)
      Sets the "uid" element
    • addNewUid

      OBJECTVERSIONID addNewUid()
      Appends and returns a new empty "uid" element
    • getData

      org.apache.xmlbeans.XmlObject getData()
      Gets the "data" element
    • isSetData

      boolean isSetData()
      True if has "data" element
    • setData

      void setData(org.apache.xmlbeans.XmlObject data)
      Sets the "data" element
    • addNewData

      org.apache.xmlbeans.XmlObject addNewData()
      Appends and returns a new empty "data" element
    • unsetData

      void unsetData()
      Unsets the "data" element
    • getPrecedingVersionUid

      OBJECTVERSIONID getPrecedingVersionUid()
      Gets the "preceding_version_uid" element
    • isSetPrecedingVersionUid

      boolean isSetPrecedingVersionUid()
      True if has "preceding_version_uid" element
    • setPrecedingVersionUid

      void setPrecedingVersionUid(OBJECTVERSIONID precedingVersionUid)
      Sets the "preceding_version_uid" element
    • addNewPrecedingVersionUid

      OBJECTVERSIONID addNewPrecedingVersionUid()
      Appends and returns a new empty "preceding_version_uid" element
    • unsetPrecedingVersionUid

      void unsetPrecedingVersionUid()
      Unsets the "preceding_version_uid" element
    • getOtherInputVersionUidsArray

      OBJECTVERSIONID[] getOtherInputVersionUidsArray()
      Gets array of all "other_input_version_uids" elements
    • getOtherInputVersionUidsArray

      OBJECTVERSIONID getOtherInputVersionUidsArray(int i)
      Gets ith "other_input_version_uids" element
    • sizeOfOtherInputVersionUidsArray

      int sizeOfOtherInputVersionUidsArray()
      Returns number of "other_input_version_uids" element
    • setOtherInputVersionUidsArray

      void setOtherInputVersionUidsArray(OBJECTVERSIONID[] otherInputVersionUidsArray)
      Sets array of all "other_input_version_uids" element
    • setOtherInputVersionUidsArray

      void setOtherInputVersionUidsArray(int i, OBJECTVERSIONID otherInputVersionUids)
      Sets ith "other_input_version_uids" element
    • insertNewOtherInputVersionUids

      OBJECTVERSIONID insertNewOtherInputVersionUids(int i)
      Inserts and returns a new empty value (as xml) as the ith "other_input_version_uids" element
    • addNewOtherInputVersionUids

      OBJECTVERSIONID addNewOtherInputVersionUids()
      Appends and returns a new empty value (as xml) as the last "other_input_version_uids" element
    • removeOtherInputVersionUids

      void removeOtherInputVersionUids(int i)
      Removes the ith "other_input_version_uids" element
    • getAttestationsArray

      ATTESTATION[] getAttestationsArray()
      Gets array of all "attestations" elements
    • getAttestationsArray

      ATTESTATION getAttestationsArray(int i)
      Gets ith "attestations" element
    • sizeOfAttestationsArray

      int sizeOfAttestationsArray()
      Returns number of "attestations" element
    • setAttestationsArray

      void setAttestationsArray(ATTESTATION[] attestationsArray)
      Sets array of all "attestations" element
    • setAttestationsArray

      void setAttestationsArray(int i, ATTESTATION attestations)
      Sets ith "attestations" element
    • insertNewAttestations

      ATTESTATION insertNewAttestations(int i)
      Inserts and returns a new empty value (as xml) as the ith "attestations" element
    • addNewAttestations

      ATTESTATION addNewAttestations()
      Appends and returns a new empty value (as xml) as the last "attestations" element
    • removeAttestations

      void removeAttestations(int i)
      Removes the ith "attestations" element
    • getLifecycleState

      DVCODEDTEXT getLifecycleState()
      Gets the "lifecycle_state" element
    • setLifecycleState

      void setLifecycleState(DVCODEDTEXT lifecycleState)
      Sets the "lifecycle_state" element
    • addNewLifecycleState

      DVCODEDTEXT addNewLifecycleState()
      Appends and returns a new empty "lifecycle_state" element