Class NsclientCollection
- java.lang.Object
-
- org.opennms.netmgt.config.datacollction.nsclient.NsclientCollection
-
public class NsclientCollection extends java.lang.ObjectJava 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/nsclient-datacollection}rrd"/> <element ref="{http://xmlns.opennms.org/xsd/config/nsclient-datacollection}wpms"/> </sequence> <attribute name="name" use="required" type="{http://www.w3.org/2001/XMLSchema}string" /> </restriction> </complexContent> </complexType>
-
-
Constructor Summary
Constructors Constructor Description NsclientCollection()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(java.lang.Object other)java.lang.StringgetName()Gets the value of the name property.RrdgetRrd()Gets the value of the rrd property.WpmsgetWpms()Gets the value of the wpms property.inthashCode()voidsetName(java.lang.String value)Sets the value of the name property.voidsetRrd(Rrd value)Sets the value of the rrd property.voidsetWpms(Wpms value)Sets the value of the wpms property.
-
-
-
Method Detail
-
setRrd
public void setRrd(Rrd value)
Sets the value of the rrd property.- Parameters:
value- allowed object isRrd
-
setWpms
public void setWpms(Wpms value)
Sets the value of the wpms property.- Parameters:
value- allowed object isWpms
-
getName
public java.lang.String getName()
Gets the value of the name property.- Returns:
- possible object is
String
-
setName
public void setName(java.lang.String value)
Sets the value of the name property.- Parameters:
value- allowed object isString
-
equals
public boolean equals(java.lang.Object other)
- Overrides:
equalsin classjava.lang.Object
-
hashCode
public int hashCode()
- Overrides:
hashCodein classjava.lang.Object
-
-