java.lang.Object
org.bidib.jbidibc.decoder.schema.decoderfirmware.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 Details

    • number

      protected int number
    • indexHigh

      protected Integer indexHigh
    • indexLow

      protected Integer indexLow
    • value

      protected short value
  • Constructor Details

    • PresetCVType

      public PresetCVType()
  • Method Details

    • 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.
    • toString

      public String toString()
      Overrides:
      toString in class Object
    • equals

      public boolean equals(Object that)
      Overrides:
      equals in class Object
    • hashCode

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

      public PresetCVType withNumber(int value)
    • withIndexHigh

      public PresetCVType withIndexHigh(Integer value)
    • withIndexLow

      public PresetCVType withIndexLow(Integer value)
    • withValue

      public PresetCVType withValue(short value)