Interface PhenomenonSeriesType

    • Field Detail

      • type

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

      • getConstraintListArray

        DataArrayPropertyType[] getConstraintListArray()
        Gets array of all "constraintList" elements
      • getConstraintListArray

        DataArrayPropertyType getConstraintListArray​(int i)
        Gets ith "constraintList" element
      • sizeOfConstraintListArray

        int sizeOfConstraintListArray()
        Returns number of "constraintList" element
      • setConstraintListArray

        void setConstraintListArray​(DataArrayPropertyType[] constraintListArray)
        Sets array of all "constraintList" element
      • setConstraintListArray

        void setConstraintListArray​(int i,
                                    DataArrayPropertyType constraintList)
        Sets ith "constraintList" element
      • insertNewConstraintList

        DataArrayPropertyType insertNewConstraintList​(int i)
        Inserts and returns a new empty value (as xml) as the ith "constraintList" element
      • addNewConstraintList

        DataArrayPropertyType addNewConstraintList()
        Appends and returns a new empty value (as xml) as the last "constraintList" element
      • removeConstraintList

        void removeConstraintList​(int i)
        Removes the ith "constraintList" element
      • 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