Interface ConstrainedPhenomenonType

    • Field Detail

      • type

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

      • getOtherConstraintArray

        String[] getOtherConstraintArray()
        Gets array of all "otherConstraint" elements
      • getOtherConstraintArray

        String getOtherConstraintArray​(int i)
        Gets ith "otherConstraint" element
      • xgetOtherConstraintArray

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

        org.apache.xmlbeans.XmlString xgetOtherConstraintArray​(int i)
        Gets (as xml) ith "otherConstraint" element
      • sizeOfOtherConstraintArray

        int sizeOfOtherConstraintArray()
        Returns number of "otherConstraint" element
      • setOtherConstraintArray

        void setOtherConstraintArray​(String[] otherConstraintArray)
        Sets array of all "otherConstraint" element
      • setOtherConstraintArray

        void setOtherConstraintArray​(int i,
                                     String otherConstraint)
        Sets ith "otherConstraint" element
      • xsetOtherConstraintArray

        void xsetOtherConstraintArray​(org.apache.xmlbeans.XmlString[] otherConstraintArray)
        Sets (as xml) array of all "otherConstraint" element
      • xsetOtherConstraintArray

        void xsetOtherConstraintArray​(int i,
                                      org.apache.xmlbeans.XmlString otherConstraint)
        Sets (as xml) ith "otherConstraint" element
      • insertOtherConstraint

        void insertOtherConstraint​(int i,
                                   String otherConstraint)
        Inserts the value as the ith "otherConstraint" element
      • addOtherConstraint

        void addOtherConstraint​(String otherConstraint)
        Appends the value as the last "otherConstraint" element
      • insertNewOtherConstraint

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

        org.apache.xmlbeans.XmlString addNewOtherConstraint()
        Appends and returns a new empty value (as xml) as the last "otherConstraint" element
      • removeOtherConstraint

        void removeOtherConstraint​(int i)
        Removes the ith "otherConstraint" element
      • getSingleConstraintArray

        AnyDataPropertyType[] getSingleConstraintArray()
        Gets array of all "singleConstraint" elements
      • getSingleConstraintArray

        AnyDataPropertyType getSingleConstraintArray​(int i)
        Gets ith "singleConstraint" element
      • sizeOfSingleConstraintArray

        int sizeOfSingleConstraintArray()
        Returns number of "singleConstraint" element
      • setSingleConstraintArray

        void setSingleConstraintArray​(AnyDataPropertyType[] singleConstraintArray)
        Sets array of all "singleConstraint" element
      • setSingleConstraintArray

        void setSingleConstraintArray​(int i,
                                      AnyDataPropertyType singleConstraint)
        Sets ith "singleConstraint" element
      • insertNewSingleConstraint

        AnyDataPropertyType insertNewSingleConstraint​(int i)
        Inserts and returns a new empty value (as xml) as the ith "singleConstraint" element
      • addNewSingleConstraint

        AnyDataPropertyType addNewSingleConstraint()
        Appends and returns a new empty value (as xml) as the last "singleConstraint" element
      • removeSingleConstraint

        void removeSingleConstraint​(int i)
        Removes the ith "singleConstraint" element