public class Impact
extends java.lang.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="trafficConstrictionType" type="{http://datex2.eu/schema/2/2_0}TrafficConstrictionTypeEnum" 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 java.lang.Float |
capacityRemaining |
protected ExtensionType |
impactExtension |
protected java.math.BigInteger |
numberOfLanesRestricted |
protected TrafficConstrictionTypeEnum |
trafficConstrictionType |
Constructor and Description |
---|
Impact() |
Modifier and Type | Method and Description |
---|---|
java.lang.Float |
getCapacityRemaining()
Gets the value of the capacityRemaining property.
|
ExtensionType |
getImpactExtension()
Gets the value of the impactExtension property.
|
java.math.BigInteger |
getNumberOfLanesRestricted()
Gets the value of the numberOfLanesRestricted property.
|
TrafficConstrictionTypeEnum |
getTrafficConstrictionType()
Gets the value of the trafficConstrictionType property.
|
void |
setCapacityRemaining(java.lang.Float value)
Sets the value of the capacityRemaining property.
|
void |
setImpactExtension(ExtensionType value)
Sets the value of the impactExtension property.
|
void |
setNumberOfLanesRestricted(java.math.BigInteger value)
Sets the value of the numberOfLanesRestricted property.
|
void |
setTrafficConstrictionType(TrafficConstrictionTypeEnum value)
Sets the value of the trafficConstrictionType property.
|
protected java.lang.Float capacityRemaining
protected java.math.BigInteger numberOfLanesRestricted
protected TrafficConstrictionTypeEnum trafficConstrictionType
protected ExtensionType impactExtension
public java.lang.Float getCapacityRemaining()
Float
public void setCapacityRemaining(java.lang.Float value)
value
- allowed object is
Float
public java.math.BigInteger getNumberOfLanesRestricted()
BigInteger
public void setNumberOfLanesRestricted(java.math.BigInteger value)
value
- allowed object is
BigInteger
public TrafficConstrictionTypeEnum getTrafficConstrictionType()
TrafficConstrictionTypeEnum
public void setTrafficConstrictionType(TrafficConstrictionTypeEnum value)
value
- allowed object is
TrafficConstrictionTypeEnum
public ExtensionType getImpactExtension()
ExtensionType
public void setImpactExtension(ExtensionType value)
value
- allowed object is
ExtensionType