Interface QuantityConstraint

  • All Superinterfaces:
    ValueConstraint, org.apache.xmlbeans.XmlObject, org.apache.xmlbeans.XmlTokenSource
    All Known Implementing Classes:
    QuantityConstraintImpl

    public interface QuantityConstraint
    extends ValueConstraint
    An XML quantityConstraint(@openEHR/v1/Template). This is a complex type.
    • Field Detail

      • type

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

      • getIncludedUnitsArray

        String[] getIncludedUnitsArray()
        Gets array of all "includedUnits" elements
      • getIncludedUnitsArray

        String getIncludedUnitsArray​(int i)
        Gets ith "includedUnits" element
      • xgetIncludedUnitsArray

        org.apache.xmlbeans.XmlString[] xgetIncludedUnitsArray()
        Gets (as xml) array of all "includedUnits" elements
      • xgetIncludedUnitsArray

        org.apache.xmlbeans.XmlString xgetIncludedUnitsArray​(int i)
        Gets (as xml) ith "includedUnits" element
      • sizeOfIncludedUnitsArray

        int sizeOfIncludedUnitsArray()
        Returns number of "includedUnits" element
      • setIncludedUnitsArray

        void setIncludedUnitsArray​(String[] includedUnitsArray)
        Sets array of all "includedUnits" element
      • setIncludedUnitsArray

        void setIncludedUnitsArray​(int i,
                                   String includedUnits)
        Sets ith "includedUnits" element
      • xsetIncludedUnitsArray

        void xsetIncludedUnitsArray​(org.apache.xmlbeans.XmlString[] includedUnitsArray)
        Sets (as xml) array of all "includedUnits" element
      • xsetIncludedUnitsArray

        void xsetIncludedUnitsArray​(int i,
                                    org.apache.xmlbeans.XmlString includedUnits)
        Sets (as xml) ith "includedUnits" element
      • insertIncludedUnits

        void insertIncludedUnits​(int i,
                                 String includedUnits)
        Inserts the value as the ith "includedUnits" element
      • addIncludedUnits

        void addIncludedUnits​(String includedUnits)
        Appends the value as the last "includedUnits" element
      • insertNewIncludedUnits

        org.apache.xmlbeans.XmlString insertNewIncludedUnits​(int i)
        Inserts and returns a new empty value (as xml) as the ith "includedUnits" element
      • addNewIncludedUnits

        org.apache.xmlbeans.XmlString addNewIncludedUnits()
        Appends and returns a new empty value (as xml) as the last "includedUnits" element
      • removeIncludedUnits

        void removeIncludedUnits​(int i)
        Removes the ith "includedUnits" element
      • getExcludedUnitsArray

        String[] getExcludedUnitsArray()
        Gets array of all "excludedUnits" elements
      • getExcludedUnitsArray

        String getExcludedUnitsArray​(int i)
        Gets ith "excludedUnits" element
      • xgetExcludedUnitsArray

        org.apache.xmlbeans.XmlString[] xgetExcludedUnitsArray()
        Gets (as xml) array of all "excludedUnits" elements
      • xgetExcludedUnitsArray

        org.apache.xmlbeans.XmlString xgetExcludedUnitsArray​(int i)
        Gets (as xml) ith "excludedUnits" element
      • sizeOfExcludedUnitsArray

        int sizeOfExcludedUnitsArray()
        Returns number of "excludedUnits" element
      • setExcludedUnitsArray

        void setExcludedUnitsArray​(String[] excludedUnitsArray)
        Sets array of all "excludedUnits" element
      • setExcludedUnitsArray

        void setExcludedUnitsArray​(int i,
                                   String excludedUnits)
        Sets ith "excludedUnits" element
      • xsetExcludedUnitsArray

        void xsetExcludedUnitsArray​(org.apache.xmlbeans.XmlString[] excludedUnitsArray)
        Sets (as xml) array of all "excludedUnits" element
      • xsetExcludedUnitsArray

        void xsetExcludedUnitsArray​(int i,
                                    org.apache.xmlbeans.XmlString excludedUnits)
        Sets (as xml) ith "excludedUnits" element
      • insertExcludedUnits

        void insertExcludedUnits​(int i,
                                 String excludedUnits)
        Inserts the value as the ith "excludedUnits" element
      • addExcludedUnits

        void addExcludedUnits​(String excludedUnits)
        Appends the value as the last "excludedUnits" element
      • insertNewExcludedUnits

        org.apache.xmlbeans.XmlString insertNewExcludedUnits​(int i)
        Inserts and returns a new empty value (as xml) as the ith "excludedUnits" element
      • addNewExcludedUnits

        org.apache.xmlbeans.XmlString addNewExcludedUnits()
        Appends and returns a new empty value (as xml) as the last "excludedUnits" element
      • removeExcludedUnits

        void removeExcludedUnits​(int i)
        Removes the ith "excludedUnits" element
      • getUnitMagnitudeArray

        QuantityUnitConstraint[] getUnitMagnitudeArray()
        Gets array of all "unitMagnitude" elements
      • getUnitMagnitudeArray

        QuantityUnitConstraint getUnitMagnitudeArray​(int i)
        Gets ith "unitMagnitude" element
      • sizeOfUnitMagnitudeArray

        int sizeOfUnitMagnitudeArray()
        Returns number of "unitMagnitude" element
      • setUnitMagnitudeArray

        void setUnitMagnitudeArray​(QuantityUnitConstraint[] unitMagnitudeArray)
        Sets array of all "unitMagnitude" element
      • setUnitMagnitudeArray

        void setUnitMagnitudeArray​(int i,
                                   QuantityUnitConstraint unitMagnitude)
        Sets ith "unitMagnitude" element
      • insertNewUnitMagnitude

        QuantityUnitConstraint insertNewUnitMagnitude​(int i)
        Inserts and returns a new empty value (as xml) as the ith "unitMagnitude" element
      • addNewUnitMagnitude

        QuantityUnitConstraint addNewUnitMagnitude()
        Appends and returns a new empty value (as xml) as the last "unitMagnitude" element
      • removeUnitMagnitude

        void removeUnitMagnitude​(int i)
        Removes the ith "unitMagnitude" element