Uses of Class
uk.org.siri.siri21.TramSubmodesOfTransportEnumeration
-
Packages that use TramSubmodesOfTransportEnumeration Package Description uk.org.siri.siri21 -
-
Uses of TramSubmodesOfTransportEnumeration in uk.org.siri.siri21
Fields in uk.org.siri.siri21 declared as TramSubmodesOfTransportEnumeration Modifier and Type Field Description protected TramSubmodesOfTransportEnumerationAffectedModesStructure.Mode. tramSubmodeprotected TramSubmodesOfTransportEnumerationAffectedNetworkStructure. tramSubmodeprotected TramSubmodesOfTransportEnumerationNetworkStructure. tramSubmodeprotected TramSubmodesOfTransportEnumerationSituationExchangeRequestStructure. tramSubmodeMethods in uk.org.siri.siri21 that return TramSubmodesOfTransportEnumeration Modifier and Type Method Description static TramSubmodesOfTransportEnumerationTramSubmodesOfTransportEnumeration. fromValue(String v)TramSubmodesOfTransportEnumerationAffectedModesStructure.Mode. getTramSubmode()Gets the value of the tramSubmode property.TramSubmodesOfTransportEnumerationAffectedNetworkStructure. getTramSubmode()Gets the value of the tramSubmode property.TramSubmodesOfTransportEnumerationNetworkStructure. getTramSubmode()Gets the value of the tramSubmode property.TramSubmodesOfTransportEnumerationSituationExchangeRequestStructure. getTramSubmode()Gets the value of the tramSubmode property.static TramSubmodesOfTransportEnumerationTramSubmodesOfTransportEnumeration. valueOf(String name)Returns the enum constant of this type with the specified name.static TramSubmodesOfTransportEnumeration[]TramSubmodesOfTransportEnumeration. 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 TramSubmodesOfTransportEnumeration Modifier and Type Method Description jakarta.xml.bind.JAXBElement<TramSubmodesOfTransportEnumeration>ObjectFactory. createTramSubmode(TramSubmodesOfTransportEnumeration value)Methods in uk.org.siri.siri21 with parameters of type TramSubmodesOfTransportEnumeration Modifier and Type Method Description jakarta.xml.bind.JAXBElement<TramSubmodesOfTransportEnumeration>ObjectFactory. createTramSubmode(TramSubmodesOfTransportEnumeration value)voidAffectedModesStructure.Mode. setTramSubmode(TramSubmodesOfTransportEnumeration value)Sets the value of the tramSubmode property.voidAffectedNetworkStructure. setTramSubmode(TramSubmodesOfTransportEnumeration value)Sets the value of the tramSubmode property.voidNetworkStructure. setTramSubmode(TramSubmodesOfTransportEnumeration value)Sets the value of the tramSubmode property.voidSituationExchangeRequestStructure. setTramSubmode(TramSubmodesOfTransportEnumeration value)Sets the value of the tramSubmode property.
-