Uses of Class
uk.org.siri.siri21.RailSubmodesOfTransportEnumeration
-
Packages that use RailSubmodesOfTransportEnumeration Package Description uk.org.siri.siri21 -
-
Uses of RailSubmodesOfTransportEnumeration in uk.org.siri.siri21
Fields in uk.org.siri.siri21 declared as RailSubmodesOfTransportEnumeration Modifier and Type Field Description protected RailSubmodesOfTransportEnumerationAffectedModesStructure.Mode. railSubmodeprotected RailSubmodesOfTransportEnumerationAffectedNetworkStructure. railSubmodeprotected RailSubmodesOfTransportEnumerationNetworkStructure. railSubmodeprotected RailSubmodesOfTransportEnumerationSituationExchangeRequestStructure. railSubmodeMethods in uk.org.siri.siri21 that return RailSubmodesOfTransportEnumeration Modifier and Type Method Description static RailSubmodesOfTransportEnumerationRailSubmodesOfTransportEnumeration. fromValue(String v)RailSubmodesOfTransportEnumerationAffectedModesStructure.Mode. getRailSubmode()Gets the value of the railSubmode property.RailSubmodesOfTransportEnumerationAffectedNetworkStructure. getRailSubmode()Gets the value of the railSubmode property.RailSubmodesOfTransportEnumerationNetworkStructure. getRailSubmode()Gets the value of the railSubmode property.RailSubmodesOfTransportEnumerationSituationExchangeRequestStructure. getRailSubmode()Gets the value of the railSubmode property.static RailSubmodesOfTransportEnumerationRailSubmodesOfTransportEnumeration. valueOf(String name)Returns the enum constant of this type with the specified name.static RailSubmodesOfTransportEnumeration[]RailSubmodesOfTransportEnumeration. 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 RailSubmodesOfTransportEnumeration Modifier and Type Method Description JAXBElement<RailSubmodesOfTransportEnumeration>ObjectFactory. createRailSubmode(RailSubmodesOfTransportEnumeration value)Methods in uk.org.siri.siri21 with parameters of type RailSubmodesOfTransportEnumeration Modifier and Type Method Description JAXBElement<RailSubmodesOfTransportEnumeration>ObjectFactory. createRailSubmode(RailSubmodesOfTransportEnumeration value)voidAffectedModesStructure.Mode. setRailSubmode(RailSubmodesOfTransportEnumeration value)Sets the value of the railSubmode property.voidAffectedNetworkStructure. setRailSubmode(RailSubmodesOfTransportEnumeration value)Sets the value of the railSubmode property.voidNetworkStructure. setRailSubmode(RailSubmodesOfTransportEnumeration value)Sets the value of the railSubmode property.voidSituationExchangeRequestStructure. setRailSubmode(RailSubmodesOfTransportEnumeration value)Sets the value of the railSubmode property.
-