public class ParkingVehicle extends Object
Java class for ParkingVehicle complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ParkingVehicle">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="parkingRecordReference" type="{http://datex2.eu/schema/2/2_0}_ParkingRecordVersionedReference"/>
<element name="parkingSpaceReference" type="{http://datex2.eu/schema/2/2_0}IndexReference" minOccurs="0"/>
<element name="groupOfParkingSpacesReference" type="{http://datex2.eu/schema/2/2_0}IndexReference" maxOccurs="unbounded" minOccurs="0"/>
<element name="parkingPermit" type="{http://datex2.eu/schema/2/2_0}ParkingPermit" maxOccurs="unbounded" minOccurs="0"/>
<element name="vehicle" type="{http://datex2.eu/schema/2/2_0}Vehicle"/>
<element name="individualCharge" type="{http://datex2.eu/schema/2/2_0}IndividualCharge" minOccurs="0"/>
<element name="parkingPeriod" type="{http://datex2.eu/schema/2/2_0}OverallPeriod" minOccurs="0"/>
<element name="parkingVehicleExtension" type="{http://datex2.eu/schema/2/2_0}_ExtensionType" minOccurs="0"/>
</sequence>
<attribute name="id" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="version" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected List<String> |
groupOfParkingSpacesReference |
protected String |
id |
protected IndividualCharge |
individualCharge |
protected OverallPeriod |
parkingPeriod |
protected List<ParkingPermit> |
parkingPermit |
protected ParkingRecordVersionedReference |
parkingRecordReference |
protected String |
parkingSpaceReference |
protected ExtensionType |
parkingVehicleExtension |
protected Vehicle |
vehicle |
protected String |
version |
| Constructor and Description |
|---|
ParkingVehicle() |
| Modifier and Type | Method and Description |
|---|---|
List<String> |
getGroupOfParkingSpacesReference()
Gets the value of the groupOfParkingSpacesReference property.
|
String |
getId()
Gets the value of the id property.
|
IndividualCharge |
getIndividualCharge()
Gets the value of the individualCharge property.
|
OverallPeriod |
getParkingPeriod()
Gets the value of the parkingPeriod property.
|
List<ParkingPermit> |
getParkingPermit()
Gets the value of the parkingPermit property.
|
ParkingRecordVersionedReference |
getParkingRecordReference()
Gets the value of the parkingRecordReference property.
|
String |
getParkingSpaceReference()
Gets the value of the parkingSpaceReference property.
|
ExtensionType |
getParkingVehicleExtension()
Gets the value of the parkingVehicleExtension property.
|
Vehicle |
getVehicle()
Gets the value of the vehicle property.
|
String |
getVersion()
Gets the value of the version property.
|
void |
setId(String value)
Sets the value of the id property.
|
void |
setIndividualCharge(IndividualCharge value)
Sets the value of the individualCharge property.
|
void |
setParkingPeriod(OverallPeriod value)
Sets the value of the parkingPeriod property.
|
void |
setParkingRecordReference(ParkingRecordVersionedReference value)
Sets the value of the parkingRecordReference property.
|
void |
setParkingSpaceReference(String value)
Sets the value of the parkingSpaceReference property.
|
void |
setParkingVehicleExtension(ExtensionType value)
Sets the value of the parkingVehicleExtension property.
|
void |
setVehicle(Vehicle value)
Sets the value of the vehicle property.
|
void |
setVersion(String value)
Sets the value of the version property.
|
protected ParkingRecordVersionedReference parkingRecordReference
protected String parkingSpaceReference
protected List<ParkingPermit> parkingPermit
protected Vehicle vehicle
protected IndividualCharge individualCharge
protected OverallPeriod parkingPeriod
protected ExtensionType parkingVehicleExtension
protected String id
protected String version
public ParkingRecordVersionedReference getParkingRecordReference()
ParkingRecordVersionedReferencepublic void setParkingRecordReference(ParkingRecordVersionedReference value)
value - allowed object is
ParkingRecordVersionedReferencepublic String getParkingSpaceReference()
Stringpublic void setParkingSpaceReference(String value)
value - allowed object is
Stringpublic List<String> getGroupOfParkingSpacesReference()
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 groupOfParkingSpacesReference property.
For example, to add a new item, do as follows:
getGroupOfParkingSpacesReference().add(newItem);
Objects of the following type(s) are allowed in the list
String
public List<ParkingPermit> getParkingPermit()
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 parkingPermit property.
For example, to add a new item, do as follows:
getParkingPermit().add(newItem);
Objects of the following type(s) are allowed in the list
ParkingPermit
public Vehicle getVehicle()
Vehiclepublic void setVehicle(Vehicle value)
value - allowed object is
Vehiclepublic IndividualCharge getIndividualCharge()
IndividualChargepublic void setIndividualCharge(IndividualCharge value)
value - allowed object is
IndividualChargepublic OverallPeriod getParkingPeriod()
OverallPeriodpublic void setParkingPeriod(OverallPeriod value)
value - allowed object is
OverallPeriodpublic ExtensionType getParkingVehicleExtension()
ExtensionTypepublic void setParkingVehicleExtension(ExtensionType value)
value - allowed object is
ExtensionTypepublic void setId(String value)
value - allowed object is
Stringpublic String getVersion()
StringCopyright © 2014–2015 Centrum dopravního výzkumu, v.v.i.. All rights reserved.