public class ParkingOccupancy extends Object
Java class for ParkingOccupancy complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ParkingOccupancy">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="parkingNumberOfSpacesOverride" type="{http://datex2.eu/schema/2/2_0}NonNegativeInteger" minOccurs="0"/>
<element name="parkingNumberOfVacantSpaces" type="{http://datex2.eu/schema/2/2_0}NonNegativeInteger" minOccurs="0"/>
<element name="parkingNumberOfVacantSpacesLowerThan" type="{http://datex2.eu/schema/2/2_0}NonNegativeInteger" minOccurs="0"/>
<element name="parkingNumberOfVacantSpacesHigherThan" type="{http://datex2.eu/schema/2/2_0}NonNegativeInteger" minOccurs="0"/>
<element name="parkingNumberOfVacantSpacesGraded" type="{http://datex2.eu/schema/2/2_0}ParkingVacantSpacesEnum" minOccurs="0"/>
<element name="parkingNumberOfOccupiedSpaces" type="{http://datex2.eu/schema/2/2_0}NonNegativeInteger" minOccurs="0"/>
<element name="parkingNumberOfVehicles" type="{http://datex2.eu/schema/2/2_0}NonNegativeInteger" minOccurs="0"/>
<element name="parkingOccupancy" type="{http://datex2.eu/schema/2/2_0}Percentage" minOccurs="0"/>
<element name="parkingOccupancyGraded" type="{http://datex2.eu/schema/2/2_0}ParkingOccupancyEnum" minOccurs="0"/>
<element name="parkingOccupancyTrend" type="{http://datex2.eu/schema/2/2_0}ParkingOccupancyTrendEnum" minOccurs="0"/>
<element name="parkingNotAllowed" type="{http://datex2.eu/schema/2/2_0}Boolean" minOccurs="0"/>
<element name="vehicleCountAndRate" type="{http://datex2.eu/schema/2/2_0}VehicleCountAndRate" maxOccurs="unbounded" minOccurs="0"/>
<element name="parkingOccupancyExtension" type="{http://datex2.eu/schema/2/2_0}_ExtensionType" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected Boolean |
parkingNotAllowed |
protected Long |
parkingNumberOfOccupiedSpaces |
protected Long |
parkingNumberOfSpacesOverride |
protected Long |
parkingNumberOfVacantSpaces |
protected ParkingVacantSpacesEnum |
parkingNumberOfVacantSpacesGraded |
protected Long |
parkingNumberOfVacantSpacesHigherThan |
protected Long |
parkingNumberOfVacantSpacesLowerThan |
protected Long |
parkingNumberOfVehicles |
protected Float |
parkingOccupancy |
protected ExtensionType |
parkingOccupancyExtension |
protected ParkingOccupancyEnum |
parkingOccupancyGraded |
protected ParkingOccupancyTrendEnum |
parkingOccupancyTrend |
protected List<VehicleCountAndRate> |
vehicleCountAndRate |
| Constructor and Description |
|---|
ParkingOccupancy() |
| Modifier and Type | Method and Description |
|---|---|
Long |
getParkingNumberOfOccupiedSpaces()
Gets the value of the parkingNumberOfOccupiedSpaces property.
|
Long |
getParkingNumberOfSpacesOverride()
Gets the value of the parkingNumberOfSpacesOverride property.
|
Long |
getParkingNumberOfVacantSpaces()
Gets the value of the parkingNumberOfVacantSpaces property.
|
ParkingVacantSpacesEnum |
getParkingNumberOfVacantSpacesGraded()
Gets the value of the parkingNumberOfVacantSpacesGraded property.
|
Long |
getParkingNumberOfVacantSpacesHigherThan()
Gets the value of the parkingNumberOfVacantSpacesHigherThan property.
|
Long |
getParkingNumberOfVacantSpacesLowerThan()
Gets the value of the parkingNumberOfVacantSpacesLowerThan property.
|
Long |
getParkingNumberOfVehicles()
Gets the value of the parkingNumberOfVehicles property.
|
Float |
getParkingOccupancy()
Gets the value of the parkingOccupancy property.
|
ExtensionType |
getParkingOccupancyExtension()
Gets the value of the parkingOccupancyExtension property.
|
ParkingOccupancyEnum |
getParkingOccupancyGraded()
Gets the value of the parkingOccupancyGraded property.
|
ParkingOccupancyTrendEnum |
getParkingOccupancyTrend()
Gets the value of the parkingOccupancyTrend property.
|
List<VehicleCountAndRate> |
getVehicleCountAndRate()
Gets the value of the vehicleCountAndRate property.
|
Boolean |
isParkingNotAllowed()
Gets the value of the parkingNotAllowed property.
|
void |
setParkingNotAllowed(Boolean value)
Sets the value of the parkingNotAllowed property.
|
void |
setParkingNumberOfOccupiedSpaces(Long value)
Sets the value of the parkingNumberOfOccupiedSpaces property.
|
void |
setParkingNumberOfSpacesOverride(Long value)
Sets the value of the parkingNumberOfSpacesOverride property.
|
void |
setParkingNumberOfVacantSpaces(Long value)
Sets the value of the parkingNumberOfVacantSpaces property.
|
void |
setParkingNumberOfVacantSpacesGraded(ParkingVacantSpacesEnum value)
Sets the value of the parkingNumberOfVacantSpacesGraded property.
|
void |
setParkingNumberOfVacantSpacesHigherThan(Long value)
Sets the value of the parkingNumberOfVacantSpacesHigherThan property.
|
void |
setParkingNumberOfVacantSpacesLowerThan(Long value)
Sets the value of the parkingNumberOfVacantSpacesLowerThan property.
|
void |
setParkingNumberOfVehicles(Long value)
Sets the value of the parkingNumberOfVehicles property.
|
void |
setParkingOccupancy(Float value)
Sets the value of the parkingOccupancy property.
|
void |
setParkingOccupancyExtension(ExtensionType value)
Sets the value of the parkingOccupancyExtension property.
|
void |
setParkingOccupancyGraded(ParkingOccupancyEnum value)
Sets the value of the parkingOccupancyGraded property.
|
void |
setParkingOccupancyTrend(ParkingOccupancyTrendEnum value)
Sets the value of the parkingOccupancyTrend property.
|
protected Long parkingNumberOfSpacesOverride
protected Long parkingNumberOfVacantSpaces
protected Long parkingNumberOfVacantSpacesLowerThan
protected Long parkingNumberOfVacantSpacesHigherThan
protected ParkingVacantSpacesEnum parkingNumberOfVacantSpacesGraded
protected Long parkingNumberOfOccupiedSpaces
protected Long parkingNumberOfVehicles
protected Float parkingOccupancy
protected ParkingOccupancyEnum parkingOccupancyGraded
protected ParkingOccupancyTrendEnum parkingOccupancyTrend
protected Boolean parkingNotAllowed
protected List<VehicleCountAndRate> vehicleCountAndRate
protected ExtensionType parkingOccupancyExtension
public Long getParkingNumberOfSpacesOverride()
Stringpublic void setParkingNumberOfSpacesOverride(Long value)
value - allowed object is
Stringpublic Long getParkingNumberOfVacantSpaces()
Stringpublic void setParkingNumberOfVacantSpaces(Long value)
value - allowed object is
Stringpublic Long getParkingNumberOfVacantSpacesLowerThan()
Stringpublic void setParkingNumberOfVacantSpacesLowerThan(Long value)
value - allowed object is
Stringpublic Long getParkingNumberOfVacantSpacesHigherThan()
Stringpublic void setParkingNumberOfVacantSpacesHigherThan(Long value)
value - allowed object is
Stringpublic ParkingVacantSpacesEnum getParkingNumberOfVacantSpacesGraded()
ParkingVacantSpacesEnumpublic void setParkingNumberOfVacantSpacesGraded(ParkingVacantSpacesEnum value)
value - allowed object is
ParkingVacantSpacesEnumpublic Long getParkingNumberOfOccupiedSpaces()
Stringpublic void setParkingNumberOfOccupiedSpaces(Long value)
value - allowed object is
Stringpublic Long getParkingNumberOfVehicles()
Stringpublic void setParkingNumberOfVehicles(Long value)
value - allowed object is
Stringpublic Float getParkingOccupancy()
Floatpublic void setParkingOccupancy(Float value)
value - allowed object is
Floatpublic ParkingOccupancyEnum getParkingOccupancyGraded()
ParkingOccupancyEnumpublic void setParkingOccupancyGraded(ParkingOccupancyEnum value)
value - allowed object is
ParkingOccupancyEnumpublic ParkingOccupancyTrendEnum getParkingOccupancyTrend()
ParkingOccupancyTrendEnumpublic void setParkingOccupancyTrend(ParkingOccupancyTrendEnum value)
value - allowed object is
ParkingOccupancyTrendEnumpublic Boolean isParkingNotAllowed()
Booleanpublic void setParkingNotAllowed(Boolean value)
value - allowed object is
Booleanpublic List<VehicleCountAndRate> getVehicleCountAndRate()
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 vehicleCountAndRate property.
For example, to add a new item, do as follows:
getVehicleCountAndRate().add(newItem);
Objects of the following type(s) are allowed in the list
VehicleCountAndRate
public ExtensionType getParkingOccupancyExtension()
ExtensionTypepublic void setParkingOccupancyExtension(ExtensionType value)
value - allowed object is
ExtensionTypeCopyright © 2014–2015 Centrum dopravního výzkumu, v.v.i.. All rights reserved.