public class Nbisinglenode extends Object implements Serializable
Constructor and Description |
---|
Nbisinglenode() |
Modifier and Type | Method and Description |
---|---|
void |
addInventoryElement2RP(int index,
InventoryElement2RP vInventoryElement2RP) |
void |
addInventoryElement2RP(InventoryElement2RP vInventoryElement2RP) |
Enumeration<InventoryElement2RP> |
enumerateInventoryElement2RP()
Method enumerateInventoryElement2RP.
|
boolean |
equals(Object other) |
String |
getComment()
Returns the value of field 'comment'.
|
String |
getConfigurationurl()
Returns the value of field 'configurationurl'.
|
Date |
getCreationdate()
Returns the value of field 'creationdate'.
|
String |
getDevicename()
Returns the value of field 'devicename'.
|
String |
getGroupname()
Returns the value of field 'groupname'.
|
InventoryElement2RP[] |
getInventoryElement2RP()
Method getInventoryElement2RP.Returns the contents of the collection in an
Array.
|
InventoryElement2RP |
getInventoryElement2RP(int index)
Method getInventoryElement2RP.
|
List<InventoryElement2RP> |
getInventoryElement2RPCollection()
Method getInventoryElement2RPCollection.Returns a reference to
'inventoryElement2RPList'.
|
int |
getInventoryElement2RPCount()
Method getInventoryElement2RPCount.
|
String |
getStatus()
Returns the value of field 'status'.
|
String |
getSwconfigurationurl()
Returns the value of field 'swconfigurationurl'.
|
String |
getVersion()
Returns the value of field 'version'.
|
int |
hashCode() |
Iterator<InventoryElement2RP> |
iterateInventoryElement2RP()
Method iterateInventoryElement2RP.
|
void |
removeAllInventoryElement2RP() |
boolean |
removeInventoryElement2RP(InventoryElement2RP vInventoryElement2RP)
Method removeInventoryElement2RP.
|
InventoryElement2RP |
removeInventoryElement2RPAt(int index)
Method removeInventoryElement2RPAt.
|
void |
setComment(String comment)
Sets the value of field 'comment'.
|
void |
setConfigurationurl(String configurationurl)
Sets the value of field 'configurationurl'.
|
void |
setCreationdate(Date creationdate)
Sets the value of field 'creationdate'.
|
void |
setDevicename(String devicename)
Sets the value of field 'devicename'.
|
void |
setGroupname(String groupname)
Sets the value of field 'groupname'.
|
void |
setInventoryElement2RP(int index,
InventoryElement2RP vInventoryElement2RP) |
void |
setInventoryElement2RP(InventoryElement2RP[] vInventoryElement2RPArray) |
void |
setInventoryElement2RP(List<InventoryElement2RP> vInventoryElement2RPList)
Sets the value of 'inventoryElement2RPList' by copying the given Vector.
|
void |
setInventoryElement2RPCollection(List<InventoryElement2RP> inventoryElement2RPList)
Deprecated.
|
void |
setStatus(String status)
Sets the value of field 'status'.
|
void |
setSwconfigurationurl(String swconfigurationurl)
Sets the value of field 'swconfigurationurl'.
|
void |
setVersion(String version)
Sets the value of field 'version'.
|
public void addInventoryElement2RP(InventoryElement2RP vInventoryElement2RP) throws IndexOutOfBoundsException
vInventoryElement2RP
- IndexOutOfBoundsException
- if the index given is outside
the bounds of the collectionpublic void addInventoryElement2RP(int index, InventoryElement2RP vInventoryElement2RP) throws IndexOutOfBoundsException
index
- vInventoryElement2RP
- IndexOutOfBoundsException
- if the index given is outside
the bounds of the collectionpublic Enumeration<InventoryElement2RP> enumerateInventoryElement2RP()
public String getComment()
public String getConfigurationurl()
public Date getCreationdate()
public String getDevicename()
public String getGroupname()
public InventoryElement2RP getInventoryElement2RP(int index) throws IndexOutOfBoundsException
index
- IndexOutOfBoundsException
- if the index given is outside
the bounds of the collectionpublic InventoryElement2RP[] getInventoryElement2RP()
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<InventoryElement2RP> getInventoryElement2RPCollection()
public int getInventoryElement2RPCount()
public String getStatus()
public String getSwconfigurationurl()
public String getVersion()
public Iterator<InventoryElement2RP> iterateInventoryElement2RP()
public void removeAllInventoryElement2RP()
public boolean removeInventoryElement2RP(InventoryElement2RP vInventoryElement2RP)
vInventoryElement2RP
- public InventoryElement2RP removeInventoryElement2RPAt(int index)
index
- public void setComment(String comment)
comment
- the value of field 'comment'.public void setConfigurationurl(String configurationurl)
configurationurl
- the value of field 'configurationurl'.public void setCreationdate(Date creationdate)
creationdate
- the value of field 'creationdate'.public void setDevicename(String devicename)
devicename
- the value of field 'devicename'.public void setGroupname(String groupname)
groupname
- the value of field 'groupname'.public void setInventoryElement2RP(int index, InventoryElement2RP vInventoryElement2RP) throws IndexOutOfBoundsException
index
- vInventoryElement2RP
- IndexOutOfBoundsException
- if the index given is outside
the bounds of the collectionpublic void setInventoryElement2RP(InventoryElement2RP[] vInventoryElement2RPArray)
vInventoryElement2RPArray
- public void setInventoryElement2RP(List<InventoryElement2RP> vInventoryElement2RPList)
vInventoryElement2RPList
- the Vector to copy.public void setInventoryElement2RPCollection(List<InventoryElement2RP> inventoryElement2RPList)
inventoryElement2RPList
- the Vector to set.public void setStatus(String status)
status
- the value of field 'status'.public void setSwconfigurationurl(String swconfigurationurl)
swconfigurationurl
- the value of field 'swconfigurationurl'.public void setVersion(String version)
version
- the value of field 'version'.Copyright © 2021. All rights reserved.