Class AssociatedMaintenanceVehicles

  • All Implemented Interfaces:
    Serializable

    public class AssociatedMaintenanceVehicles
    extends Object
    implements Serializable
    Details of the maintenance vehicles involved in the roadworks activity.#NOTES#

    Java class for AssociatedMaintenanceVehicles complex type.

    The following schema fragment specifies the expected content contained within this class.

     <complexType name="AssociatedMaintenanceVehicles">
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <sequence>
             <element name="numberOfMaintenanceVehicles" type="{http://datex2.eu/schema/1_0/1_0}NonNegativeInteger" minOccurs="0"/>
             <element name="maintenanceVehicleActions" type="{http://datex2.eu/schema/1_0/1_0}MaintenanceVehicleActionsEnum" maxOccurs="unbounded" minOccurs="0"/>
             <element name="associatedMaintenanceVehiclesExtension" type="{http://datex2.eu/schema/1_0/1_0}ExtensionType" minOccurs="0"/>
           </sequence>
         </restriction>
       </complexContent>
     </complexType>
     
    See Also:
    Serialized Form
    • Constructor Detail

      • AssociatedMaintenanceVehicles

        public AssociatedMaintenanceVehicles()
    • Method Detail

      • getNumberOfMaintenanceVehicles

        public BigInteger getNumberOfMaintenanceVehicles()
        Gets the value of the numberOfMaintenanceVehicles property.
        Returns:
        possible object is BigInteger
      • setNumberOfMaintenanceVehicles

        public void setNumberOfMaintenanceVehicles​(BigInteger value)
        Sets the value of the numberOfMaintenanceVehicles property.
        Parameters:
        value - allowed object is BigInteger
      • getMaintenanceVehicleActions

        public List<MaintenanceVehicleActionsEnum> getMaintenanceVehicleActions()
        Gets the value of the maintenanceVehicleActions property.

        This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the Jakarta XML Binding object. This is why there is not a set method for the maintenanceVehicleActions property.

        For example, to add a new item, do as follows:

            getMaintenanceVehicleActions().add(newItem);
         

        Objects of the following type(s) are allowed in the list MaintenanceVehicleActionsEnum

      • getAssociatedMaintenanceVehiclesExtension

        public ExtensionType getAssociatedMaintenanceVehiclesExtension()
        Gets the value of the associatedMaintenanceVehiclesExtension property.
        Returns:
        possible object is ExtensionType
      • setAssociatedMaintenanceVehiclesExtension

        public void setAssociatedMaintenanceVehiclesExtension​(ExtensionType value)
        Sets the value of the associatedMaintenanceVehiclesExtension property.
        Parameters:
        value - allowed object is ExtensionType