Uses of Class
uk.org.siri.siri14.BusSubmodesOfTransportEnumeration
-
Packages that use BusSubmodesOfTransportEnumeration Package Description uk.org.siri.siri14 -
-
Uses of BusSubmodesOfTransportEnumeration in uk.org.siri.siri14
Fields in uk.org.siri.siri14 declared as BusSubmodesOfTransportEnumeration Modifier and Type Field Description protected BusSubmodesOfTransportEnumerationAffectedModesStructure.Mode. busSubmodeprotected BusSubmodesOfTransportEnumerationAffectedNetworkStructure. busSubmodeprotected BusSubmodesOfTransportEnumerationNetworkStructure. busSubmodeprotected BusSubmodesOfTransportEnumerationSituationExchangeRequestStructure. busSubmodeMethods in uk.org.siri.siri14 that return BusSubmodesOfTransportEnumeration Modifier and Type Method Description static BusSubmodesOfTransportEnumerationBusSubmodesOfTransportEnumeration. fromValue(String v)BusSubmodesOfTransportEnumerationAffectedModesStructure.Mode. getBusSubmode()Gets the value of the busSubmode property.BusSubmodesOfTransportEnumerationAffectedNetworkStructure. getBusSubmode()Gets the value of the busSubmode property.BusSubmodesOfTransportEnumerationNetworkStructure. getBusSubmode()Gets the value of the busSubmode property.BusSubmodesOfTransportEnumerationSituationExchangeRequestStructure. getBusSubmode()Gets the value of the busSubmode property.static BusSubmodesOfTransportEnumerationBusSubmodesOfTransportEnumeration. valueOf(String name)Returns the enum constant of this type with the specified name.static BusSubmodesOfTransportEnumeration[]BusSubmodesOfTransportEnumeration. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in uk.org.siri.siri14 that return types with arguments of type BusSubmodesOfTransportEnumeration Modifier and Type Method Description jakarta.xml.bind.JAXBElement<BusSubmodesOfTransportEnumeration>ObjectFactory. createBusSubmode(BusSubmodesOfTransportEnumeration value)Methods in uk.org.siri.siri14 with parameters of type BusSubmodesOfTransportEnumeration Modifier and Type Method Description jakarta.xml.bind.JAXBElement<BusSubmodesOfTransportEnumeration>ObjectFactory. createBusSubmode(BusSubmodesOfTransportEnumeration value)voidAffectedModesStructure.Mode. setBusSubmode(BusSubmodesOfTransportEnumeration value)Sets the value of the busSubmode property.voidAffectedNetworkStructure. setBusSubmode(BusSubmodesOfTransportEnumeration value)Sets the value of the busSubmode property.voidNetworkStructure. setBusSubmode(BusSubmodesOfTransportEnumeration value)Sets the value of the busSubmode property.voidSituationExchangeRequestStructure. setBusSubmode(BusSubmodesOfTransportEnumeration value)Sets the value of the busSubmode property.
-