Uses of Class
eu.datex2.siri13.schema._1_0._1_0.DangerousGoodRegulationsEnum
-
Packages that use DangerousGoodRegulationsEnum Package Description eu.datex2.siri13.schema._1_0._1_0 -
-
Uses of DangerousGoodRegulationsEnum in eu.datex2.siri13.schema._1_0._1_0
Fields in eu.datex2.siri13.schema._1_0._1_0 declared as DangerousGoodRegulationsEnum Modifier and Type Field Description protected DangerousGoodRegulationsEnumAtoD. dangerousGoodRegulationsEnumprotected DangerousGoodRegulationsEnumHazardousMaterials. dangerousGoodsRegulationsMethods in eu.datex2.siri13.schema._1_0._1_0 that return DangerousGoodRegulationsEnum Modifier and Type Method Description static DangerousGoodRegulationsEnumDangerousGoodRegulationsEnum. fromValue(String v)DangerousGoodRegulationsEnumAtoD. getDangerousGoodRegulationsEnum()Gets the value of the dangerousGoodRegulationsEnum property.DangerousGoodRegulationsEnumHazardousMaterials. getDangerousGoodsRegulations()Gets the value of the dangerousGoodsRegulations property.static DangerousGoodRegulationsEnumDangerousGoodRegulationsEnum. valueOf(String name)Returns the enum constant of this type with the specified name.static DangerousGoodRegulationsEnum[]DangerousGoodRegulationsEnum. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in eu.datex2.siri13.schema._1_0._1_0 with parameters of type DangerousGoodRegulationsEnum Modifier and Type Method Description voidAtoD. setDangerousGoodRegulationsEnum(DangerousGoodRegulationsEnum value)Sets the value of the dangerousGoodRegulationsEnum property.voidHazardousMaterials. setDangerousGoodsRegulations(DangerousGoodRegulationsEnum value)Sets the value of the dangerousGoodsRegulations property.
-