Class GroupXSet

    • Constructor Detail

      • GroupXSet

        public GroupXSet()
    • Method Detail

      • deleteNodesMatching

        public void deleteNodesMatching()
      • deleteNodesWithoutconfigurationAtAll

        public void deleteNodesWithoutconfigurationAtAll()
      • deleteNodesWithoutconfigurationAtReportDate

        public void deleteNodesWithoutconfigurationAtReportDate()
      • deleteTotalNodes

        public void deleteTotalNodes()
      • enumerateNodeSet

        public Enumeration<NodeSet> enumerateNodeSet()
        Method enumerateNodeSet.
        Returns:
        an Enumeration over all possible elements of this collection
      • getGroupXSetName

        public String getGroupXSetName()
        Returns the value of field 'groupXSetName'.
        Returns:
        the value of field 'GroupXSetName'.
      • getNodeSet

        public NodeSet[] getNodeSet()
        Method getNodeSet.Returns the contents of the collection in an Array.

        Note: Just in case the collection contents are changing in another thread, we pass a 0-length Array of the correct type into the API call. This way we know that the Array returned is of exactly the correct length.

        Returns:
        this collection as an Array
      • getNodeSetCollection

        public List<NodeSet> getNodeSetCollection()
        Method getNodeSetCollection.Returns a reference to 'nodeSetList'. No type checking is performed on any modifications to the Vector.
        Returns:
        a reference to the Vector backing this class
      • getNodeSetCount

        public int getNodeSetCount()
        Method getNodeSetCount.
        Returns:
        the size of this collection
      • getNodesMatching

        public Integer getNodesMatching()
        Returns the value of field 'nodesMatching'.
        Returns:
        the value of field 'NodesMatching'.
      • getNodesWithoutconfigurationAtAll

        public Integer getNodesWithoutconfigurationAtAll()
        Returns the value of field 'nodesWithoutconfigurationAtAll'.
        Returns:
        the value of field 'NodesWithoutconfigurationAtAll'.
      • getNodesWithoutconfigurationAtReportDate

        public Integer getNodesWithoutconfigurationAtReportDate()
        Returns the value of field 'nodesWithoutconfigurationAtReportDate'.
        Returns:
        the value of field 'NodesWithoutconfigurationAtReportDate'.
      • getTotalNodes

        public Integer getTotalNodes()
        Returns the value of field 'totalNodes'.
        Returns:
        the value of field 'TotalNodes'.
      • hasNodesMatching

        public boolean hasNodesMatching()
        Method hasNodesMatching.
        Returns:
        true if at least one NodesMatching has been added
      • hasNodesWithoutconfigurationAtAll

        public boolean hasNodesWithoutconfigurationAtAll()
        Method hasNodesWithoutconfigurationAtAll.
        Returns:
        true if at least one NodesWithoutconfigurationAtAll has been added
      • hasNodesWithoutconfigurationAtReportDate

        public boolean hasNodesWithoutconfigurationAtReportDate()
        Method hasNodesWithoutconfigurationAtReportDate.
        Returns:
        true if at least one NodesWithoutconfigurationAtReportDate has been added
      • hasTotalNodes

        public boolean hasTotalNodes()
        Method hasTotalNodes.
        Returns:
        true if at least one TotalNodes has been added
      • iterateNodeSet

        public Iterator<NodeSet> iterateNodeSet()
        Method iterateNodeSet.
        Returns:
        an Iterator over all possible elements in this collection
      • removeAllNodeSet

        public void removeAllNodeSet()
      • removeNodeSet

        public boolean removeNodeSet​(NodeSet vNodeSet)
        Method removeNodeSet.
        Parameters:
        vNodeSet -
        Returns:
        true if the object was removed from the collection.
      • removeNodeSetAt

        public NodeSet removeNodeSetAt​(int index)
        Method removeNodeSetAt.
        Parameters:
        index -
        Returns:
        the element removed from the collection
      • setGroupXSetName

        public void setGroupXSetName​(String groupXSetName)
        Sets the value of field 'groupXSetName'.
        Parameters:
        groupXSetName - the value of field 'groupXSetName'.
      • setNodeSet

        public void setNodeSet​(NodeSet[] vNodeSetArray)
        Parameters:
        vNodeSetArray -
      • setNodeSet

        public void setNodeSet​(List<NodeSet> vNodeSetList)
        Sets the value of 'nodeSetList' by copying the given Vector. All elements will be checked for type safety.
        Parameters:
        vNodeSetList - the Vector to copy.
      • setNodeSetCollection

        public void setNodeSetCollection​(List<NodeSet> nodeSetList)
        Deprecated.
        Sets the value of 'nodeSetList' by setting it to the given Vector. No type checking is performed.
        Parameters:
        nodeSetList - the Vector to set.
      • setNodesMatching

        public void setNodesMatching​(Integer nodesMatching)
        Sets the value of field 'nodesMatching'.
        Parameters:
        nodesMatching - the value of field 'nodesMatching'.
      • setNodesWithoutconfigurationAtAll

        public void setNodesWithoutconfigurationAtAll​(Integer nodesWithoutconfigurationAtAll)
        Sets the value of field 'nodesWithoutconfigurationAtAll'.
        Parameters:
        nodesWithoutconfigurationAtAll - the value of field 'nodesWithoutconfigurationAtAll'.
      • setNodesWithoutconfigurationAtReportDate

        public void setNodesWithoutconfigurationAtReportDate​(Integer nodesWithoutconfigurationAtReportDate)
        Sets the value of field 'nodesWithoutconfigurationAtReportDate'.
        Parameters:
        nodesWithoutconfigurationAtReportDate - the value of field 'nodesWithoutconfigurationAtReportDate'.
      • setTotalNodes

        public void setTotalNodes​(Integer totalNodes)
        Sets the value of field 'totalNodes'.
        Parameters:
        totalNodes - the value of field 'totalNodes'.
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object