Class Wpm

  • All Implemented Interfaces:
    Serializable

    public class Wpm
    extends Object
    implements 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}attrib" maxOccurs="unbounded" minOccurs="0"/>
           </sequence>
           <attribute name="name" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
           <attribute name="wmiClass" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
           <attribute name="keyvalue" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
           <attribute name="recheckInterval" use="required" type="{http://www.w3.org/2001/XMLSchema}int" />
           <attribute name="ifType" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
           <attribute name="resourceType" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
           <attribute name="wmiNamespace" type="{http://www.w3.org/2001/XMLSchema}string" default="root/cimv2" />
         </restriction>
       </complexContent>
     </complexType>
     
    See Also:
    Serialized Form
    • Field Detail

      • m_name

        protected String m_name
      • m_wmiClass

        protected String m_wmiClass
      • m_keyvalue

        protected String m_keyvalue
      • m_recheckInterval

        protected Integer m_recheckInterval
      • m_ifType

        protected String m_ifType
      • m_resourceType

        protected String m_resourceType
      • m_wmiNamespace

        protected String m_wmiNamespace
    • Constructor Detail

      • Wpm

        public Wpm()
    • Method Detail

      • setAttribs

        public void setAttribs​(List<Attrib> attribs)
      • getName

        public String getName()
      • setName

        public void setName​(String name)
      • getWmiClass

        public String getWmiClass()
      • setWmiClass

        public void setWmiClass​(String wmiClass)
      • getKeyvalue

        public String getKeyvalue()
      • setKeyvalue

        public void setKeyvalue​(String keyvalue)
      • getRecheckInterval

        public Integer getRecheckInterval()
      • setRecheckInterval

        public void setRecheckInterval​(Integer recheckInterval)
      • getIfType

        public String getIfType()
      • setIfType

        public void setIfType​(String ifType)
      • getResourceType

        public String getResourceType()
      • setResourceType

        public void setResourceType​(String resourceType)
      • getWmiNamespace

        public String getWmiNamespace()
      • setWmiNamespace

        public void setWmiNamespace​(String wmiNamespace)
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object