response
Namespace: | (default namespace) |
XML Schema: | ns0.xsd |
Represents a trip planner response, will be serialized into XML or JSON by Jersey
XML
Elements
name (type) | min/max occurs |
description |
---|---|---|
requestParameters ((anonymous)) | 0/1 | A dictionary of the parameters provided in the request that triggered this response. |
debugOutput (debugOutput) | 0/1 | Debugging and profiling information |
plan (tripPlan) | 0/1 | The actual trip plan. |
error (plannerError) | 0/1 | The error (if any) that this response raised. |