Class 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
    • Constructor Detail

      • VehiclesInvolved

        public VehiclesInvolved()
    • 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 is BigInteger
      • setVehicleStatus

        public void setVehicleStatus​(VehicleStatusEnum value)
        Sets the value of the vehicleStatus property.
        Parameters:
        value - allowed object is VehicleStatusEnum
      • setVehicleType

        public void setVehicleType​(VehicleTypeEnum value)
        Sets the value of the vehicleType property.
        Parameters:
        value - allowed object is VehicleTypeEnum
      • setVehicleUsage

        public void setVehicleUsage​(VehicleUsageEnum value)
        Sets the value of the vehicleUsage property.
        Parameters:
        value - allowed object is VehicleUsageEnum
      • 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 is ExtensionType