Interface SetResourcePropertiesDocument.SetResourceProperties

    • 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
    • Field Detail

      • type

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

      • getInsertArray

        InsertType[] getInsertArray()
        Gets array of all "Insert" elements
      • getInsertArray

        InsertType getInsertArray​(int i)
        Gets ith "Insert" element
      • sizeOfInsertArray

        int sizeOfInsertArray()
        Returns number of "Insert" element
      • setInsertArray

        void setInsertArray​(InsertType[] insertArray)
        Sets array of all "Insert" element
      • setInsertArray

        void setInsertArray​(int i,
                            InsertType insert)
        Sets ith "Insert" element
      • insertNewInsert

        InsertType insertNewInsert​(int i)
        Inserts and returns a new empty value (as xml) as the ith "Insert" element
      • addNewInsert

        InsertType addNewInsert()
        Appends and returns a new empty value (as xml) as the last "Insert" element
      • removeInsert

        void removeInsert​(int i)
        Removes the ith "Insert" element
      • getUpdateArray

        UpdateType[] getUpdateArray()
        Gets array of all "Update" elements
      • getUpdateArray

        UpdateType getUpdateArray​(int i)
        Gets ith "Update" element
      • sizeOfUpdateArray

        int sizeOfUpdateArray()
        Returns number of "Update" element
      • setUpdateArray

        void setUpdateArray​(UpdateType[] updateArray)
        Sets array of all "Update" element
      • setUpdateArray

        void setUpdateArray​(int i,
                            UpdateType update)
        Sets ith "Update" element
      • insertNewUpdate

        UpdateType insertNewUpdate​(int i)
        Inserts and returns a new empty value (as xml) as the ith "Update" element
      • addNewUpdate

        UpdateType addNewUpdate()
        Appends and returns a new empty value (as xml) as the last "Update" element
      • removeUpdate

        void removeUpdate​(int i)
        Removes the ith "Update" element
      • getDeleteArray

        DeleteType[] getDeleteArray()
        Gets array of all "Delete" elements
      • getDeleteArray

        DeleteType getDeleteArray​(int i)
        Gets ith "Delete" element
      • sizeOfDeleteArray

        int sizeOfDeleteArray()
        Returns number of "Delete" element
      • setDeleteArray

        void setDeleteArray​(DeleteType[] deleteArray)
        Sets array of all "Delete" element
      • setDeleteArray

        void setDeleteArray​(int i,
                            DeleteType delete)
        Sets ith "Delete" element
      • insertNewDelete

        DeleteType insertNewDelete​(int i)
        Inserts and returns a new empty value (as xml) as the ith "Delete" element
      • addNewDelete

        DeleteType addNewDelete()
        Appends and returns a new empty value (as xml) as the last "Delete" element
      • removeDelete

        void removeDelete​(int i)
        Removes the ith "Delete" element