Uses of Class
uk.org.siri.siri13.AirSubmodesOfTransportEnumeration
-
Packages that use AirSubmodesOfTransportEnumeration Package Description uk.org.siri.siri13 -
-
Uses of AirSubmodesOfTransportEnumeration in uk.org.siri.siri13
Fields in uk.org.siri.siri13 declared as AirSubmodesOfTransportEnumeration Modifier and Type Field Description protected AirSubmodesOfTransportEnumerationAffectedModesStructure.Mode. airSubmodeprotected AirSubmodesOfTransportEnumerationAffectedNetworkStructure. airSubmodeprotected AirSubmodesOfTransportEnumerationNetworkStructure. airSubmodeprotected AirSubmodesOfTransportEnumerationSituationExchangeRequestStructure. airSubmodeMethods in uk.org.siri.siri13 that return AirSubmodesOfTransportEnumeration Modifier and Type Method Description static AirSubmodesOfTransportEnumerationAirSubmodesOfTransportEnumeration. fromValue(String v)AirSubmodesOfTransportEnumerationAffectedModesStructure.Mode. getAirSubmode()Gets the value of the airSubmode property.AirSubmodesOfTransportEnumerationAffectedNetworkStructure. getAirSubmode()Gets the value of the airSubmode property.AirSubmodesOfTransportEnumerationNetworkStructure. getAirSubmode()Gets the value of the airSubmode property.AirSubmodesOfTransportEnumerationSituationExchangeRequestStructure. getAirSubmode()Gets the value of the airSubmode property.static AirSubmodesOfTransportEnumerationAirSubmodesOfTransportEnumeration. valueOf(String name)Returns the enum constant of this type with the specified name.static AirSubmodesOfTransportEnumeration[]AirSubmodesOfTransportEnumeration. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in uk.org.siri.siri13 that return types with arguments of type AirSubmodesOfTransportEnumeration Modifier and Type Method Description JAXBElement<AirSubmodesOfTransportEnumeration>ObjectFactory. createAirSubmode(AirSubmodesOfTransportEnumeration value)Methods in uk.org.siri.siri13 with parameters of type AirSubmodesOfTransportEnumeration Modifier and Type Method Description JAXBElement<AirSubmodesOfTransportEnumeration>ObjectFactory. createAirSubmode(AirSubmodesOfTransportEnumeration value)voidAffectedModesStructure.Mode. setAirSubmode(AirSubmodesOfTransportEnumeration value)Sets the value of the airSubmode property.voidAffectedNetworkStructure. setAirSubmode(AirSubmodesOfTransportEnumeration value)Sets the value of the airSubmode property.voidNetworkStructure. setAirSubmode(AirSubmodesOfTransportEnumeration value)Sets the value of the airSubmode property.voidSituationExchangeRequestStructure. setAirSubmode(AirSubmodesOfTransportEnumeration value)Sets the value of the airSubmode property.
-