public class InventoryElement2RP extends Object implements Serializable
| Constructor and Description | 
|---|
InventoryElement2RP()  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
addInventoryMemoryRP(int index,
                    InventoryMemoryRP vInventoryMemoryRP)  | 
void | 
addInventoryMemoryRP(InventoryMemoryRP vInventoryMemoryRP)  | 
void | 
addInventorySoftwareRP(int index,
                      InventorySoftwareRP vInventorySoftwareRP)  | 
void | 
addInventorySoftwareRP(InventorySoftwareRP vInventorySoftwareRP)  | 
void | 
addTupleRP(int index,
          TupleRP vTupleRP)  | 
void | 
addTupleRP(TupleRP vTupleRP)  | 
Enumeration<InventoryMemoryRP> | 
enumerateInventoryMemoryRP()
Method enumerateInventoryMemoryRP. 
 | 
Enumeration<InventorySoftwareRP> | 
enumerateInventorySoftwareRP()
Method enumerateInventorySoftwareRP. 
 | 
Enumeration<TupleRP> | 
enumerateTupleRP()
Method enumerateTupleRP. 
 | 
boolean | 
equals(Object other)  | 
InventoryMemoryRP[] | 
getInventoryMemoryRP()
Method getInventoryMemoryRP.Returns the contents of the collection in an
 Array. 
 | 
InventoryMemoryRP | 
getInventoryMemoryRP(int index)
Method getInventoryMemoryRP. 
 | 
List<InventoryMemoryRP> | 
getInventoryMemoryRPCollection()
Method getInventoryMemoryRPCollection.Returns a reference to
 'inventoryMemoryRPList'. 
 | 
int | 
getInventoryMemoryRPCount()
Method getInventoryMemoryRPCount. 
 | 
InventorySoftwareRP[] | 
getInventorySoftwareRP()
Method getInventorySoftwareRP.Returns the contents of the collection in an
 Array. 
 | 
InventorySoftwareRP | 
getInventorySoftwareRP(int index)
Method getInventorySoftwareRP. 
 | 
List<InventorySoftwareRP> | 
getInventorySoftwareRPCollection()
Method getInventorySoftwareRPCollection.Returns a reference to
 'inventorySoftwareRPList'. 
 | 
int | 
getInventorySoftwareRPCount()
Method getInventorySoftwareRPCount. 
 | 
String | 
getName()
Returns the value of field 'name'. 
 | 
TupleRP[] | 
getTupleRP()
Method getTupleRP.Returns the contents of the collection in an Array. 
 | 
TupleRP | 
getTupleRP(int index)
Method getTupleRP. 
 | 
List<TupleRP> | 
getTupleRPCollection()
Method getTupleRPCollection.Returns a reference to 'tupleRPList'. 
 | 
int | 
getTupleRPCount()
Method getTupleRPCount. 
 | 
int | 
hashCode()  | 
Iterator<InventoryMemoryRP> | 
iterateInventoryMemoryRP()
Method iterateInventoryMemoryRP. 
 | 
Iterator<InventorySoftwareRP> | 
iterateInventorySoftwareRP()
Method iterateInventorySoftwareRP. 
 | 
Iterator<TupleRP> | 
iterateTupleRP()
Method iterateTupleRP. 
 | 
void | 
removeAllInventoryMemoryRP()  | 
void | 
removeAllInventorySoftwareRP()  | 
void | 
removeAllTupleRP()  | 
boolean | 
removeInventoryMemoryRP(InventoryMemoryRP vInventoryMemoryRP)
Method removeInventoryMemoryRP. 
 | 
InventoryMemoryRP | 
removeInventoryMemoryRPAt(int index)
Method removeInventoryMemoryRPAt. 
 | 
boolean | 
removeInventorySoftwareRP(InventorySoftwareRP vInventorySoftwareRP)
Method removeInventorySoftwareRP. 
 | 
InventorySoftwareRP | 
removeInventorySoftwareRPAt(int index)
Method removeInventorySoftwareRPAt. 
 | 
boolean | 
removeTupleRP(TupleRP vTupleRP)
Method removeTupleRP. 
 | 
TupleRP | 
removeTupleRPAt(int index)
Method removeTupleRPAt. 
 | 
void | 
setInventoryMemoryRP(int index,
                    InventoryMemoryRP vInventoryMemoryRP)  | 
void | 
setInventoryMemoryRP(InventoryMemoryRP[] vInventoryMemoryRPArray)  | 
void | 
setInventoryMemoryRP(List<InventoryMemoryRP> vInventoryMemoryRPList)
Sets the value of 'inventoryMemoryRPList' by copying the given Vector. 
 | 
void | 
setInventoryMemoryRPCollection(List<InventoryMemoryRP> inventoryMemoryRPList)
Deprecated.   
 | 
void | 
setInventorySoftwareRP(int index,
                      InventorySoftwareRP vInventorySoftwareRP)  | 
void | 
setInventorySoftwareRP(InventorySoftwareRP[] vInventorySoftwareRPArray)  | 
void | 
setInventorySoftwareRP(List<InventorySoftwareRP> vInventorySoftwareRPList)
Sets the value of 'inventorySoftwareRPList' by copying the given Vector. 
 | 
void | 
setInventorySoftwareRPCollection(List<InventorySoftwareRP> inventorySoftwareRPList)
Deprecated.   
 | 
void | 
setName(String name)
Sets the value of field 'name'. 
 | 
void | 
setTupleRP(int index,
          TupleRP vTupleRP)  | 
void | 
setTupleRP(List<TupleRP> vTupleRPList)
Sets the value of 'tupleRPList' by copying the given Vector. 
 | 
