public class Impact extends Object
Java class for Impact complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Impact">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="capacityRemaining" type="{http://datex2.eu/schema/2/2_0}Percentage" minOccurs="0"/>
<element name="numberOfLanesRestricted" type="{http://datex2.eu/schema/2/2_0}NonNegativeInteger" minOccurs="0"/>
<element name="numberOfOperationalLanes" type="{http://datex2.eu/schema/2/2_0}NonNegativeInteger" minOccurs="0"/>
<element name="originalNumberOfLanes" type="{http://datex2.eu/schema/2/2_0}NonNegativeInteger" minOccurs="0"/>
<element name="residualRoadWidth" type="{http://datex2.eu/schema/2/2_0}MetresAsFloat" minOccurs="0"/>
<element name="trafficConstrictionType" type="{http://datex2.eu/schema/2/2_0}TrafficConstrictionTypeEnum" minOccurs="0"/>
<element name="delays" type="{http://datex2.eu/schema/2/2_0}Delays" minOccurs="0"/>
<element name="impactExtension" type="{http://datex2.eu/schema/2/2_0}_ExtensionType" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected Float |
capacityRemaining |
protected Delays |
delays |
protected ExtensionType |
impactExtension |
protected Long |
numberOfLanesRestricted |
protected Long |
numberOfOperationalLanes |
protected Long |
originalNumberOfLanes |
protected Float |
residualRoadWidth |
protected TrafficConstrictionTypeEnum |
trafficConstrictionType |
| Constructor and Description |
|---|
Impact() |
| Modifier and Type | Method and Description |
|---|---|
Float |
getCapacityRemaining()
Gets the value of the capacityRemaining property.
|
Delays |
getDelays()
Gets the value of the delays property.
|
ExtensionType |
getImpactExtension()
Gets the value of the impactExtension property.
|
Long |
getNumberOfLanesRestricted()
Gets the value of the numberOfLanesRestricted property.
|
Long |
getNumberOfOperationalLanes()
Gets the value of the numberOfOperationalLanes property.
|
Long |
getOriginalNumberOfLanes()
Gets the value of the originalNumberOfLanes property.
|
Float |
getResidualRoadWidth()
Gets the value of the residualRoadWidth property.
|
TrafficConstrictionTypeEnum |
getTrafficConstrictionType()
Gets the value of the trafficConstrictionType property.
|
void |
setCapacityRemaining(Float value)
Sets the value of the capacityRemaining property.
|
void |
setDelays(Delays value)
Sets the value of the delays property.
|
void |
setImpactExtension(ExtensionType value)
Sets the value of the impactExtension property.
|
void |
setNumberOfLanesRestricted(Long value)
Sets the value of the numberOfLanesRestricted property.
|
void |
setNumberOfOperationalLanes(Long value)
Sets the value of the numberOfOperationalLanes property.
|
void |
setOriginalNumberOfLanes(Long value)
Sets the value of the originalNumberOfLanes property.
|
void |
setResidualRoadWidth(Float value)
Sets the value of the residualRoadWidth property.
|
void |
setTrafficConstrictionType(TrafficConstrictionTypeEnum value)
Sets the value of the trafficConstrictionType property.
|
protected Float capacityRemaining
protected Long numberOfLanesRestricted
protected Long numberOfOperationalLanes
protected Long originalNumberOfLanes
protected Float residualRoadWidth
protected TrafficConstrictionTypeEnum trafficConstrictionType
protected Delays delays
protected ExtensionType impactExtension
public Float getCapacityRemaining()
Floatpublic void setCapacityRemaining(Float value)
value - allowed object is
Floatpublic Long getNumberOfLanesRestricted()
Stringpublic void setNumberOfLanesRestricted(Long value)
value - allowed object is
Stringpublic Long getNumberOfOperationalLanes()
Stringpublic void setNumberOfOperationalLanes(Long value)
value - allowed object is
Stringpublic Long getOriginalNumberOfLanes()
Stringpublic void setOriginalNumberOfLanes(Long value)
value - allowed object is
Stringpublic Float getResidualRoadWidth()
Floatpublic void setResidualRoadWidth(Float value)
value - allowed object is
Floatpublic TrafficConstrictionTypeEnum getTrafficConstrictionType()
TrafficConstrictionTypeEnumpublic void setTrafficConstrictionType(TrafficConstrictionTypeEnum value)
value - allowed object is
TrafficConstrictionTypeEnumpublic Delays getDelays()
Delayspublic void setDelays(Delays value)
value - allowed object is
Delayspublic ExtensionType getImpactExtension()
ExtensionTypepublic void setImpactExtension(ExtensionType value)
value - allowed object is
ExtensionTypeCopyright © 2014–2015 Centrum dopravního výzkumu, v.v.i.. All rights reserved.