Uses of Class
eu.datex2.siri21.schema._2_0rc1._2_0.PublicEventTypeEnum
-
Packages that use PublicEventTypeEnum Package Description eu.datex2.siri21.schema._2_0rc1._2_0 uk.org.siri.siri21 -
-
Uses of PublicEventTypeEnum in eu.datex2.siri21.schema._2_0rc1._2_0
Fields in eu.datex2.siri21.schema._2_0rc1._2_0 declared as PublicEventTypeEnum Modifier and Type Field Description protected PublicEventTypeEnumPublicEvent. publicEventTypeMethods in eu.datex2.siri21.schema._2_0rc1._2_0 that return PublicEventTypeEnum Modifier and Type Method Description static PublicEventTypeEnumPublicEventTypeEnum. fromValue(String v)PublicEventTypeEnumPublicEvent. getPublicEventType()Gets the value of the publicEventType 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.siri21.schema._2_0rc1._2_0 with parameters of type PublicEventTypeEnum Modifier and Type Method Description voidPublicEvent. setPublicEventType(PublicEventTypeEnum value)Sets the value of the publicEventType property. -
Uses of PublicEventTypeEnum in uk.org.siri.siri21
Fields in uk.org.siri.siri21 declared as PublicEventTypeEnum Modifier and Type Field Description protected PublicEventTypeEnumPtSituationElement. publicEventReasonprotected PublicEventTypeEnumPtSituationElement.SecondaryReasons.Reason. publicEventReasonprotected PublicEventTypeEnumRoadSituationElement. publicEventReasonMethods in uk.org.siri.siri21 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.siri21 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.
-