Class EnvironmentalObstruction
- java.lang.Object
-
- eu.datex2.siri20.schema._2_0rc1._2_0.SituationRecord
-
- eu.datex2.siri20.schema._2_0rc1._2_0.TrafficElement
-
- eu.datex2.siri20.schema._2_0rc1._2_0.Obstruction
-
- eu.datex2.siri20.schema._2_0rc1._2_0.EnvironmentalObstruction
-
- All Implemented Interfaces:
Serializable
public class EnvironmentalObstruction extends Obstruction implements Serializable
Java class for EnvironmentalObstruction complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="EnvironmentalObstruction"> <complexContent> <extension base="{http://datex2.eu/schema/2_0RC1/2_0}Obstruction"> <sequence> <element name="depth" type="{http://datex2.eu/schema/2_0RC1/2_0}MetresAsFloat" minOccurs="0"/> <element name="environmentalObstructionType" type="{http://datex2.eu/schema/2_0RC1/2_0}EnvironmentalObstructionTypeEnum"/> <element name="environmentalObstructionExtension" type="{http://datex2.eu/schema/2_0RC1/2_0}ExtensionType" minOccurs="0"/> </sequence> </extension> </complexContent> </complexType>- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description protected Floatdepthprotected ExtensionTypeenvironmentalObstructionExtensionprotected EnvironmentalObstructionTypeEnumenvironmentalObstructionType-
Fields inherited from class eu.datex2.siri20.schema._2_0rc1._2_0.Obstruction
mobilityOfObstruction, numberOfObstructions, obstructionExtension
-
Fields inherited from class eu.datex2.siri20.schema._2_0rc1._2_0.TrafficElement
trafficElementExtension
-
Fields inherited from class eu.datex2.siri20.schema._2_0rc1._2_0.SituationRecord
cause, confidentialityOverride, generalPublicComments, groupOfLocations, id, impact, management, nonGeneralPublicComments, probabilityOfOccurrence, situationRecordCreationReference, situationRecordCreationTime, situationRecordExtension, situationRecordFirstSupplierVersionTime, situationRecordObservationTime, situationRecordVersion, situationRecordVersionTime, source, urlLinks, validity
-
-
Constructor Summary
Constructors Constructor Description EnvironmentalObstruction()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description FloatgetDepth()Gets the value of the depth property.ExtensionTypegetEnvironmentalObstructionExtension()Gets the value of the environmentalObstructionExtension property.EnvironmentalObstructionTypeEnumgetEnvironmentalObstructionType()Gets the value of the environmentalObstructionType property.voidsetDepth(Float value)Sets the value of the depth property.voidsetEnvironmentalObstructionExtension(ExtensionType value)Sets the value of the environmentalObstructionExtension property.voidsetEnvironmentalObstructionType(EnvironmentalObstructionTypeEnum value)Sets the value of the environmentalObstructionType property.-
Methods inherited from class eu.datex2.siri20.schema._2_0rc1._2_0.Obstruction
getMobilityOfObstruction, getNumberOfObstructions, getObstructionExtension, setMobilityOfObstruction, setNumberOfObstructions, setObstructionExtension
-
Methods inherited from class eu.datex2.siri20.schema._2_0rc1._2_0.TrafficElement
getTrafficElementExtension, setTrafficElementExtension
-
Methods inherited from class eu.datex2.siri20.schema._2_0rc1._2_0.SituationRecord
getCause, getConfidentialityOverride, getGeneralPublicComments, getGroupOfLocations, getId, getImpact, getManagement, getNonGeneralPublicComments, getProbabilityOfOccurrence, getSituationRecordCreationReference, getSituationRecordCreationTime, getSituationRecordExtension, getSituationRecordFirstSupplierVersionTime, getSituationRecordObservationTime, getSituationRecordVersion, getSituationRecordVersionTime, getSource, getUrlLinks, getValidity, setCause, setConfidentialityOverride, setGroupOfLocations, setId, setImpact, setManagement, setProbabilityOfOccurrence, setSituationRecordCreationReference, setSituationRecordCreationTime, setSituationRecordExtension, setSituationRecordFirstSupplierVersionTime, setSituationRecordObservationTime, setSituationRecordVersion, setSituationRecordVersionTime, setSource, setValidity
-
-
-
-
Field Detail
-
depth
protected Float depth
-
environmentalObstructionType
protected EnvironmentalObstructionTypeEnum environmentalObstructionType
-
environmentalObstructionExtension
protected ExtensionType environmentalObstructionExtension
-
-
Method Detail
-
getDepth
public Float getDepth()
Gets the value of the depth property.- Returns:
- possible object is
Float
-
setDepth
public void setDepth(Float value)
Sets the value of the depth property.- Parameters:
value- allowed object isFloat
-
getEnvironmentalObstructionType
public EnvironmentalObstructionTypeEnum getEnvironmentalObstructionType()
Gets the value of the environmentalObstructionType property.- Returns:
- possible object is
EnvironmentalObstructionTypeEnum
-
setEnvironmentalObstructionType
public void setEnvironmentalObstructionType(EnvironmentalObstructionTypeEnum value)
Sets the value of the environmentalObstructionType property.- Parameters:
value- allowed object isEnvironmentalObstructionTypeEnum
-
getEnvironmentalObstructionExtension
public ExtensionType getEnvironmentalObstructionExtension()
Gets the value of the environmentalObstructionExtension property.- Returns:
- possible object is
ExtensionType
-
setEnvironmentalObstructionExtension
public void setEnvironmentalObstructionExtension(ExtensionType value)
Sets the value of the environmentalObstructionExtension property.- Parameters:
value- allowed object isExtensionType
-
-