Uses of Class
uk.org.siri.siri21.AirSubmodesOfTransportEnumeration
-
Packages that use AirSubmodesOfTransportEnumeration Package Description uk.org.siri.siri21 -
-
Uses of AirSubmodesOfTransportEnumeration in uk.org.siri.siri21
Fields in uk.org.siri.siri21 declared as AirSubmodesOfTransportEnumeration Modifier and Type Field Description protected AirSubmodesOfTransportEnumerationAffectedModesStructure.Mode. airSubmodeprotected AirSubmodesOfTransportEnumerationAffectedNetworkStructure. airSubmodeprotected AirSubmodesOfTransportEnumerationNetworkStructure. airSubmodeprotected AirSubmodesOfTransportEnumerationSituationExchangeRequestStructure. airSubmodeMethods in uk.org.siri.siri21 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.siri21 that return types with arguments of type AirSubmodesOfTransportEnumeration Modifier and Type Method Description jakarta.xml.bind.JAXBElement<AirSubmodesOfTransportEnumeration>ObjectFactory. createAirSubmode(AirSubmodesOfTransportEnumeration value)Methods in uk.org.siri.siri21 with parameters of type AirSubmodesOfTransportEnumeration Modifier and Type Method Description jakarta.xml.bind.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.
-