Class AssociatedMaintenanceVehicles
- java.lang.Object
-
- eu.datex2.siri13.schema._1_0._1_0.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
-
-
Field Summary
Fields Modifier and Type Field Description protected ExtensionTypeassociatedMaintenanceVehiclesExtensionprotected List<MaintenanceVehicleActionsEnum>maintenanceVehicleActionsprotected BigIntegernumberOfMaintenanceVehicles
-
Constructor Summary
Constructors Constructor Description AssociatedMaintenanceVehicles()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ExtensionTypegetAssociatedMaintenanceVehiclesExtension()Gets the value of the associatedMaintenanceVehiclesExtension property.List<MaintenanceVehicleActionsEnum>getMaintenanceVehicleActions()Gets the value of the maintenanceVehicleActions property.BigIntegergetNumberOfMaintenanceVehicles()Gets the value of the numberOfMaintenanceVehicles property.voidsetAssociatedMaintenanceVehiclesExtension(ExtensionType value)Sets the value of the associatedMaintenanceVehiclesExtension property.voidsetNumberOfMaintenanceVehicles(BigInteger value)Sets the value of the numberOfMaintenanceVehicles property.
-
-
-
Field Detail
-
numberOfMaintenanceVehicles
protected BigInteger numberOfMaintenanceVehicles
-
maintenanceVehicleActions
protected List<MaintenanceVehicleActionsEnum> maintenanceVehicleActions
-
associatedMaintenanceVehiclesExtension
protected ExtensionType associatedMaintenanceVehiclesExtension
-
-
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 isBigInteger
-
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
setmethod 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 isExtensionType
-
-