Uses of Class
uk.org.siri.siri10.DestinationRefStructure
-
Packages that use DestinationRefStructure Package Description uk.org.siri.siri10 -
-
Uses of DestinationRefStructure in uk.org.siri.siri10
Fields in uk.org.siri.siri10 declared as DestinationRefStructure Modifier and Type Field Description protected DestinationRefStructureInterchangeJourneyStructure. destinationRefprotected DestinationRefStructureMonitoredStopVisitStructure. destinationRefprotected DestinationRefStructureMonitoredVehicleJourneyStructure. destinationRefprotected DestinationRefStructureStopMonitoringRequestStructure. destinationRefprotected DestinationRefStructureTargetedVehicleJourneyStructure. destinationRefFields in uk.org.siri.siri10 with type parameters of type DestinationRefStructure Modifier and Type Field Description protected List<DestinationRefStructure>AnnotatedDestinationStructure. destinationRefprotected List<DestinationRefStructure>DestinationStructure. destinationRefMethods in uk.org.siri.siri10 that return DestinationRefStructure Modifier and Type Method Description DestinationRefStructureObjectFactory. createDestinationRefStructure()Create an instance ofDestinationRefStructureDestinationRefStructureInterchangeJourneyStructure. getDestinationRef()Gets the value of the destinationRef property.DestinationRefStructureMonitoredStopVisitStructure. getDestinationRef()Gets the value of the destinationRef property.DestinationRefStructureMonitoredVehicleJourneyStructure. getDestinationRef()Gets the value of the destinationRef property.DestinationRefStructureStopMonitoringRequestStructure. getDestinationRef()Gets the value of the destinationRef property.DestinationRefStructureTargetedVehicleJourneyStructure. getDestinationRef()Gets the value of the destinationRef property.Methods in uk.org.siri.siri10 that return types with arguments of type DestinationRefStructure Modifier and Type Method Description JAXBElement<DestinationRefStructure>ObjectFactory. createDestinationRef(DestinationRefStructure value)List<DestinationRefStructure>AnnotatedDestinationStructure. getDestinationRef()Gets the value of the destinationRef property.List<DestinationRefStructure>DestinationStructure. getDestinationRef()Gets the value of the destinationRef property.Methods in uk.org.siri.siri10 with parameters of type DestinationRefStructure Modifier and Type Method Description JAXBElement<DestinationRefStructure>ObjectFactory. createDestinationRef(DestinationRefStructure value)voidInterchangeJourneyStructure. setDestinationRef(DestinationRefStructure value)Sets the value of the destinationRef property.voidMonitoredStopVisitStructure. setDestinationRef(DestinationRefStructure value)Sets the value of the destinationRef property.voidMonitoredVehicleJourneyStructure. setDestinationRef(DestinationRefStructure value)Sets the value of the destinationRef property.voidStopMonitoringRequestStructure. setDestinationRef(DestinationRefStructure value)Sets the value of the destinationRef property.voidTargetedVehicleJourneyStructure. setDestinationRef(DestinationRefStructure value)Sets the value of the destinationRef property.
-