Interface MultipleConstraint

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

    public interface MultipleConstraint
    extends ValueConstraint
    An XML multipleConstraint(@openEHR/v1/Template). This is a complex type.
    • Nested Class Summary

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

      Fields 
      Modifier and Type Field Description
      static org.apache.xmlbeans.SchemaType type  
      • Fields inherited from interface org.apache.xmlbeans.XmlObject

        EQUAL, GREATER_THAN, LESS_THAN, NOT_EQUAL
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      void addIncludedTypes​(String includedTypes)
      Appends the value as the last "includedTypes" element
      org.apache.xmlbeans.XmlString addNewIncludedTypes()
      Appends and returns a new empty value (as xml) as the last "includedTypes" element
      String[] getIncludedTypesArray()
      Gets array of all "includedTypes" elements
      String getIncludedTypesArray​(int i)
      Gets ith "includedTypes" element
      void insertIncludedTypes​(int i, String includedTypes)
      Inserts the value as the ith "includedTypes" element
      org.apache.xmlbeans.XmlString insertNewIncludedTypes​(int i)
      Inserts and returns a new empty value (as xml) as the ith "includedTypes" element
      void removeIncludedTypes​(int i)
      Removes the ith "includedTypes" element
      void setIncludedTypesArray​(int i, String includedTypes)
      Sets ith "includedTypes" element
      void setIncludedTypesArray​(String[] includedTypesArray)
      Sets array of all "includedTypes" element
      int sizeOfIncludedTypesArray()
      Returns number of "includedTypes" element
      org.apache.xmlbeans.XmlString[] xgetIncludedTypesArray()
      Gets (as xml) array of all "includedTypes" elements
      org.apache.xmlbeans.XmlString xgetIncludedTypesArray​(int i)
      Gets (as xml) ith "includedTypes" element
      void xsetIncludedTypesArray​(int i, org.apache.xmlbeans.XmlString includedTypes)
      Sets (as xml) ith "includedTypes" element
      void xsetIncludedTypesArray​(org.apache.xmlbeans.XmlString[] includedTypesArray)
      Sets (as xml) array of all "includedTypes" 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 Detail

      • type

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

      • getIncludedTypesArray

        String[] getIncludedTypesArray()
        Gets array of all "includedTypes" elements
      • getIncludedTypesArray

        String getIncludedTypesArray​(int i)
        Gets ith "includedTypes" element
      • xgetIncludedTypesArray

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

        org.apache.xmlbeans.XmlString xgetIncludedTypesArray​(int i)
        Gets (as xml) ith "includedTypes" element
      • sizeOfIncludedTypesArray

        int sizeOfIncludedTypesArray()
        Returns number of "includedTypes" element
      • setIncludedTypesArray

        void setIncludedTypesArray​(String[] includedTypesArray)
        Sets array of all "includedTypes" element
      • setIncludedTypesArray

        void setIncludedTypesArray​(int i,
                                   String includedTypes)
        Sets ith "includedTypes" element
      • xsetIncludedTypesArray

        void xsetIncludedTypesArray​(org.apache.xmlbeans.XmlString[] includedTypesArray)
        Sets (as xml) array of all "includedTypes" element
      • xsetIncludedTypesArray

        void xsetIncludedTypesArray​(int i,
                                    org.apache.xmlbeans.XmlString includedTypes)
        Sets (as xml) ith "includedTypes" element
      • insertIncludedTypes

        void insertIncludedTypes​(int i,
                                 String includedTypes)
        Inserts the value as the ith "includedTypes" element
      • addIncludedTypes

        void addIncludedTypes​(String includedTypes)
        Appends the value as the last "includedTypes" element
      • insertNewIncludedTypes

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

        org.apache.xmlbeans.XmlString addNewIncludedTypes()
        Appends and returns a new empty value (as xml) as the last "includedTypes" element
      • removeIncludedTypes

        void removeIncludedTypes​(int i)
        Removes the ith "includedTypes" element