Class NsclientCollection


  • public class NsclientCollection
    extends java.lang.Object

    Java class for anonymous complex type.

    The following schema fragment specifies the expected content contained within this class.

     <complexType>
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <sequence>
             <element ref="{http://xmlns.opennms.org/xsd/config/nsclient-datacollection}rrd"/>
             <element ref="{http://xmlns.opennms.org/xsd/config/nsclient-datacollection}wpms"/>
           </sequence>
           <attribute name="name" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
         </restriction>
       </complexContent>
     </complexType>
     
    • Field Summary

      Fields 
      Modifier and Type Field Description
      protected java.lang.String name  
      protected Rrd rrd  
      protected Wpms wpms  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      boolean equals​(java.lang.Object other)  
      java.lang.String getName()
      Gets the value of the name property.
      Rrd getRrd()
      Gets the value of the rrd property.
      Wpms getWpms()
      Gets the value of the wpms property.
      int hashCode()  
      void setName​(java.lang.String value)
      Sets the value of the name property.
      void setRrd​(Rrd value)
      Sets the value of the rrd property.
      void setWpms​(Wpms value)
      Sets the value of the wpms property.
      • Methods inherited from class java.lang.Object

        clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • rrd

        protected Rrd rrd
      • wpms

        protected Wpms wpms
      • name

        protected java.lang.String name
    • Constructor Detail

      • NsclientCollection

        public NsclientCollection()
    • Method Detail

      • getRrd

        public Rrd getRrd()
        Gets the value of the rrd property.
        Returns:
        possible object is Rrd
      • setRrd

        public void setRrd​(Rrd value)
        Sets the value of the rrd property.
        Parameters:
        value - allowed object is Rrd
      • getWpms

        public Wpms getWpms()
        Gets the value of the wpms property.
        Returns:
        possible object is Wpms
      • setWpms

        public void setWpms​(Wpms value)
        Sets the value of the wpms property.
        Parameters:
        value - allowed object is Wpms
      • getName

        public java.lang.String getName()
        Gets the value of the name property.
        Returns:
        possible object is String
      • setName

        public void setName​(java.lang.String value)
        Sets the value of the name property.
        Parameters:
        value - allowed object is String
      • equals

        public boolean equals​(java.lang.Object other)
        Overrides:
        equals in class java.lang.Object
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class java.lang.Object