Class Collection


  • public class Collection
    extends java.lang.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>
     
    • Field Detail

      • rrd

        protected Rrd rrd
      • includeSystemDefinition

        protected java.util.List<java.lang.String> includeSystemDefinition
      • name

        protected java.lang.String name
    • Constructor Detail

      • Collection

        public Collection()
    • Method Detail

      • getRrd

        public Rrd getRrd()
        Gets the value of the rrd property.
        Returns:
        possible object is Rrd
      • setRrd

        public void setRrd​(Rrd value)
        Sets the value of the rrd property.
        Parameters:
        value - allowed object is Rrd
      • getIncludeSystemDefinition

        public java.util.List<java.lang.String> getIncludeSystemDefinition()
        Gets the value of the includeSystemDefinition 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 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

      • 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 is String
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class java.lang.Object
      • equals

        public boolean equals​(java.lang.Object obj)
        Overrides:
        equals in class java.lang.Object