Interface DVORDERED

All Superinterfaces:
DATAVALUE, org.apache.xmlbeans.XmlObject, org.apache.xmlbeans.XmlTokenSource
All Known Subinterfaces:
DVAMOUNT, DVCOUNT, DVDATE, DVDATETIME, DVDURATION, DVORDINAL, DVPROPORTION, DVQUANTIFIED, DVQUANTITY, DVTEMPORAL, DVTIME
All Known Implementing Classes:
DVAMOUNTImpl, DVCOUNTImpl, DVDATEImpl, DVDATETIMEImpl, DVDURATIONImpl, DVORDEREDImpl, DVORDINALImpl, DVPROPORTIONImpl, DVQUANTIFIEDImpl, DVQUANTITYImpl, DVTEMPORALImpl, DVTIMEImpl

public interface DVORDERED extends DATAVALUE
An XML DV_ORDERED(@http://schemas.openehr.org/v1). This is a complex type.
  • Nested Class Summary

    Nested Classes
    Modifier and Type
    Interface
    Description
    static final class 
    A factory class with static methods for creating instances of this type.
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final org.apache.xmlbeans.SchemaType
     

    Fields inherited from interface org.apache.xmlbeans.XmlObject

    EQUAL, GREATER_THAN, LESS_THAN, NOT_EQUAL
  • Method Summary

    Modifier and Type
    Method
    Description
    Appends and returns a new empty "normal_range" element
    Appends and returns a new empty "normal_status" element
    Appends and returns a new empty value (as xml) as the last "other_reference_ranges" element
    Gets the "normal_range" element
    Gets the "normal_status" element
    Gets array of all "other_reference_ranges" elements
    Gets ith "other_reference_ranges" element
    Inserts and returns a new empty value (as xml) as the ith "other_reference_ranges" element
    boolean
    True if has "normal_range" element
    boolean
    True if has "normal_status" element
    void
    Removes the ith "other_reference_ranges" element
    void
    Sets the "normal_range" element
    void
    Sets the "normal_status" element
    void
    setOtherReferenceRangesArray(int i, REFERENCERANGE otherReferenceRanges)
    Sets ith "other_reference_ranges" element
    void
    setOtherReferenceRangesArray(REFERENCERANGE[] otherReferenceRangesArray)
    Sets array of all "other_reference_ranges" element
    int
    Returns number of "other_reference_ranges" element
    void
    Unsets the "normal_range" element
    void
    Unsets the "normal_status" 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
  • Field Details

    • type

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

    • getNormalRange

      DVINTERVAL getNormalRange()
      Gets the "normal_range" element
    • isSetNormalRange

      boolean isSetNormalRange()
      True if has "normal_range" element
    • setNormalRange

      void setNormalRange(DVINTERVAL normalRange)
      Sets the "normal_range" element
    • addNewNormalRange

      DVINTERVAL addNewNormalRange()
      Appends and returns a new empty "normal_range" element
    • unsetNormalRange

      void unsetNormalRange()
      Unsets the "normal_range" element
    • getOtherReferenceRangesArray

      REFERENCERANGE[] getOtherReferenceRangesArray()
      Gets array of all "other_reference_ranges" elements
    • getOtherReferenceRangesArray

      REFERENCERANGE getOtherReferenceRangesArray(int i)
      Gets ith "other_reference_ranges" element
    • sizeOfOtherReferenceRangesArray

      int sizeOfOtherReferenceRangesArray()
      Returns number of "other_reference_ranges" element
    • setOtherReferenceRangesArray

      void setOtherReferenceRangesArray(REFERENCERANGE[] otherReferenceRangesArray)
      Sets array of all "other_reference_ranges" element
    • setOtherReferenceRangesArray

      void setOtherReferenceRangesArray(int i, REFERENCERANGE otherReferenceRanges)
      Sets ith "other_reference_ranges" element
    • insertNewOtherReferenceRanges

      REFERENCERANGE insertNewOtherReferenceRanges(int i)
      Inserts and returns a new empty value (as xml) as the ith "other_reference_ranges" element
    • addNewOtherReferenceRanges

      REFERENCERANGE addNewOtherReferenceRanges()
      Appends and returns a new empty value (as xml) as the last "other_reference_ranges" element
    • removeOtherReferenceRanges

      void removeOtherReferenceRanges(int i)
      Removes the ith "other_reference_ranges" element
    • getNormalStatus

      CODEPHRASE getNormalStatus()
      Gets the "normal_status" element
    • isSetNormalStatus

      boolean isSetNormalStatus()
      True if has "normal_status" element
    • setNormalStatus

      void setNormalStatus(CODEPHRASE normalStatus)
      Sets the "normal_status" element
    • addNewNormalStatus

      CODEPHRASE addNewNormalStatus()
      Appends and returns a new empty "normal_status" element
    • unsetNormalStatus

      void unsetNormalStatus()
      Unsets the "normal_status" element