Class Attrib

  • All Implemented Interfaces:
    Serializable

    public class Attrib
    extends Object
    implements 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 String m_alias
      • m_matchGroup

        protected int m_matchGroup
    • Constructor Detail

      • Attrib

        public Attrib()
    • Method Detail

      • getAlias

        public String getAlias()
      • setAlias

        public void setAlias​(String value)
      • getMatchGroup

        public int getMatchGroup()
      • setMatchGroup

        public void setMatchGroup​(int value)
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object