// // This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.0.5-b02-fcs // See <a href="http://java.sun.com/xml/jaxb">http://java.sun.com/xml/jaxb</a> // Any modifications to this file will be lost upon recompilation of the source schema. // Generated on: 2009.03.02 at 11:52:23 AM MEZ // package slash.navigation.klicktel.binding; import javax.xml.bind.annotation.XmlRegistry; /** * This object contains factory methods for each * Java content interface and Java element interface * generated in the slash.navigation.klicktel.binding package. * <p>An ObjectFactory allows you to programatically * construct new instances of the Java representation * for XML content. The Java representation of XML * content can consist of schema derived interfaces * and classes representing the binding of schema * type definitions, element declarations and model * groups. Factory methods for each of these are * provided in this class. * */ @XmlRegistry public class ObjectFactory { /** * Create a new ObjectFactory that can be used to create new instances of schema derived classes for package: slash.navigation.klicktel.binding * */ public ObjectFactory() { } /** * Create an instance of {@link KDRoute.RouteOptions.Vehicle.RoadCategory3 } * */ public KDRoute.RouteOptions.Vehicle.RoadCategory3 createKDRouteRouteOptionsVehicleRoadCategory3() { return new KDRoute.RouteOptions.Vehicle.RoadCategory3(); } /** * Create an instance of {@link KDRoute.Stations.Station } * */ public KDRoute.Stations.Station createKDRouteStationsStation() { return new KDRoute.Stations.Station(); } /** * Create an instance of {@link KDRoute.RouteOptions } * */ public KDRoute.RouteOptions createKDRouteRouteOptions() { return new KDRoute.RouteOptions(); } /** * Create an instance of {@link KDRoute.Stations.Station.EdgeReference } * */ public KDRoute.Stations.Station.EdgeReference createKDRouteStationsStationEdgeReference() { return new KDRoute.Stations.Station.EdgeReference(); } /** * Create an instance of {@link KDRoute.RouteOptions.Vehicle } * */ public KDRoute.RouteOptions.Vehicle createKDRouteRouteOptionsVehicle() { return new KDRoute.RouteOptions.Vehicle(); } /** * Create an instance of {@link KDRoute.Stations.Station.Point } * */ public KDRoute.Stations.Station.Point createKDRouteStationsStationPoint() { return new KDRoute.Stations.Station.Point(); } /** * Create an instance of {@link KDRoute.RouteOptions.Vehicle.RoadCategory4 } * */ public KDRoute.RouteOptions.Vehicle.RoadCategory4 createKDRouteRouteOptionsVehicleRoadCategory4() { return new KDRoute.RouteOptions.Vehicle.RoadCategory4(); } /** * Create an instance of {@link KDRoute.RouteOption } * */ public KDRoute.RouteOption createKDRouteRouteOption() { return new KDRoute.RouteOption(); } /** * Create an instance of {@link KDRoute.Stations } * */ public KDRoute.Stations createKDRouteStations() { return new KDRoute.Stations(); } /** * Create an instance of {@link KDRoute } * */ public KDRoute createKDRoute() { return new KDRoute(); } /** * Create an instance of {@link KDRoute.RouteOptions.Vehicle.RoadCategory7 } * */ public KDRoute.RouteOptions.Vehicle.RoadCategory7 createKDRouteRouteOptionsVehicleRoadCategory7() { return new KDRoute.RouteOptions.Vehicle.RoadCategory7(); } }