Class EtoH
- java.lang.Object
-
- eu.datex2.siri14.schema._1_0._1_0.EtoH
-
- All Implemented Interfaces:
Serializable
public abstract class EtoH extends Object implements Serializable
Enumerations alphabetically ordered between E and H.Java class for EtoH complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="EtoH"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="environmentalObstructionTypeEnum" type="{http://datex2.eu/schema/1_0/1_0}EnvironmentalObstructionTypeEnum"/> <element name="effectOnRoadLayoutEnum" type="{http://datex2.eu/schema/1_0/1_0}EffectOnRoadLayoutEnum"/> <element name="etoHExtension" type="{http://datex2.eu/schema/1_0/1_0}ExtensionType" minOccurs="0"/> <element name="fuelTypeEnum" type="{http://datex2.eu/schema/1_0/1_0}FuelTypeEnum"/> <element name="equipmentDamageTypeEnum" type="{http://datex2.eu/schema/1_0/1_0}EquipmentDamageTypeEnum"/> </sequence> </restriction> </complexContent> </complexType>- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description protected EffectOnRoadLayoutEnumeffectOnRoadLayoutEnumprotected EnvironmentalObstructionTypeEnumenvironmentalObstructionTypeEnumprotected EquipmentDamageTypeEnumequipmentDamageTypeEnumprotected ExtensionTypeetoHExtensionprotected FuelTypeEnumfuelTypeEnum
-
Constructor Summary
Constructors Constructor Description EtoH()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description EffectOnRoadLayoutEnumgetEffectOnRoadLayoutEnum()Gets the value of the effectOnRoadLayoutEnum property.EnvironmentalObstructionTypeEnumgetEnvironmentalObstructionTypeEnum()Gets the value of the environmentalObstructionTypeEnum property.EquipmentDamageTypeEnumgetEquipmentDamageTypeEnum()Gets the value of the equipmentDamageTypeEnum property.ExtensionTypegetEtoHExtension()Gets the value of the etoHExtension property.FuelTypeEnumgetFuelTypeEnum()Gets the value of the fuelTypeEnum property.voidsetEffectOnRoadLayoutEnum(EffectOnRoadLayoutEnum value)Sets the value of the effectOnRoadLayoutEnum property.voidsetEnvironmentalObstructionTypeEnum(EnvironmentalObstructionTypeEnum value)Sets the value of the environmentalObstructionTypeEnum property.voidsetEquipmentDamageTypeEnum(EquipmentDamageTypeEnum value)Sets the value of the equipmentDamageTypeEnum property.voidsetEtoHExtension(ExtensionType value)Sets the value of the etoHExtension property.voidsetFuelTypeEnum(FuelTypeEnum value)Sets the value of the fuelTypeEnum property.
-
-
-
Field Detail
-
environmentalObstructionTypeEnum
protected EnvironmentalObstructionTypeEnum environmentalObstructionTypeEnum
-
effectOnRoadLayoutEnum
protected EffectOnRoadLayoutEnum effectOnRoadLayoutEnum
-
etoHExtension
protected ExtensionType etoHExtension
-
fuelTypeEnum
protected FuelTypeEnum fuelTypeEnum
-
equipmentDamageTypeEnum
protected EquipmentDamageTypeEnum equipmentDamageTypeEnum
-
-
Method Detail
-
getEnvironmentalObstructionTypeEnum
public EnvironmentalObstructionTypeEnum getEnvironmentalObstructionTypeEnum()
Gets the value of the environmentalObstructionTypeEnum property.- Returns:
- possible object is
EnvironmentalObstructionTypeEnum
-
setEnvironmentalObstructionTypeEnum
public void setEnvironmentalObstructionTypeEnum(EnvironmentalObstructionTypeEnum value)
Sets the value of the environmentalObstructionTypeEnum property.- Parameters:
value- allowed object isEnvironmentalObstructionTypeEnum
-
getEffectOnRoadLayoutEnum
public EffectOnRoadLayoutEnum getEffectOnRoadLayoutEnum()
Gets the value of the effectOnRoadLayoutEnum property.- Returns:
- possible object is
EffectOnRoadLayoutEnum
-
setEffectOnRoadLayoutEnum
public void setEffectOnRoadLayoutEnum(EffectOnRoadLayoutEnum value)
Sets the value of the effectOnRoadLayoutEnum property.- Parameters:
value- allowed object isEffectOnRoadLayoutEnum
-
getEtoHExtension
public ExtensionType getEtoHExtension()
Gets the value of the etoHExtension property.- Returns:
- possible object is
ExtensionType
-
setEtoHExtension
public void setEtoHExtension(ExtensionType value)
Sets the value of the etoHExtension property.- Parameters:
value- allowed object isExtensionType
-
getFuelTypeEnum
public FuelTypeEnum getFuelTypeEnum()
Gets the value of the fuelTypeEnum property.- Returns:
- possible object is
FuelTypeEnum
-
setFuelTypeEnum
public void setFuelTypeEnum(FuelTypeEnum value)
Sets the value of the fuelTypeEnum property.- Parameters:
value- allowed object isFuelTypeEnum
-
getEquipmentDamageTypeEnum
public EquipmentDamageTypeEnum getEquipmentDamageTypeEnum()
Gets the value of the equipmentDamageTypeEnum property.- Returns:
- possible object is
EquipmentDamageTypeEnum
-
setEquipmentDamageTypeEnum
public void setEquipmentDamageTypeEnum(EquipmentDamageTypeEnum value)
Sets the value of the equipmentDamageTypeEnum property.- Parameters:
value- allowed object isEquipmentDamageTypeEnum
-
-