Uses of Class
uk.org.siri.siri21.OccupancyEnumeration
-
Packages that use OccupancyEnumeration Package Description uk.org.siri.siri21 -
-
Uses of OccupancyEnumeration in uk.org.siri.siri21
Fields in uk.org.siri.siri21 declared as OccupancyEnumeration Modifier and Type Field Description protected OccupancyEnumerationEstimatedCall. occupancyprotected OccupancyEnumerationEstimatedVehicleJourney. occupancyprotected OccupancyEnumerationMonitoredVehicleJourneyStructure. occupancyprotected OccupancyEnumerationRecordedCall. occupancyprotected OccupancyEnumerationVehicleOccupancyStructure. occupancyLevelMethods in uk.org.siri.siri21 that return OccupancyEnumeration Modifier and Type Method Description static OccupancyEnumerationOccupancyEnumeration. fromValue(String v)OccupancyEnumerationEstimatedCall. getOccupancy()Gets the value of the occupancy property.OccupancyEnumerationEstimatedVehicleJourney. getOccupancy()Gets the value of the occupancy property.OccupancyEnumerationMonitoredVehicleJourneyStructure. getOccupancy()Gets the value of the occupancy property.OccupancyEnumerationRecordedCall. getOccupancy()Gets the value of the occupancy property.OccupancyEnumerationVehicleOccupancyStructure. getOccupancyLevel()Gets the value of the occupancyLevel 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.siri21 that return types with arguments of type OccupancyEnumeration Modifier and Type Method Description jakarta.xml.bind.JAXBElement<OccupancyEnumeration>ObjectFactory. createOccupancy(OccupancyEnumeration value)Methods in uk.org.siri.siri21 with parameters of type OccupancyEnumeration Modifier and Type Method Description jakarta.xml.bind.JAXBElement<OccupancyEnumeration>ObjectFactory. createOccupancy(OccupancyEnumeration value)voidEstimatedCall. setOccupancy(OccupancyEnumeration value)Sets the value of the occupancy property.voidEstimatedVehicleJourney. setOccupancy(OccupancyEnumeration value)Sets the value of the occupancy property.voidMonitoredVehicleJourneyStructure. setOccupancy(OccupancyEnumeration value)Sets the value of the occupancy property.voidRecordedCall. setOccupancy(OccupancyEnumeration value)Sets the value of the occupancy property.voidVehicleOccupancyStructure. setOccupancyLevel(OccupancyEnumeration value)Sets the value of the occupancyLevel property.
-