public class ParkingThresholds extends Object
Java class for ParkingThresholds complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ParkingThresholds">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="almostFullDecreasing" type="{http://datex2.eu/schema/2/2_0}NonNegativeInteger" minOccurs="0"/>
<element name="almostFullIncreasing" type="{http://datex2.eu/schema/2/2_0}NonNegativeInteger" minOccurs="0"/>
<element name="entranceFull" type="{http://datex2.eu/schema/2/2_0}NonNegativeInteger" minOccurs="0"/>
<element name="fullDecreasing" type="{http://datex2.eu/schema/2/2_0}NonNegativeInteger" minOccurs="0"/>
<element name="fullIncreasing" type="{http://datex2.eu/schema/2/2_0}NonNegativeInteger" minOccurs="0"/>
<element name="overcrowding" type="{http://datex2.eu/schema/2/2_0}NonNegativeInteger" minOccurs="0"/>
<element name="overcrowdingLevel1" type="{http://datex2.eu/schema/2/2_0}NonNegativeInteger" minOccurs="0"/>
<element name="overcrowdingLevel2" type="{http://datex2.eu/schema/2/2_0}NonNegativeInteger" minOccurs="0"/>
<element name="parkingLastMaximumOccupancy" type="{http://datex2.eu/schema/2/2_0}NonNegativeInteger" minOccurs="0"/>
<element name="parkingStatusColourMapping" type="{http://datex2.eu/schema/2/2_0}ParkingStatusColourMapping" maxOccurs="unbounded" minOccurs="0"/>
<element name="parkingThresholdsExtension" type="{http://datex2.eu/schema/2/2_0}_ExtensionType" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected Long |
almostFullDecreasing |
protected Long |
almostFullIncreasing |
protected Long |
entranceFull |
protected Long |
fullDecreasing |
protected Long |
fullIncreasing |
protected Long |
overcrowding |
protected Long |
overcrowdingLevel1 |
protected Long |
overcrowdingLevel2 |
protected Long |
parkingLastMaximumOccupancy |
protected List<ParkingStatusColourMapping> |
parkingStatusColourMapping |
protected ExtensionType |
parkingThresholdsExtension |
| Constructor and Description |
|---|
ParkingThresholds() |
| Modifier and Type | Method and Description |
|---|---|
Long |
getAlmostFullDecreasing()
Gets the value of the almostFullDecreasing property.
|
Long |
getAlmostFullIncreasing()
Gets the value of the almostFullIncreasing property.
|
Long |
getEntranceFull()
Gets the value of the entranceFull property.
|
Long |
getFullDecreasing()
Gets the value of the fullDecreasing property.
|
Long |
getFullIncreasing()
Gets the value of the fullIncreasing property.
|
Long |
getOvercrowding()
Gets the value of the overcrowding property.
|
Long |
getOvercrowdingLevel1()
Gets the value of the overcrowdingLevel1 property.
|
Long |
getOvercrowdingLevel2()
Gets the value of the overcrowdingLevel2 property.
|
Long |
getParkingLastMaximumOccupancy()
Gets the value of the parkingLastMaximumOccupancy property.
|
List<ParkingStatusColourMapping> |
getParkingStatusColourMapping()
Gets the value of the parkingStatusColourMapping property.
|
ExtensionType |
getParkingThresholdsExtension()
Gets the value of the parkingThresholdsExtension property.
|
void |
setAlmostFullDecreasing(Long value)
Sets the value of the almostFullDecreasing property.
|
void |
setAlmostFullIncreasing(Long value)
Sets the value of the almostFullIncreasing property.
|
void |
setEntranceFull(Long value)
Sets the value of the entranceFull property.
|
void |
setFullDecreasing(Long value)
Sets the value of the fullDecreasing property.
|
void |
setFullIncreasing(Long value)
Sets the value of the fullIncreasing property.
|
void |
setOvercrowding(Long value)
Sets the value of the overcrowding property.
|
void |
setOvercrowdingLevel1(Long value)
Sets the value of the overcrowdingLevel1 property.
|
void |
setOvercrowdingLevel2(Long value)
Sets the value of the overcrowdingLevel2 property.
|
void |
setParkingLastMaximumOccupancy(Long value)
Sets the value of the parkingLastMaximumOccupancy property.
|
void |
setParkingThresholdsExtension(ExtensionType value)
Sets the value of the parkingThresholdsExtension property.
|
protected Long almostFullDecreasing
protected Long almostFullIncreasing
protected Long entranceFull
protected Long fullDecreasing
protected Long fullIncreasing
protected Long overcrowding
protected Long overcrowdingLevel1
protected Long overcrowdingLevel2
protected Long parkingLastMaximumOccupancy
protected List<ParkingStatusColourMapping> parkingStatusColourMapping
protected ExtensionType parkingThresholdsExtension
public Long getAlmostFullDecreasing()
Stringpublic void setAlmostFullDecreasing(Long value)
value - allowed object is
Stringpublic Long getAlmostFullIncreasing()
Stringpublic void setAlmostFullIncreasing(Long value)
value - allowed object is
Stringpublic Long getEntranceFull()
Stringpublic void setEntranceFull(Long value)
value - allowed object is
Stringpublic Long getFullDecreasing()
Stringpublic void setFullDecreasing(Long value)
value - allowed object is
Stringpublic Long getFullIncreasing()
Stringpublic void setFullIncreasing(Long value)
value - allowed object is
Stringpublic Long getOvercrowding()
Stringpublic void setOvercrowding(Long value)
value - allowed object is
Stringpublic Long getOvercrowdingLevel1()
Stringpublic void setOvercrowdingLevel1(Long value)
value - allowed object is
Stringpublic Long getOvercrowdingLevel2()
Stringpublic void setOvercrowdingLevel2(Long value)
value - allowed object is
Stringpublic Long getParkingLastMaximumOccupancy()
Stringpublic void setParkingLastMaximumOccupancy(Long value)
value - allowed object is
Stringpublic List<ParkingStatusColourMapping> getParkingStatusColourMapping()
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 parkingStatusColourMapping property.
For example, to add a new item, do as follows:
getParkingStatusColourMapping().add(newItem);
Objects of the following type(s) are allowed in the list
ParkingStatusColourMapping
public ExtensionType getParkingThresholdsExtension()
ExtensionTypepublic void setParkingThresholdsExtension(ExtensionType value)
value - allowed object is
ExtensionTypeCopyright © 2014–2015 Centrum dopravního výzkumu, v.v.i.. All rights reserved.