Interface CTGroupMembers

  • All Superinterfaces:
    XmlObject, XmlTokenSource

    public interface CTGroupMembers
    extends XmlObject
    An XML CT_GroupMembers(@http://schemas.openxmlformats.org/spreadsheetml/2006/main). This is a complex type.
    • Method Detail

      • getGroupMemberList

        java.util.List<CTGroupMember> getGroupMemberList()
        Gets a List of "groupMember" elements
      • getGroupMemberArray

        @Deprecated
        CTGroupMember[] getGroupMemberArray()
        Deprecated.
        Gets array of all "groupMember" elements
      • getGroupMemberArray

        CTGroupMember getGroupMemberArray​(int i)
        Gets ith "groupMember" element
      • sizeOfGroupMemberArray

        int sizeOfGroupMemberArray()
        Returns number of "groupMember" element
      • setGroupMemberArray

        void setGroupMemberArray​(CTGroupMember[] groupMemberArray)
        Sets array of all "groupMember" element
      • setGroupMemberArray

        void setGroupMemberArray​(int i,
                                 CTGroupMember groupMember)
        Sets ith "groupMember" element
      • insertNewGroupMember

        CTGroupMember insertNewGroupMember​(int i)
        Inserts and returns a new empty value (as xml) as the ith "groupMember" element
      • addNewGroupMember

        CTGroupMember addNewGroupMember()
        Appends and returns a new empty value (as xml) as the last "groupMember" element
      • removeGroupMember

        void removeGroupMember​(int i)
        Removes the ith "groupMember" element
      • getCount

        long getCount()
        Gets the "count" attribute
      • xgetCount

        XmlUnsignedInt xgetCount()
        Gets (as xml) the "count" attribute
      • isSetCount

        boolean isSetCount()
        True if has "count" attribute
      • setCount

        void setCount​(long count)
        Sets the "count" attribute
      • xsetCount

        void xsetCount​(XmlUnsignedInt count)
        Sets (as xml) the "count" attribute
      • unsetCount

        void unsetCount()
        Unsets the "count" attribute