Class Group


  • public class Group
    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}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> attrib  
      protected java.lang.String dialect  
      protected java.lang.String filter  
      protected java.lang.String name  
      protected java.lang.String resourceType  
      protected java.lang.String resourceUri  
    • Constructor Summary

      Constructors 
      Constructor Description
      Group()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void addAttrib​(Attrib attr)  
      boolean equals​(java.lang.Object obj)  
      java.util.List<Attrib> getAttrib()
      Gets the value of the attrib property.
      java.lang.String getDialect()
      Gets the value of the dialect property.
      java.lang.String getFilter()
      Gets the value of the filter property.
      java.lang.String getName()
      Gets the value of the name property.
      java.lang.String getResourceType()
      Gets the value of the resourceType property.
      java.lang.String getResourceUri()
      Gets the value of the resourceUri property.
      int hashCode()  
      void setDialect​(java.lang.String value)
      Sets the value of the dialect property.
      void setFilter​(java.lang.String value)
      Sets the value of the filter property.
      void setName​(java.lang.String value)
      Sets the value of the name property.
      void setResourceType​(java.lang.String value)
      Sets the value of the resourceType property.
      void setResourceUri​(java.lang.String value)
      Sets the value of the resourceUri property.
      • Methods inherited from class java.lang.Object

        clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
    • 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
    • Constructor Detail

      • Group

        public Group()
    • 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 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

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