public class MaintenanceVehicles extends Object
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/2_0}NonNegativeInteger" minOccurs="0"/>
<element name="maintenanceVehicleActions" type="{http://datex2.eu/schema/2/2_0}MaintenanceVehicleActionsEnum" maxOccurs="unbounded" minOccurs="0"/>
<element name="maintenanceVehiclesExtension" type="{http://datex2.eu/schema/2/2_0}_ExtensionType" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected List<MaintenanceVehicleActionsEnum> |
maintenanceVehicleActions |
protected ExtensionType |
maintenanceVehiclesExtension |
protected Long |
numberOfMaintenanceVehicles |
| Constructor and Description |
|---|
MaintenanceVehicles() |
| Modifier and Type | Method and Description |
|---|---|
List<MaintenanceVehicleActionsEnum> |
getMaintenanceVehicleActions()
Gets the value of the maintenanceVehicleActions property.
|
ExtensionType |
getMaintenanceVehiclesExtension()
Gets the value of the maintenanceVehiclesExtension property.
|
Long |
getNumberOfMaintenanceVehicles()
Gets the value of the numberOfMaintenanceVehicles property.
|
void |
setMaintenanceVehiclesExtension(ExtensionType value)
Sets the value of the maintenanceVehiclesExtension property.
|
void |
setNumberOfMaintenanceVehicles(Long value)
Sets the value of the numberOfMaintenanceVehicles property.
|
protected Long numberOfMaintenanceVehicles
protected List<MaintenanceVehicleActionsEnum> maintenanceVehicleActions
protected ExtensionType maintenanceVehiclesExtension
public Long getNumberOfMaintenanceVehicles()
Stringpublic void setNumberOfMaintenanceVehicles(Long value)
value - allowed object is
Stringpublic List<MaintenanceVehicleActionsEnum> getMaintenanceVehicleActions()
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 JAXB 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
public ExtensionType getMaintenanceVehiclesExtension()
ExtensionTypepublic void setMaintenanceVehiclesExtension(ExtensionType value)
value - allowed object is
ExtensionTypeCopyright © 2014–2015 Centrum dopravního výzkumu, v.v.i.. All rights reserved.