Class GroupOfVehiclesInvolved
- java.lang.Object
-
- eu.datex2.siri21.schema._2_0rc1._2_0.GroupOfVehiclesInvolved
-
- All Implemented Interfaces:
Serializable
public class GroupOfVehiclesInvolved extends Object implements Serializable
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_0RC1/2_0}NonNegativeInteger" minOccurs="0"/> <element name="vehicleStatus" type="{http://datex2.eu/schema/2_0RC1/2_0}VehicleStatusEnum" minOccurs="0"/> <element name="vehicleCharacteristics" type="{http://datex2.eu/schema/2_0RC1/2_0}VehicleCharacteristics" minOccurs="0"/> <element name="groupOfVehiclesInvolvedExtension" type="{http://datex2.eu/schema/2_0RC1/2_0}ExtensionType" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description protected ExtensionTypegroupOfVehiclesInvolvedExtensionprotected BigIntegernumberOfVehiclesprotected VehicleCharacteristicsvehicleCharacteristicsprotected VehicleStatusEnumvehicleStatus
-
Constructor Summary
Constructors Constructor Description GroupOfVehiclesInvolved()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ExtensionTypegetGroupOfVehiclesInvolvedExtension()Gets the value of the groupOfVehiclesInvolvedExtension property.BigIntegergetNumberOfVehicles()Gets the value of the numberOfVehicles property.VehicleCharacteristicsgetVehicleCharacteristics()Gets the value of the vehicleCharacteristics property.VehicleStatusEnumgetVehicleStatus()Gets the value of the vehicleStatus property.voidsetGroupOfVehiclesInvolvedExtension(ExtensionType value)Sets the value of the groupOfVehiclesInvolvedExtension property.voidsetNumberOfVehicles(BigInteger value)Sets the value of the numberOfVehicles property.voidsetVehicleCharacteristics(VehicleCharacteristics value)Sets the value of the vehicleCharacteristics property.voidsetVehicleStatus(VehicleStatusEnum value)Sets the value of the vehicleStatus property.
-
-
-
Field Detail
-
numberOfVehicles
protected BigInteger numberOfVehicles
-
vehicleStatus
protected VehicleStatusEnum vehicleStatus
-
vehicleCharacteristics
protected VehicleCharacteristics vehicleCharacteristics
-
groupOfVehiclesInvolvedExtension
protected ExtensionType groupOfVehiclesInvolvedExtension
-
-
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
-
getVehicleCharacteristics
public VehicleCharacteristics getVehicleCharacteristics()
Gets the value of the vehicleCharacteristics property.- Returns:
- possible object is
VehicleCharacteristics
-
setVehicleCharacteristics
public void setVehicleCharacteristics(VehicleCharacteristics value)
Sets the value of the vehicleCharacteristics property.- Parameters:
value- allowed object isVehicleCharacteristics
-
getGroupOfVehiclesInvolvedExtension
public ExtensionType getGroupOfVehiclesInvolvedExtension()
Gets the value of the groupOfVehiclesInvolvedExtension property.- Returns:
- possible object is
ExtensionType
-
setGroupOfVehiclesInvolvedExtension
public void setGroupOfVehiclesInvolvedExtension(ExtensionType value)
Sets the value of the groupOfVehiclesInvolvedExtension property.- Parameters:
value- allowed object isExtensionType
-
-