Uses of Class
uk.org.siri.siri21.EstimatedTimetableRequestStructure
-
Packages that use EstimatedTimetableRequestStructure Package Description uk.org.siri.siri21 -
-
Uses of EstimatedTimetableRequestStructure in uk.org.siri.siri21
Fields in uk.org.siri.siri21 declared as EstimatedTimetableRequestStructure Modifier and Type Field Description protected EstimatedTimetableRequestStructureEstimatedTimetableSubscriptionStructure. estimatedTimetableRequestFields in uk.org.siri.siri21 with type parameters of type EstimatedTimetableRequestStructure Modifier and Type Field Description protected List<EstimatedTimetableRequestStructure>ServiceRequestStructure. estimatedTimetableRequestsMethods in uk.org.siri.siri21 that return EstimatedTimetableRequestStructure Modifier and Type Method Description EstimatedTimetableRequestStructureObjectFactory. createEstimatedTimetableRequestStructure()Create an instance ofEstimatedTimetableRequestStructureEstimatedTimetableRequestStructureEstimatedTimetableSubscriptionStructure. getEstimatedTimetableRequest()Gets the value of the estimatedTimetableRequest property.Methods in uk.org.siri.siri21 that return types with arguments of type EstimatedTimetableRequestStructure Modifier and Type Method Description JAXBElement<EstimatedTimetableRequestStructure>ObjectFactory. createEstimatedTimetableRequest(EstimatedTimetableRequestStructure value)List<EstimatedTimetableRequestStructure>ServiceRequestStructure. getEstimatedTimetableRequests()Gets the value of the estimatedTimetableRequests property.Methods in uk.org.siri.siri21 with parameters of type EstimatedTimetableRequestStructure Modifier and Type Method Description JAXBElement<EstimatedTimetableRequestStructure>ObjectFactory. createEstimatedTimetableRequest(EstimatedTimetableRequestStructure value)voidEstimatedTimetableSubscriptionStructure. setEstimatedTimetableRequest(EstimatedTimetableRequestStructure value)Sets the value of the estimatedTimetableRequest property.
-