public class CvType extends Object
Java class for CvType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CvType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<attribute name="number" use="required" type="{http://www.w3.org/2001/XMLSchema}unsignedInt" />
<attribute name="value" use="required" type="{http://www.w3.org/2001/XMLSchema}unsignedByte" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected long |
number |
protected short |
value |
| Constructor and Description |
|---|
CvType() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object that) |
long |
getNumber()
Gets the value of the number property.
|
short |
getValue()
Gets the value of the value property.
|
int |
hashCode() |
void |
setNumber(long value)
Sets the value of the number property.
|
void |
setValue(short value)
Sets the value of the value property.
|
String |
toString() |
CvType |
withNumber(long value) |
CvType |
withValue(short value) |
public long getNumber()
public void setNumber(long value)
public short getValue()
public void setValue(short value)
public CvType withNumber(long value)
public CvType withValue(short value)
Copyright © 2018. All rights reserved.