Class Category

    • Constructor Detail

      • Category

        public Category()
    • Method Detail

      • deleteCatIndex

        public void deleteCatIndex()
      • deleteIpaddrCount

        public void deleteIpaddrCount()
      • deleteNodeCount

        public void deleteNodeCount()
      • deleteNormal

        public void deleteNormal()
      • deleteServiceCount

        public void deleteServiceCount()
      • deleteWarning

        public void deleteWarning()
      • enumerateCatSections

        public Enumeration<CatSections> enumerateCatSections()
        Method enumerateCatSections.
        Returns:
        an Enumeration over all possible elements of this collection
      • getCatComments

        public String getCatComments()
        Returns the value of field 'catComments'.
        Returns:
        the value of field 'CatComments'.
      • getCatIndex

        public Integer getCatIndex()
        Returns the value of field 'catIndex'.
        Returns:
        the value of field 'CatIndex'.
      • getCatName

        public String getCatName()
        Returns the value of field 'catName'.
        Returns:
        the value of field 'CatName'.
      • getCatSections

        public CatSections[] getCatSections()
        Method getCatSections.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
      • getCatSectionsCollection

        public List<CatSections> getCatSectionsCollection()
        Method getCatSectionsCollection.Returns a reference to 'catSectionsList'. No type checking is performed on any modifications to the Vector.
        Returns:
        a reference to the Vector backing this class
      • getCatSectionsCount

        public int getCatSectionsCount()
        Method getCatSectionsCount.
        Returns:
        the size of this collection
      • getIpaddrCount

        public Integer getIpaddrCount()
        Returns the value of field 'ipaddrCount'.
        Returns:
        the value of field 'IpaddrCount'.
      • getNodeCount

        public Integer getNodeCount()
        Returns the value of field 'nodeCount'.
        Returns:
        the value of field 'NodeCount'.
      • getNormal

        public Double getNormal()
        Returns the value of field 'normal'.
        Returns:
        the value of field 'Normal'.
      • getServiceCount

        public Integer getServiceCount()
        Returns the value of field 'serviceCount'.
        Returns:
        the value of field 'ServiceCount'.
      • getWarning

        public Double getWarning()
        Returns the value of field 'warning'.
        Returns:
        the value of field 'Warning'.
      • hasCatIndex

        public boolean hasCatIndex()
        Method hasCatIndex.
        Returns:
        true if at least one CatIndex has been added
      • hasIpaddrCount

        public boolean hasIpaddrCount()
        Method hasIpaddrCount.
        Returns:
        true if at least one IpaddrCount has been added
      • hasNodeCount

        public boolean hasNodeCount()
        Method hasNodeCount.
        Returns:
        true if at least one NodeCount has been added
      • hasNormal

        public boolean hasNormal()
        Method hasNormal.
        Returns:
        true if at least one Normal has been added
      • hasServiceCount

        public boolean hasServiceCount()
        Method hasServiceCount.
        Returns:
        true if at least one ServiceCount has been added
      • hasWarning

        public boolean hasWarning()
        Method hasWarning.
        Returns:
        true if at least one Warning has been added
      • iterateCatSections

        public Iterator<CatSections> iterateCatSections()
        Method iterateCatSections.
        Returns:
        an Iterator over all possible elements in this collection
      • removeAllCatSections

        public void removeAllCatSections()
      • removeCatSections

        public boolean removeCatSections​(CatSections vCatSections)
        Method removeCatSections.
        Parameters:
        vCatSections -
        Returns:
        true if the object was removed from the collection.
      • removeCatSectionsAt

        public CatSections removeCatSectionsAt​(int index)
        Method removeCatSectionsAt.
        Parameters:
        index -
        Returns:
        the element removed from the collection
      • setCatComments

        public void setCatComments​(String catComments)
        Sets the value of field 'catComments'.
        Parameters:
        catComments - the value of field 'catComments'.
      • setCatIndex

        public void setCatIndex​(Integer catIndex)
        Sets the value of field 'catIndex'.
        Parameters:
        catIndex - the value of field 'catIndex'.
      • setCatName

        public void setCatName​(String catName)
        Sets the value of field 'catName'.
        Parameters:
        catName - the value of field 'catName'.
      • setCatSections

        public void setCatSections​(CatSections[] vCatSectionsArray)
        Parameters:
        vCatSectionsArray -
      • setCatSections

        public void setCatSections​(List<CatSections> vCatSectionsList)
        Sets the value of 'catSectionsList' by copying the given Vector. All elements will be checked for type safety.
        Parameters:
        vCatSectionsList - the Vector to copy.
      • setCatSectionsCollection

        public void setCatSectionsCollection​(List<CatSections> catSectionsList)
        Deprecated.
        Sets the value of 'catSectionsList' by setting it to the given Vector. No type checking is performed.
        Parameters:
        catSectionsList - the Vector to set.
      • setIpaddrCount

        public void setIpaddrCount​(Integer ipaddrCount)
        Sets the value of field 'ipaddrCount'.
        Parameters:
        ipaddrCount - the value of field 'ipaddrCount'.
      • setNodeCount

        public void setNodeCount​(Integer nodeCount)
        Sets the value of field 'nodeCount'.
        Parameters:
        nodeCount - the value of field 'nodeCount'.
      • setNormal

        public void setNormal​(Double normal)
        Sets the value of field 'normal'.
        Parameters:
        normal - the value of field 'normal'.
      • setServiceCount

        public void setServiceCount​(Integer serviceCount)
        Sets the value of field 'serviceCount'.
        Parameters:
        serviceCount - the value of field 'serviceCount'.
      • setWarning

        public void setWarning​(Double warning)
        Sets the value of field 'warning'.
        Parameters:
        warning - the value of field 'warning'.