Uses of Class
uk.org.siri.siri10.OccupancyEnumeration
-
Packages that use OccupancyEnumeration Package Description uk.org.siri.siri10 -
-
Uses of OccupancyEnumeration in uk.org.siri.siri10
Fields in uk.org.siri.siri10 declared as OccupancyEnumeration Modifier and Type Field Description protected OccupancyEnumerationEstimatedCallStructure. occupancyprotected OccupancyEnumerationEstimatedVehicleJourneyStructure. occupancyprotected OccupancyEnumerationMonitoredStopVisitStructure. occupancyprotected OccupancyEnumerationMonitoredVehicleJourneyStructure. occupancyprotected OccupancyEnumerationVehicleActivityStructure. occupancyMethods in uk.org.siri.siri10 that return OccupancyEnumeration Modifier and Type Method Description static OccupancyEnumerationOccupancyEnumeration. fromValue(String v)OccupancyEnumerationEstimatedCallStructure. getOccupancy()Gets the value of the occupancy property.OccupancyEnumerationEstimatedVehicleJourneyStructure. getOccupancy()Gets the value of the occupancy property.OccupancyEnumerationMonitoredStopVisitStructure. getOccupancy()Gets the value of the occupancy property.OccupancyEnumerationMonitoredVehicleJourneyStructure. getOccupancy()Gets the value of the occupancy property.OccupancyEnumerationVehicleActivityStructure. getOccupancy()Gets the value of the occupancy property.static OccupancyEnumerationOccupancyEnumeration. valueOf(String name)Returns the enum constant of this type with the specified name.static OccupancyEnumeration[]OccupancyEnumeration. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in uk.org.siri.siri10 with parameters of type OccupancyEnumeration Modifier and Type Method Description voidEstimatedCallStructure. setOccupancy(OccupancyEnumeration value)Sets the value of the occupancy property.voidEstimatedVehicleJourneyStructure. setOccupancy(OccupancyEnumeration value)Sets the value of the occupancy property.voidMonitoredStopVisitStructure. setOccupancy(OccupancyEnumeration value)Sets the value of the occupancy property.voidMonitoredVehicleJourneyStructure. setOccupancy(OccupancyEnumeration value)Sets the value of the occupancy property.voidVehicleActivityStructure. setOccupancy(OccupancyEnumeration value)Sets the value of the occupancy property.
-