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>
Modifier and Type | Field and 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 and Description |
---|
Wpm() |
Modifier and Type | Method and 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) |
protected String m_name
protected String m_wmiClass
protected String m_keyvalue
protected Integer m_recheckInterval
protected String m_ifType
protected String m_resourceType
protected String m_wmiNamespace
public String getName()
public void setName(String name)
public String getWmiClass()
public void setWmiClass(String wmiClass)
public String getKeyvalue()
public void setKeyvalue(String keyvalue)
public Integer getRecheckInterval()
public void setRecheckInterval(Integer recheckInterval)
public String getIfType()
public void setIfType(String ifType)
public String getResourceType()
public void setResourceType(String resourceType)
public String getWmiNamespace()
public void setWmiNamespace(String wmiNamespace)
Copyright © 2021. All rights reserved.