Uses of Class
uk.org.siri.siri21.FirstOrLastJourneyEnumeration
-
Packages that use FirstOrLastJourneyEnumeration Package Description uk.org.siri.siri21 -
-
Uses of FirstOrLastJourneyEnumeration in uk.org.siri.siri21
Fields in uk.org.siri.siri21 declared as FirstOrLastJourneyEnumeration Modifier and Type Field Description protected FirstOrLastJourneyEnumerationDatedTimetableVersionFrame. firstOrLastJourneyprotected FirstOrLastJourneyEnumerationDatedVehicleJourney. firstOrLastJourneyprotected FirstOrLastJourneyEnumerationEstimatedVehicleJourney. firstOrLastJourneyprotected FirstOrLastJourneyEnumerationInterchangeJourneyStructure. firstOrLastJourneyprotected FirstOrLastJourneyEnumerationMonitoredVehicleJourneyStructure. firstOrLastJourneyprotected FirstOrLastJourneyEnumerationTargetedVehicleJourney. firstOrLastJourneyMethods in uk.org.siri.siri21 that return FirstOrLastJourneyEnumeration Modifier and Type Method Description static FirstOrLastJourneyEnumerationFirstOrLastJourneyEnumeration. fromValue(String v)FirstOrLastJourneyEnumerationDatedTimetableVersionFrame. getFirstOrLastJourney()Gets the value of the firstOrLastJourney property.FirstOrLastJourneyEnumerationDatedVehicleJourney. getFirstOrLastJourney()Gets the value of the firstOrLastJourney property.FirstOrLastJourneyEnumerationEstimatedVehicleJourney. getFirstOrLastJourney()Gets the value of the firstOrLastJourney property.FirstOrLastJourneyEnumerationInterchangeJourneyStructure. getFirstOrLastJourney()Gets the value of the firstOrLastJourney property.FirstOrLastJourneyEnumerationMonitoredVehicleJourneyStructure. getFirstOrLastJourney()Gets the value of the firstOrLastJourney property.FirstOrLastJourneyEnumerationTargetedVehicleJourney. getFirstOrLastJourney()Gets the value of the firstOrLastJourney property.static FirstOrLastJourneyEnumerationFirstOrLastJourneyEnumeration. valueOf(String name)Returns the enum constant of this type with the specified name.static FirstOrLastJourneyEnumeration[]FirstOrLastJourneyEnumeration. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in uk.org.siri.siri21 that return types with arguments of type FirstOrLastJourneyEnumeration Modifier and Type Method Description JAXBElement<FirstOrLastJourneyEnumeration>ObjectFactory. createFirstOrLastJourney(FirstOrLastJourneyEnumeration value)Methods in uk.org.siri.siri21 with parameters of type FirstOrLastJourneyEnumeration Modifier and Type Method Description JAXBElement<FirstOrLastJourneyEnumeration>ObjectFactory. createFirstOrLastJourney(FirstOrLastJourneyEnumeration value)voidDatedTimetableVersionFrame. setFirstOrLastJourney(FirstOrLastJourneyEnumeration value)Sets the value of the firstOrLastJourney property.voidDatedVehicleJourney. setFirstOrLastJourney(FirstOrLastJourneyEnumeration value)Sets the value of the firstOrLastJourney property.voidEstimatedVehicleJourney. setFirstOrLastJourney(FirstOrLastJourneyEnumeration value)Sets the value of the firstOrLastJourney property.voidInterchangeJourneyStructure. setFirstOrLastJourney(FirstOrLastJourneyEnumeration value)Sets the value of the firstOrLastJourney property.voidMonitoredVehicleJourneyStructure. setFirstOrLastJourney(FirstOrLastJourneyEnumeration value)Sets the value of the firstOrLastJourney property.voidTargetedVehicleJourney. setFirstOrLastJourney(FirstOrLastJourneyEnumeration value)Sets the value of the firstOrLastJourney property.
-