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

      • GroupOfVehiclesInvolved

        public GroupOfVehiclesInvolved()
    • 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
      • 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 is ExtensionType