public class WSTripList
extends java.lang.Object
Modifier and Type | Method and Description |
---|---|
java.util.List<WSKeyValue> |
getAdditionalValues() |
java.util.List<WSCustomer> |
getCustomers()
returns a list of all Customers mentioned in the trips if enabled in the query
|
java.util.List<WSExtension> |
getExtensions() |
java.util.List<WSPerson> |
getPersons()
Returns a list of all Persons who might be present as driver or passenger in the triplist if enabled in the query
|
java.util.List<WSTrip2> |
getTrips()
return the actual trip-list, this is always present
|
java.util.List<WSVehicle> |
getVehicles()
Returns a list of all Vehicles for which Trips are in the list if enabled in the query
|
public java.util.List<WSVehicle> getVehicles()
public java.util.List<WSPerson> getPersons()
public java.util.List<WSCustomer> getCustomers()
public java.util.List<WSTrip2> getTrips()
public java.util.List<WSExtension> getExtensions()
public java.util.List<WSKeyValue> getAdditionalValues()