Class Attrib


  • public class Attrib
    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">
           <attribute name="name" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
           <attribute name="alias" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
           <attribute name="type" use="required">
             <simpleType>
               <restriction base="{http://www.w3.org/2001/XMLSchema}string">
                 <pattern value="([Cc](ounter|OUNTER)|[Gg](auge|AUGE))"/>
               </restriction>
             </simpleType>
           </attribute>
           <attribute name="maxval" type="{http://www.w3.org/2001/XMLSchema}string" />
           <attribute name="minval" type="{http://www.w3.org/2001/XMLSchema}string" />
         </restriction>
       </complexContent>
     </complexType>
     
    • Constructor Detail

      • Attrib

        public Attrib()
    • Method Detail

      • getName

        public String getName()
        Gets the value of the name property.
        Returns:
        possible object is String
      • setName

        public void setName​(String value)
        Sets the value of the name property.
        Parameters:
        value - allowed object is String
      • getAlias

        public String getAlias()
        Gets the value of the alias property.
        Returns:
        possible object is String
      • setAlias

        public void setAlias​(String value)
        Sets the value of the alias property.
        Parameters:
        value - allowed object is String
      • getMaxval

        public String getMaxval()
        Gets the value of the maxval property.
        Returns:
        possible object is String
      • setMaxval

        public void setMaxval​(String value)
        Sets the value of the maxval property.
        Parameters:
        value - allowed object is String
      • getMinval

        public String getMinval()
        Gets the value of the minval property.
        Returns:
        possible object is String
      • setMinval

        public void setMinval​(String value)
        Sets the value of the minval property.
        Parameters:
        value - allowed object is String
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object