Uses of Class
uk.org.siri.siri20.RoutePointTypeEnumeration
-
Packages that use RoutePointTypeEnumeration Package Description uk.org.siri.siri20 -
-
Uses of RoutePointTypeEnumeration in uk.org.siri.siri20
Fields in uk.org.siri.siri20 with type parameters of type RoutePointTypeEnumeration Modifier and Type Field Description protected List<RoutePointTypeEnumeration>AffectedCallStructure. callConditionsprotected List<RoutePointTypeEnumeration>AffectedStopPointStructure. stopConditionsMethods in uk.org.siri.siri20 that return RoutePointTypeEnumeration Modifier and Type Method Description static RoutePointTypeEnumerationRoutePointTypeEnumeration. fromValue(String v)static RoutePointTypeEnumerationRoutePointTypeEnumeration. valueOf(String name)Returns the enum constant of this type with the specified name.static RoutePointTypeEnumeration[]RoutePointTypeEnumeration. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in uk.org.siri.siri20 that return types with arguments of type RoutePointTypeEnumeration Modifier and Type Method Description JAXBElement<RoutePointTypeEnumeration>ObjectFactory. createRoutePointType(RoutePointTypeEnumeration value)List<RoutePointTypeEnumeration>AffectedCallStructure. getCallConditions()Gets the value of the callConditions property.List<RoutePointTypeEnumeration>AffectedStopPointStructure. getStopConditions()Gets the value of the stopConditions property.Methods in uk.org.siri.siri20 with parameters of type RoutePointTypeEnumeration Modifier and Type Method Description JAXBElement<RoutePointTypeEnumeration>ObjectFactory. createRoutePointType(RoutePointTypeEnumeration value)
-