Class PresetCVType
- 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>
-
-
Constructor Summary
Constructors Constructor Description PresetCVType()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object that)IntegergetIndexHigh()Gets the value of the indexHigh property.IntegergetIndexLow()Gets the value of the indexLow property.intgetNumber()Gets 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.StringtoString()PresetCVTypewithIndexHigh(Integer value)PresetCVTypewithIndexLow(Integer value)PresetCVTypewithNumber(int value)PresetCVTypewithValue(short value)
-
-
-
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 isInteger
-
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 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.
-
withNumber
public PresetCVType withNumber(int value)
-
withIndexHigh
public PresetCVType withIndexHigh(Integer value)
-
withIndexLow
public PresetCVType withIndexLow(Integer value)
-
withValue
public PresetCVType withValue(short value)
-
-