public class Group extends Object
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/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>
Modifier and Type | Field and Description |
---|---|
protected List<Attrib> |
attrib |
protected String |
dialect |
protected String |
filter |
protected String |
name |
protected String |
resourceType |
protected String |
resourceUri |
Constructor and Description |
---|
Group() |
Modifier and Type | Method and Description |
---|---|
void |
addAttrib(Attrib attr) |
boolean |
equals(Object obj) |
List<Attrib> |
getAttrib()
Gets the value of the attrib property.
|
String |
getDialect()
Gets the value of the dialect property.
|
String |
getFilter()
Gets the value of the filter property.
|
String |
getName()
Gets the value of the name property.
|
String |
getResourceType()
Gets the value of the resourceType property.
|
String |
getResourceUri()
Gets the value of the resourceUri property.
|
int |
hashCode() |
void |
setDialect(String value)
Sets the value of the dialect property.
|
void |
setFilter(String value)
Sets the value of the filter property.
|
void |
setName(String value)
Sets the value of the name property.
|
void |
setResourceType(String value)
Sets the value of the resourceType property.
|
void |
setResourceUri(String value)
Sets the value of the resourceUri property.
|
protected String name
protected String resourceUri
protected String dialect
protected String filter
protected String resourceType
public List<Attrib> getAttrib()
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 set
method 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
public void addAttrib(Attrib attr)
public String getName()
String
public void setName(String value)
value
- allowed object is
String
public String getResourceUri()
String
public void setResourceUri(String value)
value
- allowed object is
String
public String getDialect()
String
public void setDialect(String value)
value
- allowed object is
String
public String getFilter()
String
public void setFilter(String value)
value
- allowed object is
String
public String getResourceType()
String
public void setResourceType(String value)
value
- allowed object is
String
Copyright © 2021. All rights reserved.