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