Uses of Class
eu.datex2.siri13.schema._1_0._1_0.TrafficStatusEnum
-
Packages that use TrafficStatusEnum Package Description eu.datex2.siri13.schema._1_0._1_0 -
-
Uses of TrafficStatusEnum in eu.datex2.siri13.schema._1_0._1_0
Fields in eu.datex2.siri13.schema._1_0._1_0 declared as TrafficStatusEnum Modifier and Type Field Description protected TrafficStatusEnumImpact. impactOnTrafficprotected TrafficStatusEnumTrafficStatusValue. trafficStatusprotected TrafficStatusEnumReferenceSettings. trafficStatusDefaultprotected TrafficStatusEnumStoZ. trafficStatusEnumMethods in eu.datex2.siri13.schema._1_0._1_0 that return TrafficStatusEnum Modifier and Type Method Description static TrafficStatusEnumTrafficStatusEnum. fromValue(String v)TrafficStatusEnumImpact. getImpactOnTraffic()Gets the value of the impactOnTraffic property.TrafficStatusEnumTrafficStatusValue. getTrafficStatus()Gets the value of the trafficStatus property.TrafficStatusEnumReferenceSettings. getTrafficStatusDefault()Gets the value of the trafficStatusDefault property.TrafficStatusEnumStoZ. getTrafficStatusEnum()Gets the value of the trafficStatusEnum property.static TrafficStatusEnumTrafficStatusEnum. valueOf(String name)Returns the enum constant of this type with the specified name.static TrafficStatusEnum[]TrafficStatusEnum. 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 TrafficStatusEnum Modifier and Type Method Description voidImpact. setImpactOnTraffic(TrafficStatusEnum value)Sets the value of the impactOnTraffic property.voidTrafficStatusValue. setTrafficStatus(TrafficStatusEnum value)Sets the value of the trafficStatus property.voidReferenceSettings. setTrafficStatusDefault(TrafficStatusEnum value)Sets the value of the trafficStatusDefault property.voidStoZ. setTrafficStatusEnum(TrafficStatusEnum value)Sets the value of the trafficStatusEnum property.
-