Uses of Class
uk.org.siri.siri10.CallStatusEnumeration
-
Packages that use CallStatusEnumeration Package Description uk.org.siri.siri10 -
-
Uses of CallStatusEnumeration in uk.org.siri.siri10
Fields in uk.org.siri.siri10 declared as CallStatusEnumeration Modifier and Type Field Description protected CallStatusEnumerationEstimatedCallStructure. arrivalStatusprotected CallStatusEnumerationMonitoredCallStructure. arrivalStatusprotected CallStatusEnumerationMonitoredStopVisitStructure. arrivalStatusprotected CallStatusEnumerationOnwardCallStructure. arrivalStatusprotected CallStatusEnumerationEstimatedCallStructure. departureStatusprotected CallStatusEnumerationMonitoredCallStructure. departureStatusprotected CallStatusEnumerationMonitoredStopVisitStructure. departureStatusprotected CallStatusEnumerationOnwardCallStructure. departureStatusMethods in uk.org.siri.siri10 that return CallStatusEnumeration Modifier and Type Method Description static CallStatusEnumerationCallStatusEnumeration. fromValue(String v)CallStatusEnumerationEstimatedCallStructure. getArrivalStatus()Gets the value of the arrivalStatus property.CallStatusEnumerationMonitoredCallStructure. getArrivalStatus()Gets the value of the arrivalStatus property.CallStatusEnumerationMonitoredStopVisitStructure. getArrivalStatus()Gets the value of the arrivalStatus property.CallStatusEnumerationOnwardCallStructure. getArrivalStatus()Gets the value of the arrivalStatus property.CallStatusEnumerationEstimatedCallStructure. getDepartureStatus()Gets the value of the departureStatus property.CallStatusEnumerationMonitoredCallStructure. getDepartureStatus()Gets the value of the departureStatus property.CallStatusEnumerationMonitoredStopVisitStructure. getDepartureStatus()Gets the value of the departureStatus property.CallStatusEnumerationOnwardCallStructure. getDepartureStatus()Gets the value of the departureStatus property.static CallStatusEnumerationCallStatusEnumeration. valueOf(String name)Returns the enum constant of this type with the specified name.static CallStatusEnumeration[]CallStatusEnumeration. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in uk.org.siri.siri10 that return types with arguments of type CallStatusEnumeration Modifier and Type Method Description JAXBElement<CallStatusEnumeration>ObjectFactory. createArrivalStatus(CallStatusEnumeration value)JAXBElement<CallStatusEnumeration>ObjectFactory. createDepartureStatus(CallStatusEnumeration value)Methods in uk.org.siri.siri10 with parameters of type CallStatusEnumeration Modifier and Type Method Description JAXBElement<CallStatusEnumeration>ObjectFactory. createArrivalStatus(CallStatusEnumeration value)JAXBElement<CallStatusEnumeration>ObjectFactory. createDepartureStatus(CallStatusEnumeration value)voidEstimatedCallStructure. setArrivalStatus(CallStatusEnumeration value)Sets the value of the arrivalStatus property.voidMonitoredCallStructure. setArrivalStatus(CallStatusEnumeration value)Sets the value of the arrivalStatus property.voidMonitoredStopVisitStructure. setArrivalStatus(CallStatusEnumeration value)Sets the value of the arrivalStatus property.voidOnwardCallStructure. setArrivalStatus(CallStatusEnumeration value)Sets the value of the arrivalStatus property.voidEstimatedCallStructure. setDepartureStatus(CallStatusEnumeration value)Sets the value of the departureStatus property.voidMonitoredCallStructure. setDepartureStatus(CallStatusEnumeration value)Sets the value of the departureStatus property.voidMonitoredStopVisitStructure. setDepartureStatus(CallStatusEnumeration value)Sets the value of the departureStatus property.voidOnwardCallStructure. setDepartureStatus(CallStatusEnumeration value)Sets the value of the departureStatus property.
-