public class GroupXSet extends Object implements Serializable
| Constructor and Description | 
|---|
GroupXSet()  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
addNodeSet(int index,
          NodeSet vNodeSet)  | 
void | 
addNodeSet(NodeSet vNodeSet)  | 
void | 
deleteNodesMatching()  | 
void | 
deleteNodesWithoutconfigurationAtAll()  | 
void | 
deleteNodesWithoutconfigurationAtReportDate()  | 
void | 
deleteTotalNodes()  | 
Enumeration<NodeSet> | 
enumerateNodeSet()
Method enumerateNodeSet. 
 | 
boolean | 
equals(Object other)  | 
String | 
getGroupXSetName()
Returns the value of field 'groupXSetName'. 
 | 
NodeSet[] | 
getNodeSet()
Method getNodeSet.Returns the contents of the collection in an Array. 
 | 
NodeSet | 
getNodeSet(int index)
Method getNodeSet. 
 | 
List<NodeSet> | 
getNodeSetCollection()
Method getNodeSetCollection.Returns a reference to 'nodeSetList'. 
 | 
int | 
getNodeSetCount()
Method getNodeSetCount. 
 | 
Integer | 
getNodesMatching()
Returns the value of field 'nodesMatching'. 
 | 
Integer | 
getNodesWithoutconfigurationAtAll()
Returns the value of field 'nodesWithoutconfigurationAtAll'. 
 | 
Integer | 
getNodesWithoutconfigurationAtReportDate()
Returns the value of field 'nodesWithoutconfigurationAtReportDate'. 
 | 
Integer | 
getTotalNodes()
Returns the value of field 'totalNodes'. 
 | 
int | 
hashCode()  | 
boolean | 
hasNodesMatching()
Method hasNodesMatching. 
 | 
boolean | 
hasNodesWithoutconfigurationAtAll()
Method hasNodesWithoutconfigurationAtAll. 
 | 
boolean | 
hasNodesWithoutconfigurationAtReportDate()
Method hasNodesWithoutconfigurationAtReportDate. 
 | 
boolean | 
hasTotalNodes()
Method hasTotalNodes. 
 | 
Iterator<NodeSet> | 
iterateNodeSet()
Method iterateNodeSet. 
 | 
void | 
removeAllNodeSet()  | 
boolean | 
removeNodeSet(NodeSet vNodeSet)
Method removeNodeSet. 
 | 
NodeSet | 
removeNodeSetAt(int index)
Method removeNodeSetAt. 
 | 
void | 
setGroupXSetName(String groupXSetName)
Sets the value of field 'groupXSetName'. 
 | 
void | 
setNodeSet(int index,
          NodeSet vNodeSet)  | 
void | 
setNodeSet(List<NodeSet> vNodeSetList)
Sets the value of 'nodeSetList' by copying the given Vector. 
 | 
void | 
setNodeSet(NodeSet[] vNodeSetArray)  | 
void | 
setNodeSetCollection(List<NodeSet> nodeSetList)
Deprecated.   
 | 
void | 
setNodesMatching(Integer nodesMatching)
Sets the value of field 'nodesMatching'. 
 | 
void | 
setNodesWithoutconfigurationAtAll(Integer nodesWithoutconfigurationAtAll)
Sets the value of field 'nodesWithoutconfigurationAtAll'. 
 | 
void | 
setNodesWithoutconfigurationAtReportDate(Integer nodesWithoutconfigurationAtReportDate)
Sets the value of field 'nodesWithoutconfigurationAtReportDate'. 
 | 
void | 
setTotalNodes(Integer totalNodes)
Sets the value of field 'totalNodes'. 
 | 
public void addNodeSet(NodeSet vNodeSet) throws IndexOutOfBoundsException
vNodeSet - IndexOutOfBoundsException - if the index given is outside
 the bounds of the collectionpublic void addNodeSet(int index,
                       NodeSet vNodeSet)
                throws IndexOutOfBoundsException
index - vNodeSet - IndexOutOfBoundsException - if the index given is outside
 the bounds of the collectionpublic void deleteNodesMatching()
public void deleteNodesWithoutconfigurationAtAll()
public void deleteNodesWithoutconfigurationAtReportDate()
public void deleteTotalNodes()
public Enumeration<NodeSet> enumerateNodeSet()
public String getGroupXSetName()
public NodeSet getNodeSet(int index) throws IndexOutOfBoundsException
index - IndexOutOfBoundsException - if the index given is outside
 the bounds of the collectionpublic NodeSet[] getNodeSet()
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.
public List<NodeSet> getNodeSetCollection()
public int getNodeSetCount()
public Integer getNodesMatching()
public Integer getNodesWithoutconfigurationAtAll()
public Integer getNodesWithoutconfigurationAtReportDate()
public Integer getTotalNodes()
public boolean hasNodesMatching()
public boolean hasNodesWithoutconfigurationAtAll()
public boolean hasNodesWithoutconfigurationAtReportDate()
public boolean hasTotalNodes()
public Iterator<NodeSet> iterateNodeSet()
public void removeAllNodeSet()
public boolean removeNodeSet(NodeSet vNodeSet)
vNodeSet - public NodeSet removeNodeSetAt(int index)
index - public void setGroupXSetName(String groupXSetName)
groupXSetName - the value of field 'groupXSetName'.public void setNodeSet(int index,
                       NodeSet vNodeSet)
                throws IndexOutOfBoundsException
index - vNodeSet - IndexOutOfBoundsException - if the index given is outside
 the bounds of the collectionpublic void setNodeSet(NodeSet[] vNodeSetArray)
vNodeSetArray - public void setNodeSet(List<NodeSet> vNodeSetList)
vNodeSetList - the Vector to copy.public void setNodeSetCollection(List<NodeSet> nodeSetList)
nodeSetList - the Vector to set.public void setNodesMatching(Integer nodesMatching)
nodesMatching - the value of field 'nodesMatching'.public void setNodesWithoutconfigurationAtAll(Integer nodesWithoutconfigurationAtAll)
nodesWithoutconfigurationAtAll - the value of field
 'nodesWithoutconfigurationAtAll'.public void setNodesWithoutconfigurationAtReportDate(Integer nodesWithoutconfigurationAtReportDate)
nodesWithoutconfigurationAtReportDate - the value of field
 'nodesWithoutconfigurationAtReportDate'.public void setTotalNodes(Integer totalNodes)
totalNodes - the value of field 'totalNodes'.Copyright © 2020. All rights reserved.