Class Nbisinglenode

    • Constructor Detail

      • Nbisinglenode

        public Nbisinglenode()
    • Method Detail

      • enumerateInventoryElement2RP

        public Enumeration<InventoryElement2RP> enumerateInventoryElement2RP()
        Method enumerateInventoryElement2RP.
        Returns:
        an Enumeration over all possible elements of this collection
      • getComment

        public String getComment()
        Returns the value of field 'comment'.
        Returns:
        the value of field 'Comment'.
      • getConfigurationurl

        public String getConfigurationurl()
        Returns the value of field 'configurationurl'.
        Returns:
        the value of field 'Configurationurl'.
      • getCreationdate

        public Date getCreationdate()
        Returns the value of field 'creationdate'.
        Returns:
        the value of field 'Creationdate'.
      • getDevicename

        public String getDevicename()
        Returns the value of field 'devicename'.
        Returns:
        the value of field 'Devicename'.
      • getGroupname

        public String getGroupname()
        Returns the value of field 'groupname'.
        Returns:
        the value of field 'Groupname'.
      • getInventoryElement2RP

        public InventoryElement2RP[] getInventoryElement2RP()
        Method getInventoryElement2RP.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
      • getInventoryElement2RPCollection

        public List<InventoryElement2RP> getInventoryElement2RPCollection()
        Method getInventoryElement2RPCollection.Returns a reference to 'inventoryElement2RPList'. No type checking is performed on any modifications to the Vector.
        Returns:
        a reference to the Vector backing this class
      • getInventoryElement2RPCount

        public int getInventoryElement2RPCount()
        Method getInventoryElement2RPCount.
        Returns:
        the size of this collection
      • getStatus

        public String getStatus()
        Returns the value of field 'status'.
        Returns:
        the value of field 'Status'.
      • getSwconfigurationurl

        public String getSwconfigurationurl()
        Returns the value of field 'swconfigurationurl'.
        Returns:
        the value of field 'Swconfigurationurl'.
      • getVersion

        public String getVersion()
        Returns the value of field 'version'.
        Returns:
        the value of field 'Version'.
      • iterateInventoryElement2RP

        public Iterator<InventoryElement2RP> iterateInventoryElement2RP()
        Method iterateInventoryElement2RP.
        Returns:
        an Iterator over all possible elements in this collection
      • removeAllInventoryElement2RP

        public void removeAllInventoryElement2RP()
      • removeInventoryElement2RP

        public boolean removeInventoryElement2RP​(InventoryElement2RP vInventoryElement2RP)
        Method removeInventoryElement2RP.
        Parameters:
        vInventoryElement2RP -
        Returns:
        true if the object was removed from the collection.
      • removeInventoryElement2RPAt

        public InventoryElement2RP removeInventoryElement2RPAt​(int index)
        Method removeInventoryElement2RPAt.
        Parameters:
        index -
        Returns:
        the element removed from the collection
      • setComment

        public void setComment​(String comment)
        Sets the value of field 'comment'.
        Parameters:
        comment - the value of field 'comment'.
      • setConfigurationurl

        public void setConfigurationurl​(String configurationurl)
        Sets the value of field 'configurationurl'.
        Parameters:
        configurationurl - the value of field 'configurationurl'.
      • setCreationdate

        public void setCreationdate​(Date creationdate)
        Sets the value of field 'creationdate'.
        Parameters:
        creationdate - the value of field 'creationdate'.
      • setDevicename

        public void setDevicename​(String devicename)
        Sets the value of field 'devicename'.
        Parameters:
        devicename - the value of field 'devicename'.
      • setGroupname

        public void setGroupname​(String groupname)
        Sets the value of field 'groupname'.
        Parameters:
        groupname - the value of field 'groupname'.
      • setInventoryElement2RP

        public void setInventoryElement2RP​(InventoryElement2RP[] vInventoryElement2RPArray)
        Parameters:
        vInventoryElement2RPArray -
      • setInventoryElement2RP

        public void setInventoryElement2RP​(List<InventoryElement2RP> vInventoryElement2RPList)
        Sets the value of 'inventoryElement2RPList' by copying the given Vector. All elements will be checked for type safety.
        Parameters:
        vInventoryElement2RPList - the Vector to copy.
      • setInventoryElement2RPCollection

        public void setInventoryElement2RPCollection​(List<InventoryElement2RP> inventoryElement2RPList)
        Deprecated.
        Sets the value of 'inventoryElement2RPList' by setting it to the given Vector. No type checking is performed.
        Parameters:
        inventoryElement2RPList - the Vector to set.
      • setStatus

        public void setStatus​(String status)
        Sets the value of field 'status'.
        Parameters:
        status - the value of field 'status'.
      • setSwconfigurationurl

        public void setSwconfigurationurl​(String swconfigurationurl)
        Sets the value of field 'swconfigurationurl'.
        Parameters:
        swconfigurationurl - the value of field 'swconfigurationurl'.
      • setVersion

        public void setVersion​(String version)
        Sets the value of field 'version'.
        Parameters:
        version - the value of field 'version'.
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object