org.vrprep.model.solution
Class Solution.Routes.Route.Events

java.lang.Object
  extended by org.vrprep.model.solution.Solution.Routes.Route.Events
Enclosing class:
Solution.Routes.Route

public static class Solution.Routes.Route.Events
extends Object

Java class for anonymous complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType>
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element ref="{}service" minOccurs="0"/>
         <element name="stop_at_depot" minOccurs="0">
           <complexType>
             <complexContent>
               <extension base="{}stop">
               </extension>
             </complexContent>
           </complexType>
         </element>
         <element name="break" type="{}stop" minOccurs="0"/>
         <element name="recharge" type="{}stop" minOccurs="0"/>
         <element name="detach" type="{}stop" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 


Nested Class Summary
static class Solution.Routes.Route.Events.StopAtDepot
          Java class for anonymous complex type.
 
Field Summary
protected  Stop _break
           
protected  Stop detach
           
protected  Stop recharge
           
protected  Service service
           
protected  Solution.Routes.Route.Events.StopAtDepot stopAtDepot
           
 
Constructor Summary
Solution.Routes.Route.Events()
           
 
Method Summary
 Stop getBreak()
          Gets the value of the break property.
 Stop getDetach()
          Gets the value of the detach property.
 Stop getRecharge()
          Gets the value of the recharge property.
 Service getService()
          Service a request
 Solution.Routes.Route.Events.StopAtDepot getStopAtDepot()
          Gets the value of the stopAtDepot property.
 void setBreak(Stop value)
          Sets the value of the break property.
 void setDetach(Stop value)
          Sets the value of the detach property.
 void setRecharge(Stop value)
          Sets the value of the recharge property.
 void setService(Service value)
          Sets the value of the service property.
 void setStopAtDepot(Solution.Routes.Route.Events.StopAtDepot value)
          Sets the value of the stopAtDepot property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

service

protected Service service

stopAtDepot

protected Solution.Routes.Route.Events.StopAtDepot stopAtDepot

_break

protected Stop _break

recharge

protected Stop recharge

detach

protected Stop detach
Constructor Detail

Solution.Routes.Route.Events

public Solution.Routes.Route.Events()
Method Detail

getService

public Service getService()
Service a request

Returns:
possible object is Service

setService

public void setService(Service value)
Sets the value of the service property.

Parameters:
value - allowed object is Service

getStopAtDepot

public Solution.Routes.Route.Events.StopAtDepot getStopAtDepot()
Gets the value of the stopAtDepot property.

Returns:
possible object is Solution.Routes.Route.Events.StopAtDepot

setStopAtDepot

public void setStopAtDepot(Solution.Routes.Route.Events.StopAtDepot value)
Sets the value of the stopAtDepot property.

Parameters:
value - allowed object is Solution.Routes.Route.Events.StopAtDepot

getBreak

public Stop getBreak()
Gets the value of the break property.

Returns:
possible object is Stop

setBreak

public void setBreak(Stop value)
Sets the value of the break property.

Parameters:
value - allowed object is Stop

getRecharge

public Stop getRecharge()
Gets the value of the recharge property.

Returns:
possible object is Stop

setRecharge

public void setRecharge(Stop value)
Sets the value of the recharge property.

Parameters:
value - allowed object is Stop

getDetach

public Stop getDetach()
Gets the value of the detach property.

Returns:
possible object is Stop

setDetach

public void setDetach(Stop value)
Sets the value of the detach property.

Parameters:
value - allowed object is Stop


Copyright © 2014 VRP-REP. All rights reserved.