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 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
    void
    addIncludedTypes(String includedTypes)
    Appends the value as the last "includedTypes" element
    org.apache.xmlbeans.XmlString
    Appends and returns a new empty value (as xml) as the last "includedTypes" element
    Gets array of all "includedTypes" elements
    Gets ith "includedTypes" element
    void
    insertIncludedTypes(int i, String includedTypes)
    Inserts the value as the ith "includedTypes" element
    org.apache.xmlbeans.XmlString
    Inserts and returns a new empty value (as xml) as the ith "includedTypes" element
    void
    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
    Returns number of "includedTypes" element
    org.apache.xmlbeans.XmlString[]
    Gets (as xml) array of all "includedTypes" elements
    org.apache.xmlbeans.XmlString
    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 Details

    • type

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

    • 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