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>
| Modifier and Type | Field and Description |
|---|---|
protected Integer |
indexHigh |
protected Integer |
indexLow |
protected int |
number |
protected short |
value |
| Constructor and Description |
|---|
PresetCVType() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object that) |
Integer |
getIndexHigh()
Gets the value of the indexHigh property.
|
Integer |
getIndexLow()
Gets the value of the indexLow property.
|
int |
getNumber()
Gets the value of the number property.
|
short |
getValue()
Gets the value of the value property.
|
int |
hashCode() |
void |
setIndexHigh(Integer value)
Sets the value of the indexHigh property.
|
void |
setIndexLow(Integer value)
Sets the value of the indexLow property.
|
void |
setNumber(int value)
Sets the value of the number property.
|
void |
setValue(short value)
Sets the value of the value property.
|
String |
toString() |
PresetCVType |
withIndexHigh(Integer value) |
PresetCVType |
withIndexLow(Integer value) |
PresetCVType |
withNumber(int value) |
PresetCVType |
withValue(short value) |
protected int number
protected Integer indexHigh
protected Integer indexLow
protected short value
public int getNumber()
public void setNumber(int value)
public Integer getIndexHigh()
Integerpublic void setIndexHigh(Integer value)
value - allowed object is
Integerpublic Integer getIndexLow()
Integerpublic void setIndexLow(Integer value)
value - allowed object is
Integerpublic short getValue()
public void setValue(short value)
public PresetCVType withNumber(int value)
public PresetCVType withIndexHigh(Integer value)
public PresetCVType withIndexLow(Integer value)
public PresetCVType withValue(short value)
Copyright © 2021. All rights reserved.