Class PresetCVType


  • public class PresetCVType
    extends Object

    Java class for PresetCVType complex type.

    The following schema fragment specifies the expected content contained within this class.

     <complexType name="PresetCVType">
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <attribute name="number" use="required" type="{http://www.w3.org/2001/XMLSchema}unsignedShort" />
           <attribute name="indexHigh" type="{http://www.w3.org/2001/XMLSchema}unsignedShort" />
           <attribute name="indexLow" type="{http://www.w3.org/2001/XMLSchema}unsignedShort" />
           <attribute name="value" use="required" type="{http://www.w3.org/2001/XMLSchema}unsignedByte" />
         </restriction>
       </complexContent>
     </complexType>
     
    • Field Detail

      • number

        protected int number
      • indexHigh

        protected Integer indexHigh
      • indexLow

        protected Integer indexLow
      • value

        protected short value
    • Constructor Detail

      • PresetCVType

        public PresetCVType()
    • Method Detail

      • getNumber

        public int getNumber()
        Gets the value of the number property.
      • setNumber

        public void setNumber​(int value)
        Sets the value of the number property.
      • getIndexHigh

        public Integer getIndexHigh()
        Gets the value of the indexHigh property.
        Returns:
        possible object is Integer
      • setIndexHigh

        public void setIndexHigh​(Integer value)
        Sets the value of the indexHigh property.
        Parameters:
        value - allowed object is Integer
      • getIndexLow

        public Integer getIndexLow()
        Gets the value of the indexLow property.
        Returns:
        possible object is Integer
      • setIndexLow

        public void setIndexLow​(Integer value)
        Sets the value of the indexLow property.
        Parameters:
        value - allowed object is Integer
      • getValue

        public short getValue()
        Gets the value of the value property.
      • setValue

        public void setValue​(short value)
        Sets the value of the value property.
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object
      • withNumber

        public PresetCVType withNumber​(int value)
      • withValue

        public PresetCVType withValue​(short value)