Uses of Class
eu.datex2.siri13.schema._1_0._1_0.PublicEventTypeEnum
-
Packages that use PublicEventTypeEnum Package Description eu.datex2.siri13.schema._1_0._1_0 uk.org.siri.siri13 -
-
Uses of PublicEventTypeEnum in eu.datex2.siri13.schema._1_0._1_0
Fields in eu.datex2.siri13.schema._1_0._1_0 declared as PublicEventTypeEnum Modifier and Type Field Description protected PublicEventTypeEnumNtoR. publicEventTypeEnumFields in eu.datex2.siri13.schema._1_0._1_0 with type parameters of type PublicEventTypeEnum Modifier and Type Field Description protected List<PublicEventTypeEnum>Activities. publicEventTypesMethods in eu.datex2.siri13.schema._1_0._1_0 that return PublicEventTypeEnum Modifier and Type Method Description static PublicEventTypeEnumPublicEventTypeEnum. fromValue(String v)PublicEventTypeEnumNtoR. getPublicEventTypeEnum()Gets the value of the publicEventTypeEnum property.static PublicEventTypeEnumPublicEventTypeEnum. valueOf(String name)Returns the enum constant of this type with the specified name.static PublicEventTypeEnum[]PublicEventTypeEnum. 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 that return types with arguments of type PublicEventTypeEnum Modifier and Type Method Description List<PublicEventTypeEnum>Activities. getPublicEventTypes()Gets the value of the publicEventTypes property.Methods in eu.datex2.siri13.schema._1_0._1_0 with parameters of type PublicEventTypeEnum Modifier and Type Method Description voidNtoR. setPublicEventTypeEnum(PublicEventTypeEnum value)Sets the value of the publicEventTypeEnum property. -
Uses of PublicEventTypeEnum in uk.org.siri.siri13
Fields in uk.org.siri.siri13 declared as PublicEventTypeEnum Modifier and Type Field Description protected PublicEventTypeEnumPtSituationElement. publicEventReasonprotected PublicEventTypeEnumPtSituationElement.SecondaryReasons.Reason. publicEventReasonprotected PublicEventTypeEnumRoadSituationElement. publicEventReasonMethods in uk.org.siri.siri13 that return PublicEventTypeEnum Modifier and Type Method Description PublicEventTypeEnumPtSituationElement. getPublicEventReason()Gets the value of the publicEventReason property.PublicEventTypeEnumPtSituationElement.SecondaryReasons.Reason. getPublicEventReason()Gets the value of the publicEventReason property.PublicEventTypeEnumRoadSituationElement. getPublicEventReason()Gets the value of the publicEventReason property.Methods in uk.org.siri.siri13 with parameters of type PublicEventTypeEnum Modifier and Type Method Description voidPtSituationElement.SecondaryReasons.Reason. setPublicEventReason(PublicEventTypeEnum value)Sets the value of the publicEventReason property.voidPtSituationElement. setPublicEventReason(PublicEventTypeEnum value)Sets the value of the publicEventReason property.voidRoadSituationElement. setPublicEventReason(PublicEventTypeEnum value)Sets the value of the publicEventReason property.
-