public class VehicleObstruction extends Obstruction
Java class for VehicleObstruction complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="VehicleObstruction">
<complexContent>
<extension base="{http://datex2.eu/schema/2/2_0}Obstruction">
<sequence>
<element name="vehicleObstructionType" type="{http://datex2.eu/schema/2/2_0}VehicleObstructionTypeEnum"/>
<element name="obstructingVehicle" type="{http://datex2.eu/schema/2/2_0}Vehicle" maxOccurs="unbounded" minOccurs="0"/>
<element name="vehicleObstructionExtension" type="{http://datex2.eu/schema/2/2_0}_ExtensionType" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected List<Vehicle> |
obstructingVehicle |
protected ExtensionType |
vehicleObstructionExtension |
protected VehicleObstructionTypeEnum |
vehicleObstructionType |
mobilityOfObstruction, numberOfObstructions, obstructionExtensiontrafficElementExtensioncause, confidentialityOverride, generalPublicComment, groupOfLocations, id, impact, management, nonGeneralPublicComment, probabilityOfOccurrence, severity, situationRecordCreationReference, situationRecordCreationTime, situationRecordExtension, situationRecordFirstSupplierVersionTime, situationRecordObservationTime, situationRecordVersionTime, source, urlLink, validity, version| Constructor and Description |
|---|
VehicleObstruction() |
| Modifier and Type | Method and Description |
|---|---|
List<Vehicle> |
getObstructingVehicle()
Gets the value of the obstructingVehicle property.
|
ExtensionType |
getVehicleObstructionExtension()
Gets the value of the vehicleObstructionExtension property.
|
VehicleObstructionTypeEnum |
getVehicleObstructionType()
Gets the value of the vehicleObstructionType property.
|
void |
setVehicleObstructionExtension(ExtensionType value)
Sets the value of the vehicleObstructionExtension property.
|
void |
setVehicleObstructionType(VehicleObstructionTypeEnum value)
Sets the value of the vehicleObstructionType property.
|
getMobilityOfObstruction, getNumberOfObstructions, getObstructionExtension, setMobilityOfObstruction, setNumberOfObstructions, setObstructionExtensiongetTrafficElementExtension, setTrafficElementExtensiongetCause, getConfidentialityOverride, getGeneralPublicComment, getGroupOfLocations, getId, getImpact, getManagement, getNonGeneralPublicComment, getProbabilityOfOccurrence, getSeverity, getSituationRecordCreationReference, getSituationRecordCreationTime, getSituationRecordExtension, getSituationRecordFirstSupplierVersionTime, getSituationRecordObservationTime, getSituationRecordVersionTime, getSource, getUrlLink, getValidity, getVersion, setCause, setConfidentialityOverride, setGroupOfLocations, setId, setImpact, setManagement, setProbabilityOfOccurrence, setSeverity, setSituationRecordCreationReference, setSituationRecordCreationTime, setSituationRecordExtension, setSituationRecordFirstSupplierVersionTime, setSituationRecordObservationTime, setSituationRecordVersionTime, setSource, setValidity, setVersionprotected VehicleObstructionTypeEnum vehicleObstructionType
protected ExtensionType vehicleObstructionExtension
public VehicleObstructionTypeEnum getVehicleObstructionType()
VehicleObstructionTypeEnumpublic void setVehicleObstructionType(VehicleObstructionTypeEnum value)
value - allowed object is
VehicleObstructionTypeEnumpublic List<Vehicle> getObstructingVehicle()
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 obstructingVehicle property.
For example, to add a new item, do as follows:
getObstructingVehicle().add(newItem);
Objects of the following type(s) are allowed in the list
Vehicle
public ExtensionType getVehicleObstructionExtension()
ExtensionTypepublic void setVehicleObstructionExtension(ExtensionType value)
value - allowed object is
ExtensionTypeCopyright © 2014–2015 Centrum dopravního výzkumu, v.v.i.. All rights reserved.