Class PresetCVType


  • public class PresetCVType
    extends Object
    <p>Java class for PresetCVType complex type. <p>The following schema fragment specifies the expected content contained within this class. <pre> &lt;complexType name="PresetCVType"&gt; &lt;complexContent&gt; &lt;restriction base="{http://www.w3.org/2001/XMLSchema}anyType"&gt; &lt;attribute name="number" use="required" type="{http://www.w3.org/2001/XMLSchema}unsignedShort" /&gt; &lt;attribute name="indexHigh" type="{http://www.w3.org/2001/XMLSchema}unsignedShort" /&gt; &lt;attribute name="indexLow" type="{http://www.w3.org/2001/XMLSchema}unsignedShort" /&gt; &lt;attribute name="value" use="required" type="{http://www.w3.org/2001/XMLSchema}unsignedByte" /&gt; &lt;/restriction&gt; &lt;/complexContent&gt; &lt;/complexType&gt; </pre>
    • 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)