public class ImpactExtended
extends java.lang.Object
Java-Klasse für ImpactExtended complex type.
Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.
<complexType name="ImpactExtended"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="lanesRestricted" type="{http://datex2.eu/schema/2/2_0}Boolean" minOccurs="0"/> <element name="closedLanes" type="{http://datex2.eu/schema/2/2_0}LaneEnum" maxOccurs="unbounded" minOccurs="0"/> <element name="hardShoulderStatus" type="{http://datex2.eu/schema/2/2_0}HardShoulderStatusEnum" minOccurs="0"/> <element name="laneStatusCoded" type="{http://datex2.eu/schema/2/2_0}String"/> <element name="residualHeight" type="{http://datex2.eu/schema/2/2_0}MetresAsFloat" minOccurs="0"/> <element name="laneRestriction" type="{http://datex2.eu/schema/2/2_0}LaneRestriction" maxOccurs="unbounded" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected java.util.List<LaneEnum> |
closedLanes |
protected HardShoulderStatusEnum |
hardShoulderStatus |
protected java.util.List<LaneRestriction> |
laneRestriction |
protected java.lang.Boolean |
lanesRestricted |
protected java.lang.String |
laneStatusCoded |
protected java.lang.Float |
residualHeight |
Constructor and Description |
---|
ImpactExtended() |
Modifier and Type | Method and Description |
---|---|
java.util.List<LaneEnum> |
getClosedLanes()
Gets the value of the closedLanes property.
|
HardShoulderStatusEnum |
getHardShoulderStatus()
Ruft den Wert der hardShoulderStatus-Eigenschaft ab.
|
java.util.List<LaneRestriction> |
getLaneRestriction()
Gets the value of the laneRestriction property.
|
java.lang.String |
getLaneStatusCoded()
Ruft den Wert der laneStatusCoded-Eigenschaft ab.
|
java.lang.Float |
getResidualHeight()
Ruft den Wert der residualHeight-Eigenschaft ab.
|
java.lang.Boolean |
isLanesRestricted()
Ruft den Wert der lanesRestricted-Eigenschaft ab.
|
void |
setHardShoulderStatus(HardShoulderStatusEnum value)
Legt den Wert der hardShoulderStatus-Eigenschaft fest.
|
void |
setLanesRestricted(java.lang.Boolean value)
Legt den Wert der lanesRestricted-Eigenschaft fest.
|
void |
setLaneStatusCoded(java.lang.String value)
Legt den Wert der laneStatusCoded-Eigenschaft fest.
|
void |
setResidualHeight(java.lang.Float value)
Legt den Wert der residualHeight-Eigenschaft fest.
|
protected java.lang.Boolean lanesRestricted
protected java.util.List<LaneEnum> closedLanes
protected HardShoulderStatusEnum hardShoulderStatus
protected java.lang.String laneStatusCoded
protected java.lang.Float residualHeight
protected java.util.List<LaneRestriction> laneRestriction
public java.lang.Boolean isLanesRestricted()
Boolean
public void setLanesRestricted(java.lang.Boolean value)
value
- allowed object is
Boolean
public java.util.List<LaneEnum> getClosedLanes()
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 closedLanes property.
For example, to add a new item, do as follows:
getClosedLanes().add(newItem);
Objects of the following type(s) are allowed in the list
LaneEnum
public HardShoulderStatusEnum getHardShoulderStatus()
HardShoulderStatusEnum
public void setHardShoulderStatus(HardShoulderStatusEnum value)
value
- allowed object is
HardShoulderStatusEnum
public java.lang.String getLaneStatusCoded()
String
public void setLaneStatusCoded(java.lang.String value)
value
- allowed object is
String
public java.lang.Float getResidualHeight()
Float
public void setResidualHeight(java.lang.Float value)
value
- allowed object is
Float
public java.util.List<LaneRestriction> getLaneRestriction()
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 laneRestriction property.
For example, to add a new item, do as follows:
getLaneRestriction().add(newItem);
Objects of the following type(s) are allowed in the list
LaneRestriction