public class ObjectFactory extends Object
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 and Description |
|---|
ObjectFactory()
Create a new ObjectFactory that can be used to create new instances of schema derived classes for package: org.vrprep.model.solution
|
public ObjectFactory()
public Solution.Routes createSolutionRoutes()
Solution.Routespublic Solution.ObjectiveFunction createSolutionObjectiveFunction()
Solution.ObjectiveFunctionpublic Solution.Routes.Route.Events createSolutionRoutesRouteEvents()
Solution.Routes.Route.Eventspublic Solution.Info.Contributor createSolutionInfoContributor()
Solution.Info.Contributorpublic Solution.Info createSolutionInfo()
Solution.Infopublic Solution.Routes.Route.Events.StopAtDepot createSolutionRoutesRouteEventsStopAtDepot()
Solution.Routes.Route.Events.StopAtDepotpublic Solution.Routes.Route createSolutionRoutesRoute()
Solution.Routes.Routepublic JAXBElement<Double> createStopStartTime(Double value)
public JAXBElement<Double> createStopEndTime(Double value)
public JAXBElement<Double> createStopLength(Double value)
Copyright © 2014 VRP-REP. All rights reserved.