public class GroupOfVehiclesInvolved extends Object
Java class for GroupOfVehiclesInvolved complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="GroupOfVehiclesInvolved">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="numberOfVehicles" type="{http://datex2.eu/schema/2/2_0}NonNegativeInteger" minOccurs="0"/>
<element name="vehicleStatus" type="{http://datex2.eu/schema/2/2_0}VehicleStatusEnum" minOccurs="0"/>
<element name="vehicleCharacteristics" type="{http://datex2.eu/schema/2/2_0}VehicleCharacteristics" minOccurs="0"/>
<element name="groupOfVehiclesInvolvedExtension" type="{http://datex2.eu/schema/2/2_0}_ExtensionType" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected ExtensionType |
groupOfVehiclesInvolvedExtension |
protected Long |
numberOfVehicles |
protected VehicleCharacteristics |
vehicleCharacteristics |
protected VehicleStatusEnum |
vehicleStatus |
| Constructor and Description |
|---|
GroupOfVehiclesInvolved() |
| Modifier and Type | Method and Description |
|---|---|
ExtensionType |
getGroupOfVehiclesInvolvedExtension()
Gets the value of the groupOfVehiclesInvolvedExtension property.
|
Long |
getNumberOfVehicles()
Gets the value of the numberOfVehicles property.
|
VehicleCharacteristics |
getVehicleCharacteristics()
Gets the value of the vehicleCharacteristics property.
|
VehicleStatusEnum |
getVehicleStatus()
Gets the value of the vehicleStatus property.
|
void |
setGroupOfVehiclesInvolvedExtension(ExtensionType value)
Sets the value of the groupOfVehiclesInvolvedExtension property.
|
void |
setNumberOfVehicles(Long value)
Sets the value of the numberOfVehicles property.
|
void |
setVehicleCharacteristics(VehicleCharacteristics value)
Sets the value of the vehicleCharacteristics property.
|
void |
setVehicleStatus(VehicleStatusEnum value)
Sets the value of the vehicleStatus property.
|
protected Long numberOfVehicles
protected VehicleStatusEnum vehicleStatus
protected VehicleCharacteristics vehicleCharacteristics
protected ExtensionType groupOfVehiclesInvolvedExtension
public Long getNumberOfVehicles()
Stringpublic void setNumberOfVehicles(Long value)
value - allowed object is
Stringpublic VehicleStatusEnum getVehicleStatus()
VehicleStatusEnumpublic void setVehicleStatus(VehicleStatusEnum value)
value - allowed object is
VehicleStatusEnumpublic VehicleCharacteristics getVehicleCharacteristics()
VehicleCharacteristicspublic void setVehicleCharacteristics(VehicleCharacteristics value)
value - allowed object is
VehicleCharacteristicspublic ExtensionType getGroupOfVehiclesInvolvedExtension()
ExtensionTypepublic void setGroupOfVehiclesInvolvedExtension(ExtensionType value)
value - allowed object is
ExtensionTypeCopyright © 2014–2015 Centrum dopravního výzkumu, v.v.i.. All rights reserved.