void | 
setTupleRP(TupleRP[] vTupleRPArray)  | 
void | 
setTupleRPCollection(List<TupleRP> tupleRPList)
Deprecated.   
 | 
public void addInventoryMemoryRP(InventoryMemoryRP vInventoryMemoryRP) throws IndexOutOfBoundsException
vInventoryMemoryRP - IndexOutOfBoundsException - if the index given is outside
 the bounds of the collectionpublic void addInventoryMemoryRP(int index,
                                 InventoryMemoryRP vInventoryMemoryRP)
                          throws IndexOutOfBoundsException
index - vInventoryMemoryRP - IndexOutOfBoundsException - if the index given is outside
 the bounds of the collectionpublic void addInventorySoftwareRP(InventorySoftwareRP vInventorySoftwareRP) throws IndexOutOfBoundsException
vInventorySoftwareRP - IndexOutOfBoundsException - if the index given is outside
 the bounds of the collectionpublic void addInventorySoftwareRP(int index,
                                   InventorySoftwareRP vInventorySoftwareRP)
                            throws IndexOutOfBoundsException
index - vInventorySoftwareRP - IndexOutOfBoundsException - if the index given is outside
 the bounds of the collectionpublic void addTupleRP(TupleRP vTupleRP) throws IndexOutOfBoundsException
vTupleRP - IndexOutOfBoundsException - if the index given is outside
 the bounds of the collectionpublic void addTupleRP(int index,
                       TupleRP vTupleRP)
                throws IndexOutOfBoundsException
index - vTupleRP - IndexOutOfBoundsException - if the index given is outside
 the bounds of the collectionpublic Enumeration<InventoryMemoryRP> enumerateInventoryMemoryRP()
public Enumeration<InventorySoftwareRP> enumerateInventorySoftwareRP()
public Enumeration<TupleRP> enumerateTupleRP()
public InventoryMemoryRP getInventoryMemoryRP(int index) throws IndexOutOfBoundsException
index - IndexOutOfBoundsException - if the index given is outside
 the bounds of the collectionpublic InventoryMemoryRP[] getInventoryMemoryRP()
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<InventoryMemoryRP> getInventoryMemoryRPCollection()
public int getInventoryMemoryRPCount()
public InventorySoftwareRP getInventorySoftwareRP(int index) throws IndexOutOfBoundsException
index - IndexOutOfBoundsException - if the index given is outside
 the bounds of the collectionpublic InventorySoftwareRP[] getInventorySoftwareRP()
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<InventorySoftwareRP> getInventorySoftwareRPCollection()
public int getInventorySoftwareRPCount()
public String getName()
public TupleRP getTupleRP(int index) throws IndexOutOfBoundsException
index - IndexOutOfBoundsException - if the index given is outside
 the bounds of the collectionpublic TupleRP[] getTupleRP()
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<TupleRP> getTupleRPCollection()
public int getTupleRPCount()
public Iterator<InventoryMemoryRP> iterateInventoryMemoryRP()
public Iterator<InventorySoftwareRP> iterateInventorySoftwareRP()
public Iterator<TupleRP> iterateTupleRP()
public void removeAllInventoryMemoryRP()
public void removeAllInventorySoftwareRP()
public void removeAllTupleRP()
public boolean removeInventoryMemoryRP(InventoryMemoryRP vInventoryMemoryRP)
vInventoryMemoryRP - public InventoryMemoryRP removeInventoryMemoryRPAt(int index)
index - public boolean removeInventorySoftwareRP(InventorySoftwareRP vInventorySoftwareRP)
vInventorySoftwareRP - public InventorySoftwareRP removeInventorySoftwareRPAt(int index)
index - public boolean removeTupleRP(TupleRP vTupleRP)
vTupleRP - public TupleRP removeTupleRPAt(int index)
index - public void setInventoryMemoryRP(int index,
                                 InventoryMemoryRP vInventoryMemoryRP)
                          throws IndexOutOfBoundsException
index - vInventoryMemoryRP - IndexOutOfBoundsException - if the index given is outside
 the bounds of the collectionpublic void setInventoryMemoryRP(InventoryMemoryRP[] vInventoryMemoryRPArray)
vInventoryMemoryRPArray - public void setInventoryMemoryRP(List<InventoryMemoryRP> vInventoryMemoryRPList)
vInventoryMemoryRPList - the Vector to copy.public void setInventoryMemoryRPCollection(List<InventoryMemoryRP> inventoryMemoryRPList)
inventoryMemoryRPList - the Vector to set.public void setInventorySoftwareRP(int index,
                                   InventorySoftwareRP vInventorySoftwareRP)
                            throws IndexOutOfBoundsException
index - vInventorySoftwareRP - IndexOutOfBoundsException - if the index given is outside
 the bounds of the collectionpublic void setInventorySoftwareRP(InventorySoftwareRP[] vInventorySoftwareRPArray)
vInventorySoftwareRPArray - public void setInventorySoftwareRP(List<InventorySoftwareRP> vInventorySoftwareRPList)
vInventorySoftwareRPList - the Vector to copy.public void setInventorySoftwareRPCollection(List<InventorySoftwareRP> inventorySoftwareRPList)
inventorySoftwareRPList - the Vector to set.public void setName(String name)
name - the value of field 'name'.public void setTupleRP(int index,
                       TupleRP vTupleRP)
                throws IndexOutOfBoundsException
index - vTupleRP - IndexOutOfBoundsException - if the index given is outside
 the bounds of the collectionpublic void setTupleRP(TupleRP[] vTupleRPArray)
vTupleRPArray - public void setTupleRP(List<TupleRP> vTupleRPList)
vTupleRPList - the Vector to copy.public void setTupleRPCollection(List<TupleRP> tupleRPList)
tupleRPList - the Vector to set.Copyright © 2020. All rights reserved.