public class ParkingVMS extends Object
Java class for ParkingVMS complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ParkingVMS">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="vmsUnitUsedToManageParking" type="{http://datex2.eu/schema/2/2_0}_VmsUnitRecordVersionedReference"/>
<element name="vmsOperator" type="{http://datex2.eu/schema/2/2_0}Contact" maxOccurs="unbounded" minOccurs="0"/>
<element name="parkingVMSExtension" type="{http://datex2.eu/schema/2/2_0}_ExtensionType" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected ExtensionType |
parkingVMSExtension |
protected List<Contact> |
vmsOperator |
protected VmsUnitRecordVersionedReference |
vmsUnitUsedToManageParking |
| Constructor and Description |
|---|
ParkingVMS() |
| Modifier and Type | Method and Description |
|---|---|
ExtensionType |
getParkingVMSExtension()
Gets the value of the parkingVMSExtension property.
|
List<Contact> |
getVmsOperator()
Gets the value of the vmsOperator property.
|
VmsUnitRecordVersionedReference |
getVmsUnitUsedToManageParking()
Gets the value of the vmsUnitUsedToManageParking property.
|
void |
setParkingVMSExtension(ExtensionType value)
Sets the value of the parkingVMSExtension property.
|
void |
setVmsUnitUsedToManageParking(VmsUnitRecordVersionedReference value)
Sets the value of the vmsUnitUsedToManageParking property.
|
protected VmsUnitRecordVersionedReference vmsUnitUsedToManageParking
protected ExtensionType parkingVMSExtension
public VmsUnitRecordVersionedReference getVmsUnitUsedToManageParking()
VmsUnitRecordVersionedReferencepublic void setVmsUnitUsedToManageParking(VmsUnitRecordVersionedReference value)
value - allowed object is
VmsUnitRecordVersionedReferencepublic List<Contact> getVmsOperator()
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 vmsOperator property.
For example, to add a new item, do as follows:
getVmsOperator().add(newItem);
Objects of the following type(s) are allowed in the list
Contact
public ExtensionType getParkingVMSExtension()
ExtensionTypepublic void setParkingVMSExtension(ExtensionType value)
value - allowed object is
ExtensionTypeCopyright © 2014–2015 Centrum dopravního výzkumu, v.v.i.. All rights reserved.