public class WmiCollection 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}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>
 | Modifier and Type | Field and Description | 
|---|---|
protected String | 
m_name  | 
protected Rrd | 
m_rrd  | 
protected List<Wpm> | 
m_wpms  | 
| Constructor and Description | 
|---|
WmiCollection()  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
addWpm(Wpm wpm)  | 
boolean | 
equals(Object obj)  | 
String | 
getName()  | 
Rrd | 
getRrd()  | 
List<Wpm> | 
getWpms()  | 
int | 
hashCode()  | 
boolean | 
removeWpm(Wpm wpm)  | 
void | 
setName(String name)  | 
void | 
setRrd(Rrd rrd)  | 
void | 
setWpms(List<Wpm> wpms)  | 
Copyright © 2021. All rights reserved.