Class Attrib


  • public class Attrib
    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">
           <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>
     
    • Field Summary

      Fields 
      Modifier and Type Field Description
      protected java.lang.String alias  
      protected java.lang.String maxval  
      protected java.lang.String minval  
      protected java.lang.String name  
      protected AttributeType type  
    • Constructor Summary

      Constructors 
      Constructor Description
      Attrib()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      boolean equals​(java.lang.Object other)  
      java.lang.String getAlias()
      Gets the value of the alias property.
      java.lang.String getMaxval()
      Gets the value of the maxval property.
      java.lang.String getMinval()
      Gets the value of the minval property.
      java.lang.String getName()
      Gets the value of the name property.
      AttributeType getType()  
      int hashCode()  
      void setAlias​(java.lang.String value)
      Sets the value of the alias property.
      void setMaxval​(java.lang.String value)
      Sets the value of the maxval property.
      void setMinval​(java.lang.String value)
      Sets the value of the minval property.
      void setName​(java.lang.String value)
      Sets the value of the name property.
      void setType​(AttributeType type)  
      • Methods inherited from class java.lang.Object

        clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • name

        protected java.lang.String name
      • alias

        protected java.lang.String alias
      • maxval

        protected java.lang.String maxval
      • minval

        protected java.lang.String minval
    • Constructor Detail

      • Attrib

        public Attrib()
    • Method Detail

      • 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
      • getAlias

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

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

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

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

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

        public void setMinval​(java.lang.String value)
        Sets the value of the minval property.
        Parameters:
        value - allowed object is String
      • 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