Class PresetCVType
java.lang.Object
org.bidib.jbidibc.decoder.schema.decoderfirmware.PresetCVType
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 Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanGets the value of the indexHigh property.Gets the value of the indexLow property.intGets the value of the number property.shortgetValue()Gets the value of the value property.inthashCode()voidsetIndexHigh(Integer value) Sets the value of the indexHigh property.voidsetIndexLow(Integer value) Sets the value of the indexLow property.voidsetNumber(int value) Sets the value of the number property.voidsetValue(short value) Sets the value of the value property.toString()withIndexHigh(Integer value) withIndexLow(Integer value) withNumber(int value) withValue(short value)
-
Field Details
-
number
protected int number -
indexHigh
-
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
Gets the value of the indexHigh property.- Returns:
- possible object is
Integer
-
setIndexHigh
Sets the value of the indexHigh property.- Parameters:
value- allowed object isInteger
-
getIndexLow
Gets the value of the indexLow property.- Returns:
- possible object is
Integer
-
setIndexLow
Sets the value of the indexLow property.- Parameters:
value- allowed object isInteger
-
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
-
equals
-
hashCode
public int hashCode() -
withNumber
-
withIndexHigh
-
withIndexLow
-
withValue
-