public class ParkingSpace extends Object
Java class for _ParkingSpace complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="_ParkingSpace">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="parkingSpaceBasics" type="{http://datex2.eu/schema/2/2_0}ParkingSpaceBasics"/>
</sequence>
<attribute name="parkingSpaceIndex" use="required" type="{http://www.w3.org/2001/XMLSchema}int" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected ParkingSpaceBasics |
parkingSpaceBasics |
protected int |
parkingSpaceIndex |
| Constructor and Description |
|---|
ParkingSpace() |
| Modifier and Type | Method and Description |
|---|---|
ParkingSpaceBasics |
getParkingSpaceBasics()
Gets the value of the parkingSpaceBasics property.
|
int |
getParkingSpaceIndex()
Gets the value of the parkingSpaceIndex property.
|
void |
setParkingSpaceBasics(ParkingSpaceBasics value)
Sets the value of the parkingSpaceBasics property.
|
void |
setParkingSpaceIndex(int value)
Sets the value of the parkingSpaceIndex property.
|
protected ParkingSpaceBasics parkingSpaceBasics
protected int parkingSpaceIndex
public ParkingSpaceBasics getParkingSpaceBasics()
ParkingSpaceBasicspublic void setParkingSpaceBasics(ParkingSpaceBasics value)
value - allowed object is
ParkingSpaceBasicspublic int getParkingSpaceIndex()
public void setParkingSpaceIndex(int value)
Copyright © 2014–2015 Centrum dopravního výzkumu, v.v.i.. All rights reserved.