public static class Instance.Drivers.DriverProfile.Skill extends Object
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<attribute name="id" use="required" type="{http://www.w3.org/2001/XMLSchema}integer" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected BigInteger |
id |
| Constructor and Description |
|---|
Skill() |
| Modifier and Type | Method and Description |
|---|---|
BigInteger |
getId()
Gets the value of the id property.
|
void |
setId(BigInteger value)
Sets the value of the id property.
|
protected BigInteger id
public BigInteger getId()
BigIntegerpublic void setId(BigInteger value)
value - allowed object is
BigIntegerCopyright © 2014 VRP-REP. All rights reserved.