Package org.opennms.netmgt.config.wsman
Class Group
- java.lang.Object
-
- org.opennms.netmgt.config.wsman.Group
-
public class Group 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/wsman-datacollection}attrib" maxOccurs="unbounded"/> </sequence> <attribute name="name" use="required" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="resource-uri" use="required" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="dialect" type="{http://www.w3.org/2001/XMLSchema}string" default="http://schemas.dmtf.org/wbem/cql/1/dsp0202.pdf" /> <attribute name="filter" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="resource-type" use="required" type="{http://www.w3.org/2001/XMLSchema}string" /> </restriction> </complexContent> </complexType>
-
-
Field Summary
Fields Modifier and Type Field Description protected java.util.List<Attrib>attribprotected java.lang.Stringdialectprotected java.lang.Stringfilterprotected java.lang.Stringnameprotected java.lang.StringresourceTypeprotected java.lang.StringresourceUri
-
Constructor Summary
Constructors Constructor Description Group()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidaddAttrib(Attrib attr)booleanequals(java.lang.Object obj)java.util.List<Attrib>getAttrib()Gets the value of the attrib property.java.lang.StringgetDialect()Gets the value of the dialect property.java.lang.StringgetFilter()Gets the value of the filter property.java.lang.StringgetName()Gets the value of the name property.java.lang.StringgetResourceType()Gets the value of the resourceType property.java.lang.StringgetResourceUri()Gets the value of the resourceUri property.inthashCode()voidsetDialect(java.lang.String value)Sets the value of the dialect property.voidsetFilter(java.lang.String value)Sets the value of the filter property.voidsetName(java.lang.String value)Sets the value of the name property.voidsetResourceType(java.lang.String value)Sets the value of the resourceType property.voidsetResourceUri(java.lang.String value)Sets the value of the resourceUri property.
-
-
-
Field Detail
-
attrib
protected java.util.List<Attrib> attrib
-
name
protected java.lang.String name
-
resourceUri
protected java.lang.String resourceUri
-
dialect
protected java.lang.String dialect
-
filter
protected java.lang.String filter
-
resourceType
protected java.lang.String resourceType
-
-
Method Detail
-
getAttrib
public java.util.List<Attrib> getAttrib()
Gets the value of the attrib property.This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a
setmethod for the attrib property.For example, to add a new item, do as follows:
getAttrib().add(newItem);Objects of the following type(s) are allowed in the list
Attrib
-
addAttrib
public void addAttrib(Attrib attr)
-
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
-
getResourceUri
public java.lang.String getResourceUri()
Gets the value of the resourceUri property.- Returns:
- possible object is
String
-
setResourceUri
public void setResourceUri(java.lang.String value)
Sets the value of the resourceUri property.- Parameters:
value- allowed object isString
-
getDialect
public java.lang.String getDialect()
Gets the value of the dialect property.- Returns:
- possible object is
String
-
setDialect
public void setDialect(java.lang.String value)
Sets the value of the dialect property.- Parameters:
value- allowed object isString
-
getFilter
public java.lang.String getFilter()
Gets the value of the filter property.- Returns:
- possible object is
String
-
setFilter
public void setFilter(java.lang.String value)
Sets the value of the filter property.- Parameters:
value- allowed object isString
-
getResourceType
public java.lang.String getResourceType()
Gets the value of the resourceType property.- Returns:
- possible object is
String
-
setResourceType
public void setResourceType(java.lang.String value)
Sets the value of the resourceType property.- Parameters:
value- allowed object isString
-
hashCode
public int hashCode()
- Overrides:
hashCodein classjava.lang.Object
-
equals
public boolean equals(java.lang.Object obj)
- Overrides:
equalsin classjava.lang.Object
-
-