Class InventoryElement2RP

    • Constructor Detail

      • InventoryElement2RP

        public InventoryElement2RP()
    • Method Detail

      • enumerateInventoryMemoryRP

        public Enumeration<InventoryMemoryRP> enumerateInventoryMemoryRP()
        Method enumerateInventoryMemoryRP.
        Returns:
        an Enumeration over all possible elements of this collection
      • enumerateInventorySoftwareRP

        public Enumeration<InventorySoftwareRP> enumerateInventorySoftwareRP()
        Method enumerateInventorySoftwareRP.
        Returns:
        an Enumeration over all possible elements of this collection
      • enumerateTupleRP

        public Enumeration<TupleRP> enumerateTupleRP()
        Method enumerateTupleRP.
        Returns:
        an Enumeration over all possible elements of this collection
      • getInventoryMemoryRP

        public InventoryMemoryRP[] getInventoryMemoryRP()
        Method getInventoryMemoryRP.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
      • getInventoryMemoryRPCollection

        public List<InventoryMemoryRP> getInventoryMemoryRPCollection()
        Method getInventoryMemoryRPCollection.Returns a reference to 'inventoryMemoryRPList'. No type checking is performed on any modifications to the Vector.
        Returns:
        a reference to the Vector backing this class
      • getInventoryMemoryRPCount

        public int getInventoryMemoryRPCount()
        Method getInventoryMemoryRPCount.
        Returns:
        the size of this collection
      • getInventorySoftwareRP

        public InventorySoftwareRP[] getInventorySoftwareRP()
        Method getInventorySoftwareRP.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
      • getInventorySoftwareRPCollection

        public List<InventorySoftwareRP> getInventorySoftwareRPCollection()
        Method getInventorySoftwareRPCollection.Returns a reference to 'inventorySoftwareRPList'. No type checking is performed on any modifications to the Vector.
        Returns:
        a reference to the Vector backing this class
      • getInventorySoftwareRPCount

        public int getInventorySoftwareRPCount()
        Method getInventorySoftwareRPCount.
        Returns:
        the size of this collection
      • getName

        public String getName()
        Returns the value of field 'name'.
        Returns:
        the value of field 'Name'.
      • getTupleRP

        public TupleRP[] getTupleRP()
        Method getTupleRP.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
      • getTupleRPCollection

        public List<TupleRP> getTupleRPCollection()
        Method getTupleRPCollection.Returns a reference to 'tupleRPList'. No type checking is performed on any modifications to the Vector.
        Returns:
        a reference to the Vector backing this class
      • getTupleRPCount

        public int getTupleRPCount()
        Method getTupleRPCount.
        Returns:
        the size of this collection
      • iterateInventoryMemoryRP

        public Iterator<InventoryMemoryRP> iterateInventoryMemoryRP()
        Method iterateInventoryMemoryRP.
        Returns:
        an Iterator over all possible elements in this collection
      • iterateInventorySoftwareRP

        public Iterator<InventorySoftwareRP> iterateInventorySoftwareRP()
        Method iterateInventorySoftwareRP.
        Returns:
        an Iterator over all possible elements in this collection
      • iterateTupleRP

        public Iterator<TupleRP> iterateTupleRP()
        Method iterateTupleRP.
        Returns:
        an Iterator over all possible elements in this collection
      • removeAllInventoryMemoryRP

        public void removeAllInventoryMemoryRP()
      • removeAllInventorySoftwareRP

        public void removeAllInventorySoftwareRP()
      • removeAllTupleRP

        public void removeAllTupleRP()
      • removeInventoryMemoryRP

        public boolean removeInventoryMemoryRP​(InventoryMemoryRP vInventoryMemoryRP)
        Method removeInventoryMemoryRP.
        Parameters:
        vInventoryMemoryRP -
        Returns:
        true if the object was removed from the collection.
      • removeInventoryMemoryRPAt

        public InventoryMemoryRP removeInventoryMemoryRPAt​(int index)
        Method removeInventoryMemoryRPAt.
        Parameters:
        index -
        Returns:
        the element removed from the collection
      • removeInventorySoftwareRP

        public boolean removeInventorySoftwareRP​(InventorySoftwareRP vInventorySoftwareRP)
        Method removeInventorySoftwareRP.
        Parameters:
        vInventorySoftwareRP -
        Returns:
        true if the object was removed from the collection.
      • removeInventorySoftwareRPAt

        public InventorySoftwareRP removeInventorySoftwareRPAt​(int index)
        Method removeInventorySoftwareRPAt.
        Parameters:
        index -
        Returns:
        the element removed from the collection
      • removeTupleRP

        public boolean removeTupleRP​(TupleRP vTupleRP)
        Method removeTupleRP.
        Parameters:
        vTupleRP -
        Returns:
        true if the object was removed from the collection.
      • removeTupleRPAt

        public TupleRP removeTupleRPAt​(int index)
        Method removeTupleRPAt.
        Parameters:
        index -
        Returns:
        the element removed from the collection
      • setInventoryMemoryRP

        public void setInventoryMemoryRP​(InventoryMemoryRP[] vInventoryMemoryRPArray)
        Parameters:
        vInventoryMemoryRPArray -
      • setInventoryMemoryRP

        public void setInventoryMemoryRP​(List<InventoryMemoryRP> vInventoryMemoryRPList)
        Sets the value of 'inventoryMemoryRPList' by copying the given Vector. All elements will be checked for type safety.
        Parameters:
        vInventoryMemoryRPList - the Vector to copy.
      • setInventoryMemoryRPCollection

        public void setInventoryMemoryRPCollection​(List<InventoryMemoryRP> inventoryMemoryRPList)
        Deprecated.
        Sets the value of 'inventoryMemoryRPList' by setting it to the given Vector. No type checking is performed.
        Parameters:
        inventoryMemoryRPList - the Vector to set.
      • setInventorySoftwareRP

        public void setInventorySoftwareRP​(InventorySoftwareRP[] vInventorySoftwareRPArray)
        Parameters:
        vInventorySoftwareRPArray -
      • setInventorySoftwareRP

        public void setInventorySoftwareRP​(List<InventorySoftwareRP> vInventorySoftwareRPList)
        Sets the value of 'inventorySoftwareRPList' by copying the given Vector. All elements will be checked for type safety.
        Parameters:
        vInventorySoftwareRPList - the Vector to copy.
      • setInventorySoftwareRPCollection

        public void setInventorySoftwareRPCollection​(List<InventorySoftwareRP> inventorySoftwareRPList)
        Deprecated.
        Sets the value of 'inventorySoftwareRPList' by setting it to the given Vector. No type checking is performed.
        Parameters:
        inventorySoftwareRPList - the Vector to set.
      • setName

        public void setName​(String name)
        Sets the value of field 'name'.
        Parameters:
        name - the value of field 'name'.
      • setTupleRP

        public void setTupleRP​(TupleRP[] vTupleRPArray)
        Parameters:
        vTupleRPArray -
      • setTupleRP

        public void setTupleRP​(List<TupleRP> vTupleRPList)
        Sets the value of 'tupleRPList' by copying the given Vector. All elements will be checked for type safety.
        Parameters:
        vTupleRPList - the Vector to copy.
      • setTupleRPCollection

        public void setTupleRPCollection​(List<TupleRP> tupleRPList)
        Deprecated.
        Sets the value of 'tupleRPList' by setting it to the given Vector. No type checking is performed.
        Parameters:
        tupleRPList - the Vector to set.
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object