Class WmiCollection

  • All Implemented Interfaces:
    java.io.Serializable

    public class WmiCollection
    extends java.lang.Object
    implements java.io.Serializable

    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/wmi-datacollection}rrd"/>
             <element ref="{http://xmlns.opennms.org/xsd/config/wmi-datacollection}wpms"/>
           </sequence>
           <attribute name="name" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
         </restriction>
       </complexContent>
     </complexType>
     
    See Also:
    Serialized Form
    • Field Detail

      • m_rrd

        protected Rrd m_rrd
      • m_wpms

        protected java.util.List<Wpm> m_wpms
      • m_name

        protected java.lang.String m_name
    • Constructor Detail

      • WmiCollection

        public WmiCollection()
    • Method Detail

      • getRrd

        public Rrd getRrd()
      • setRrd

        public void setRrd​(Rrd rrd)
      • getWpms

        public java.util.List<Wpm> getWpms()
      • setWpms

        public void setWpms​(java.util.List<Wpm> wpms)
      • addWpm

        public void addWpm​(Wpm wpm)
      • removeWpm

        public boolean removeWpm​(Wpm wpm)
      • getName

        public java.lang.String getName()
      • setName

        public void setName​(java.lang.String name)
      • equals

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

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