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