Class VehiclesInvolved
- java.lang.Object
-
- eu.datex2.siri14.schema._1_0._1_0.VehiclesInvolved
-
- All Implemented Interfaces:
Serializable
public class VehiclesInvolved extends Object implements Serializable
Overview of the vehicles involved.Java class for VehiclesInvolved complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="VehiclesInvolved"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="numberOfVehicles" type="{http://datex2.eu/schema/1_0/1_0}NonNegativeInteger" minOccurs="0"/> <element name="vehicleStatus" type="{http://datex2.eu/schema/1_0/1_0}VehicleStatusEnum" minOccurs="0"/> <element name="vehicleType" type="{http://datex2.eu/schema/1_0/1_0}VehicleTypeEnum" minOccurs="0"/> <element name="vehicleUsage" type="{http://datex2.eu/schema/1_0/1_0}VehicleUsageEnum" minOccurs="0"/> <element name="vehiclesInvolvedExtension" type="{http://datex2.eu/schema/1_0/1_0}ExtensionType" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description protected BigIntegernumberOfVehiclesprotected ExtensionTypevehiclesInvolvedExtensionprotected VehicleStatusEnumvehicleStatusprotected VehicleTypeEnumvehicleTypeprotected VehicleUsageEnumvehicleUsage
-
Constructor Summary
Constructors Constructor Description VehiclesInvolved()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description BigIntegergetNumberOfVehicles()Gets the value of the numberOfVehicles property.ExtensionTypegetVehiclesInvolvedExtension()Gets the value of the vehiclesInvolvedExtension property.VehicleStatusEnumgetVehicleStatus()Gets the value of the vehicleStatus property.VehicleTypeEnumgetVehicleType()Gets the value of the vehicleType property.VehicleUsageEnumgetVehicleUsage()Gets the value of the vehicleUsage property.voidsetNumberOfVehicles(BigInteger value)Sets the value of the numberOfVehicles property.voidsetVehiclesInvolvedExtension(ExtensionType value)Sets the value of the vehiclesInvolvedExtension property.voidsetVehicleStatus(VehicleStatusEnum value)Sets the value of the vehicleStatus property.voidsetVehicleType(VehicleTypeEnum value)Sets the value of the vehicleType property.voidsetVehicleUsage(VehicleUsageEnum value)Sets the value of the vehicleUsage property.
-
-
-
Field Detail
-
numberOfVehicles
protected BigInteger numberOfVehicles
-
vehicleStatus
protected VehicleStatusEnum vehicleStatus
-
vehicleType
protected VehicleTypeEnum vehicleType
-
vehicleUsage
protected VehicleUsageEnum vehicleUsage
-
vehiclesInvolvedExtension
protected ExtensionType vehiclesInvolvedExtension
-
-
Method Detail
-
getNumberOfVehicles
public BigInteger getNumberOfVehicles()
Gets the value of the numberOfVehicles property.- Returns:
- possible object is
BigInteger
-
setNumberOfVehicles
public void setNumberOfVehicles(BigInteger value)
Sets the value of the numberOfVehicles property.- Parameters:
value- allowed object isBigInteger
-
getVehicleStatus
public VehicleStatusEnum getVehicleStatus()
Gets the value of the vehicleStatus property.- Returns:
- possible object is
VehicleStatusEnum
-
setVehicleStatus
public void setVehicleStatus(VehicleStatusEnum value)
Sets the value of the vehicleStatus property.- Parameters:
value- allowed object isVehicleStatusEnum
-
getVehicleType
public VehicleTypeEnum getVehicleType()
Gets the value of the vehicleType property.- Returns:
- possible object is
VehicleTypeEnum
-
setVehicleType
public void setVehicleType(VehicleTypeEnum value)
Sets the value of the vehicleType property.- Parameters:
value- allowed object isVehicleTypeEnum
-
getVehicleUsage
public VehicleUsageEnum getVehicleUsage()
Gets the value of the vehicleUsage property.- Returns:
- possible object is
VehicleUsageEnum
-
setVehicleUsage
public void setVehicleUsage(VehicleUsageEnum value)
Sets the value of the vehicleUsage property.- Parameters:
value- allowed object isVehicleUsageEnum
-
getVehiclesInvolvedExtension
public ExtensionType getVehiclesInvolvedExtension()
Gets the value of the vehiclesInvolvedExtension property.- Returns:
- possible object is
ExtensionType
-
setVehiclesInvolvedExtension
public void setVehiclesInvolvedExtension(ExtensionType value)
Sets the value of the vehiclesInvolvedExtension property.- Parameters:
value- allowed object isExtensionType
-
-