public class Collection 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}rrd"/>
         <element name="include-all-system-definitions">
           <complexType>
             <complexContent>
               <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
               </restriction>
             </complexContent>
           </complexType>
         </element>
         <element name="include-system-definition" type="{http://www.w3.org/2001/XMLSchema}string" maxOccurs="unbounded"/>
       </sequence>
       <attribute name="name" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
     </restriction>
   </complexContent>
 </complexType>
 | Modifier and Type | Class and Description | 
|---|---|
static class  | 
Collection.IncludeAllSystemDefinitions
Java class for anonymous complex type. 
 | 
| Modifier and Type | Field and Description | 
|---|---|
protected Collection.IncludeAllSystemDefinitions | 
includeAllSystemDefinitions  | 
protected List<String> | 
includeSystemDefinition  | 
protected String | 
name  | 
protected Rrd | 
rrd  | 
| Constructor and Description | 
|---|
Collection()  | 
| Modifier and Type | Method and Description | 
|---|---|
boolean | 
equals(Object obj)  | 
Collection.IncludeAllSystemDefinitions | 
getIncludeAllSystemDefinitions()
Gets the value of the includeAllSystemDefinitions property. 
 | 
List<String> | 
getIncludeSystemDefinition()
Gets the value of the includeSystemDefinition property. 
 | 
String | 
getName()
Gets the value of the name property. 
 | 
Rrd | 
getRrd()
Gets the value of the rrd property. 
 | 
int | 
hashCode()  | 
void | 
setIncludeAllSystemDefinitions(Collection.IncludeAllSystemDefinitions value)
Sets the value of the includeAllSystemDefinitions property. 
 | 
void | 
setName(String value)
Sets the value of the name property. 
 | 
void | 
setRrd(Rrd value)
Sets the value of the rrd property. 
 | 
protected Rrd rrd
protected Collection.IncludeAllSystemDefinitions includeAllSystemDefinitions
protected String name
public void setRrd(Rrd value)
value - allowed object is
     Rrdpublic Collection.IncludeAllSystemDefinitions getIncludeAllSystemDefinitions()
Collection.IncludeAllSystemDefinitionspublic void setIncludeAllSystemDefinitions(Collection.IncludeAllSystemDefinitions value)
value - allowed object is
     Collection.IncludeAllSystemDefinitionspublic List<String> getIncludeSystemDefinition()
 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 includeSystemDefinition property.
 
 
For example, to add a new item, do as follows:
    getIncludeSystemDefinition().add(newItem);
 
 
 
 
 Objects of the following type(s) are allowed in the list
 String
public String getName()
Stringpublic void setName(String value)
value - allowed object is
     StringCopyright © 2021. All rights reserved.