public class GroupOfParkingSpaces extends Object
Java class for _GroupOfParkingSpaces complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="_GroupOfParkingSpaces">
<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="groupIndex" use="required" type="{http://www.w3.org/2001/XMLSchema}int" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected int |
groupIndex |
protected ParkingSpaceBasics |
parkingSpaceBasics |
| Constructor and Description |
|---|
GroupOfParkingSpaces() |
| Modifier and Type | Method and Description |
|---|---|
int |
getGroupIndex()
Gets the value of the groupIndex property.
|
ParkingSpaceBasics |
getParkingSpaceBasics()
Gets the value of the parkingSpaceBasics property.
|
void |
setGroupIndex(int value)
Sets the value of the groupIndex property.
|
void |
setParkingSpaceBasics(ParkingSpaceBasics value)
Sets the value of the parkingSpaceBasics property.
|
protected ParkingSpaceBasics parkingSpaceBasics
protected int groupIndex
public ParkingSpaceBasics getParkingSpaceBasics()
ParkingSpaceBasicspublic void setParkingSpaceBasics(ParkingSpaceBasics value)
value - allowed object is
ParkingSpaceBasicspublic int getGroupIndex()
public void setGroupIndex(int value)
Copyright © 2014–2015 Centrum dopravního výzkumu, v.v.i.. All rights reserved.