Package org.opennms.netmgt.config.wmi
Class Wpm
- java.lang.Object
-
- org.opennms.netmgt.config.wmi.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 Summary
Fields Modifier and Type Field Description protected List<Attrib>
m_attribs
protected String
m_ifType
protected String
m_keyvalue
protected String
m_name
protected Integer
m_recheckInterval
protected String
m_resourceType
protected String
m_wmiClass
protected String
m_wmiNamespace
-
Constructor Summary
Constructors Constructor Description Wpm()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object obj)
List<Attrib>
getAttribs()
String
getIfType()
String
getKeyvalue()
String
getName()
Integer
getRecheckInterval()
String
getResourceType()
String
getWmiClass()
String
getWmiNamespace()
int
hashCode()
void
setAttribs(List<Attrib> attribs)
void
setIfType(String ifType)
void
setKeyvalue(String keyvalue)
void
setName(String name)
void
setRecheckInterval(Integer recheckInterval)
void
setResourceType(String resourceType)
void
setWmiClass(String wmiClass)
void
setWmiNamespace(String wmiNamespace)
-
-
-
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
-
-
Method Detail
-
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)
-
-