public static class Instance.Fleet.VehicleProfile.Trailers extends Object
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType>
<simpleContent>
<extension base="<http://www.w3.org/2001/XMLSchema>positiveInteger">
<attribute name="type" use="required" type="{http://www.w3.org/2001/XMLSchema}positiveInteger" />
</extension>
</simpleContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected BigInteger |
type |
protected BigInteger |
value |
| Constructor and Description |
|---|
Trailers() |
| Modifier and Type | Method and Description |
|---|---|
BigInteger |
getType()
Gets the value of the type property.
|
BigInteger |
getValue()
Gets the value of the value property.
|
void |
setType(BigInteger value)
Sets the value of the type property.
|
void |
setValue(BigInteger value)
Sets the value of the value property.
|
protected BigInteger value
protected BigInteger type
public BigInteger getValue()
BigIntegerpublic void setValue(BigInteger value)
value - allowed object is
BigIntegerpublic BigInteger getType()
BigIntegerpublic void setType(BigInteger value)
value - allowed object is
BigIntegerCopyright © 2014 VRP-REP. All rights reserved.