Class MaintenanceVehicles
- java.lang.Object
-
- eu.datex2.siri21.schema._2_0rc1._2_0.MaintenanceVehicles
-
- All Implemented Interfaces:
Serializable
public class MaintenanceVehicles extends Object implements Serializable
Java class for MaintenanceVehicles complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="MaintenanceVehicles"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="numberOfMaintenanceVehicles" type="{http://datex2.eu/schema/2_0RC1/2_0}NonNegativeInteger" minOccurs="0"/> <element name="maintenanceVehicleActions" type="{http://datex2.eu/schema/2_0RC1/2_0}MaintenanceVehicleActionsEnum" maxOccurs="unbounded" minOccurs="0"/> <element name="maintenanceVehiclesExtension" 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 List<MaintenanceVehicleActionsEnum>maintenanceVehicleActionsprotected ExtensionTypemaintenanceVehiclesExtensionprotected BigIntegernumberOfMaintenanceVehicles
-
Constructor Summary
Constructors Constructor Description MaintenanceVehicles()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<MaintenanceVehicleActionsEnum>getMaintenanceVehicleActions()Gets the value of the maintenanceVehicleActions property.ExtensionTypegetMaintenanceVehiclesExtension()Gets the value of the maintenanceVehiclesExtension property.BigIntegergetNumberOfMaintenanceVehicles()Gets the value of the numberOfMaintenanceVehicles property.voidsetMaintenanceVehiclesExtension(ExtensionType value)Sets the value of the maintenanceVehiclesExtension property.voidsetNumberOfMaintenanceVehicles(BigInteger value)Sets the value of the numberOfMaintenanceVehicles property.
-
-
-
Field Detail
-
numberOfMaintenanceVehicles
protected BigInteger numberOfMaintenanceVehicles
-
maintenanceVehicleActions
protected List<MaintenanceVehicleActionsEnum> maintenanceVehicleActions
-
maintenanceVehiclesExtension
protected ExtensionType maintenanceVehiclesExtension
-
-
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
-
getMaintenanceVehiclesExtension
public ExtensionType getMaintenanceVehiclesExtension()
Gets the value of the maintenanceVehiclesExtension property.- Returns:
- possible object is
ExtensionType
-
setMaintenanceVehiclesExtension
public void setMaintenanceVehiclesExtension(ExtensionType value)
Sets the value of the maintenanceVehiclesExtension property.- Parameters:
value- allowed object isExtensionType
-
-