org.vrprep.model.solution
Class ObjectFactory

java.lang.Object
  extended by org.vrprep.model.solution.ObjectFactory

public class ObjectFactory
extends Object

This object contains factory methods for each Java content interface and Java element interface generated in the org.vrprep.model.solution package.

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.


Constructor Summary
ObjectFactory()
          Create a new ObjectFactory that can be used to create new instances of schema derived classes for package: org.vrprep.model.solution
 
Method Summary
 Location createLocation()
          Create an instance of Location
 Service createService()
          Create an instance of Service
 Solution createSolution()
          Create an instance of Solution
 Solution.Info createSolutionInfo()
          Create an instance of Solution.Info
 Solution.Info.Contributor createSolutionInfoContributor()
          Create an instance of Solution.Info.Contributor
 Solution.ObjectiveFunction createSolutionObjectiveFunction()
          Create an instance of Solution.ObjectiveFunction
 Solution.Routes createSolutionRoutes()
          Create an instance of Solution.Routes
 Solution.Routes.Route createSolutionRoutesRoute()
          Create an instance of Solution.Routes.Route
 Solution.Routes.Route.Events createSolutionRoutesRouteEvents()
          Create an instance of Solution.Routes.Route.Events
 Solution.Routes.Route.Events.StopAtDepot createSolutionRoutesRouteEventsStopAtDepot()
          Create an instance of Solution.Routes.Route.Events.StopAtDepot
 Stop createStop()
          Create an instance of Stop
 JAXBElement<Double> createStopEndTime(Double value)
          Create an instance of JAXBElement<Double>}
 JAXBElement<Double> createStopLength(Double value)
          Create an instance of JAXBElement<Double>}
 JAXBElement<Double> createStopStartTime(Double value)
          Create an instance of JAXBElement<Double>}
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ObjectFactory

public ObjectFactory()
Create a new ObjectFactory that can be used to create new instances of schema derived classes for package: org.vrprep.model.solution

Method Detail

createSolutionRoutesRoute

public Solution.Routes.Route createSolutionRoutesRoute()
Create an instance of Solution.Routes.Route


createSolutionRoutesRouteEventsStopAtDepot

public Solution.Routes.Route.Events.StopAtDepot createSolutionRoutesRouteEventsStopAtDepot()
Create an instance of Solution.Routes.Route.Events.StopAtDepot


createSolutionObjectiveFunction

public Solution.ObjectiveFunction createSolutionObjectiveFunction()
Create an instance of Solution.ObjectiveFunction


createSolutionRoutes

public Solution.Routes createSolutionRoutes()
Create an instance of Solution.Routes


createStop

public Stop createStop()
Create an instance of Stop


createSolutionInfoContributor

public Solution.Info.Contributor createSolutionInfoContributor()
Create an instance of Solution.Info.Contributor


createService

public Service createService()
Create an instance of Service


createSolutionRoutesRouteEvents

public Solution.Routes.Route.Events createSolutionRoutesRouteEvents()
Create an instance of Solution.Routes.Route.Events


createSolution

public Solution createSolution()
Create an instance of Solution


createLocation

public Location createLocation()
Create an instance of Location


createSolutionInfo

public Solution.Info createSolutionInfo()
Create an instance of Solution.Info


createStopEndTime

public JAXBElement<Double> createStopEndTime(Double value)
Create an instance of JAXBElement<Double>}


createStopLength

public JAXBElement<Double> createStopLength(Double value)
Create an instance of JAXBElement<Double>}


createStopStartTime

public JAXBElement<Double> createStopStartTime(Double value)
Create an instance of JAXBElement<Double>}



Copyright © 2014 VRP-REP. All rights reserved.