Class Attrib

  • All Implemented Interfaces:
    java.io.Serializable

    public class Attrib
    extends java.lang.Object
    implements java.io.Serializable

    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">
           <attribute name="alias" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
           <attribute name="match-group" use="required">
             <simpleType>
               <restriction base="{http://www.w3.org/2001/XMLSchema}int">
                 <minInclusive value="1"/>
               </restriction>
             </simpleType>
           </attribute>
           <attribute name="type" use="required" type="{http://xmlns.opennms.org/xsd/config/http-datacollection}allowed-types" />
         </restriction>
       </complexContent>
     </complexType>
     
    See Also:
    Serialized Form
    • Field Detail

      • m_alias

        protected java.lang.String m_alias
      • m_matchGroup

        protected int m_matchGroup
    • Constructor Detail

      • Attrib

        public Attrib()
    • Method Detail

      • getAlias

        public java.lang.String getAlias()
      • setAlias

        public void setAlias​(java.lang.String value)
      • getMatchGroup

        public int getMatchGroup()
      • setMatchGroup

        public void setMatchGroup​(int value)
      • equals

        public boolean equals​(java.lang.Object other)
        Overrides:
        equals in class java.lang.Object
      • hashCode

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