public class GroupSet extends Object implements Serializable
Constructor and Description |
---|
GroupSet() |
Modifier and Type | Method and Description |
---|---|
void |
addNbisinglenode(int index,
Nbisinglenode vNbisinglenode) |
void |
addNbisinglenode(Nbisinglenode vNbisinglenode) |
void |
deleteNodesMatching() |
void |
deleteNodesWithoutinventoryAtAll() |
void |
deleteNodesWithoutinventoryAtReportDate() |
void |
deleteTotalNodes() |
Enumeration<Nbisinglenode> |
enumerateNbisinglenode()
Method enumerateNbisinglenode.
|
String |
getGroupSetName()
Returns the value of field 'groupSetName'.
|
Nbisinglenode[] |
getNbisinglenode()
Method getNbisinglenode.Returns the contents of the
collection in an Array.
|
Nbisinglenode |
getNbisinglenode(int index)
Method getNbisinglenode.
|
List<Nbisinglenode> |
getNbisinglenodeCollection()
Method getNbisinglenodeCollection.Returns a reference to
'_nbisinglenodeList'.
|
int |
getNbisinglenodeCount()
Method getNbisinglenodeCount.
|
int |
getNodesMatching()
Returns the value of field 'nodesMatching'.
|
int |
getNodesWithoutinventoryAtAll()
Returns the value of field 'nodesWithoutinventoryAtAll'.
|
int |
getNodesWithoutinventoryAtReportDate()
Returns the value of field
'nodesWithoutinventoryAtReportDate'.
|
int |
getTotalNodes()
Returns the value of field 'totalNodes'.
|
boolean |
hasNodesMatching()
Method hasNodesMatching.
|
boolean |
hasNodesWithoutinventoryAtAll()
Method hasNodesWithoutinventoryAtAll.
|
boolean |
hasNodesWithoutinventoryAtReportDate()
Method hasNodesWithoutinventoryAtReportDate.
|
boolean |
hasTotalNodes()
Method hasTotalNodes.
|
boolean |
isValid()
Method isValid.
|
Iterator<Nbisinglenode> |
iterateNbisinglenode()
Method iterateNbisinglenode.
|
void |
marshal(ContentHandler handler) |
void |
marshal(Writer out) |
void |
removeAllNbisinglenode() |
boolean |
removeNbisinglenode(Nbisinglenode vNbisinglenode)
Method removeNbisinglenode.
|
Nbisinglenode |
removeNbisinglenodeAt(int index)
Method removeNbisinglenodeAt.
|
void |
setGroupSetName(String groupSetName)
Sets the value of field 'groupSetName'.
|
void |
setNbisinglenode(int index,
Nbisinglenode vNbisinglenode) |
void |
setNbisinglenode(List<Nbisinglenode> vNbisinglenodeList)
Sets the value of '_nbisinglenodeList' by copying the given
Vector.
|
void |
setNbisinglenode(Nbisinglenode[] vNbisinglenodeArray) |
void |
setNbisinglenodeCollection(List<Nbisinglenode> nbisinglenodeList)
Deprecated.
|
void |
setNodesMatching(int nodesMatching)
Sets the value of field 'nodesMatching'.
|
void |
setNodesWithoutinventoryAtAll(int nodesWithoutinventoryAtAll)
Sets the value of field 'nodesWithoutinventoryAtAll'.
|
void |
setNodesWithoutinventoryAtReportDate(int nodesWithoutinventoryAtReportDate)
Sets the value of field 'nodesWithoutinventoryAtReportDate'.
|
void |
setTotalNodes(int totalNodes)
Sets the value of field 'totalNodes'.
|
static GroupSet |
unmarshal(Reader reader)
Method unmarshal.
|
void |
validate() |
public void addNbisinglenode(Nbisinglenode vNbisinglenode) throws IndexOutOfBoundsException
vNbisinglenode
- IndexOutOfBoundsException
- if the index
given is outside the bounds of the collectionpublic void addNbisinglenode(int index, Nbisinglenode vNbisinglenode) throws IndexOutOfBoundsException
index
- vNbisinglenode
- IndexOutOfBoundsException
- if the index
given is outside the bounds of the collectionpublic void deleteNodesMatching()
public void deleteNodesWithoutinventoryAtAll()
public void deleteNodesWithoutinventoryAtReportDate()
public void deleteTotalNodes()
public Enumeration<Nbisinglenode> enumerateNbisinglenode()
public String getGroupSetName()
public Nbisinglenode getNbisinglenode(int index) throws IndexOutOfBoundsException
index
- IndexOutOfBoundsException
- if the index
given is outside the bounds of the collectionpublic Nbisinglenode[] getNbisinglenode()
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<Nbisinglenode> getNbisinglenodeCollection()
public int getNbisinglenodeCount()
public int getNodesMatching()
public int getNodesWithoutinventoryAtAll()
public int getNodesWithoutinventoryAtReportDate()
public int getTotalNodes()
public boolean hasNodesMatching()
public boolean hasNodesWithoutinventoryAtAll()
public boolean hasNodesWithoutinventoryAtReportDate()
public boolean hasTotalNodes()
public boolean isValid()
public Iterator<Nbisinglenode> iterateNbisinglenode()
public void marshal(Writer out) throws org.exolab.castor.xml.MarshalException, org.exolab.castor.xml.ValidationException
out
- org.exolab.castor.xml.MarshalException
- if object is
null or if any SAXException is thrown during marshalingorg.exolab.castor.xml.ValidationException
- if this
object is an invalid instance according to the schemapublic void marshal(ContentHandler handler) throws IOException, org.exolab.castor.xml.MarshalException, org.exolab.castor.xml.ValidationException
handler
- IOException
- if an IOException occurs during
marshalingorg.exolab.castor.xml.ValidationException
- if this
object is an invalid instance according to the schemaorg.exolab.castor.xml.MarshalException
- if object is
null or if any SAXException is thrown during marshalingpublic void removeAllNbisinglenode()
public boolean removeNbisinglenode(Nbisinglenode vNbisinglenode)
vNbisinglenode
- public Nbisinglenode removeNbisinglenodeAt(int index)
index
- public void setGroupSetName(String groupSetName)
groupSetName
- the value of field 'groupSetName'.public void setNbisinglenode(int index, Nbisinglenode vNbisinglenode) throws IndexOutOfBoundsException
index
- vNbisinglenode
- IndexOutOfBoundsException
- if the index
given is outside the bounds of the collectionpublic void setNbisinglenode(Nbisinglenode[] vNbisinglenodeArray)
vNbisinglenodeArray
- public void setNbisinglenode(List<Nbisinglenode> vNbisinglenodeList)
vNbisinglenodeList
- the Vector to copy.public void setNbisinglenodeCollection(List<Nbisinglenode> nbisinglenodeList)
nbisinglenodeList
- the Vector to set.public void setNodesMatching(int nodesMatching)
nodesMatching
- the value of field 'nodesMatching'.public void setNodesWithoutinventoryAtAll(int nodesWithoutinventoryAtAll)
nodesWithoutinventoryAtAll
- the value of field
'nodesWithoutinventoryAtAll'.public void setNodesWithoutinventoryAtReportDate(int nodesWithoutinventoryAtReportDate)
nodesWithoutinventoryAtReportDate
- the value of field
'nodesWithoutinventoryAtReportDate'.public void setTotalNodes(int totalNodes)
totalNodes
- the value of field 'totalNodes'.public static GroupSet unmarshal(Reader reader) throws org.exolab.castor.xml.MarshalException, org.exolab.castor.xml.ValidationException
reader
- org.exolab.castor.xml.MarshalException
- if object is
null or if any SAXException is thrown during marshalingorg.exolab.castor.xml.ValidationException
- if this
object is an invalid instance according to the schemapublic void validate() throws org.exolab.castor.xml.ValidationException
org.exolab.castor.xml.ValidationException
- if this
object is an invalid instance according to the schemaCopyright © 2017. All rights reserved.