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>
| Modifier and Type | Class and Description |
|---|---|
static class |
Solution.Routes.Route.Events.StopAtDepot
Java class for anonymous complex type.
|
| Modifier and Type | Field and Description |
|---|---|
protected Stop |
_break |
protected Stop |
detach |
protected Stop |
recharge |
protected Service |
service |
protected Solution.Routes.Route.Events.StopAtDepot |
stopAtDepot |
| Constructor and Description |
|---|
Events() |
| Modifier and Type | Method and Description |
|---|---|
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.
|
protected Service service
protected Solution.Routes.Route.Events.StopAtDepot stopAtDepot
protected Stop _break
protected Stop recharge
protected Stop detach
public void setService(Service value)
value - allowed object is
Servicepublic Solution.Routes.Route.Events.StopAtDepot getStopAtDepot()
Solution.Routes.Route.Events.StopAtDepotpublic void setStopAtDepot(Solution.Routes.Route.Events.StopAtDepot value)
value - allowed object is
Solution.Routes.Route.Events.StopAtDepotpublic Stop getBreak()
Stoppublic void setBreak(Stop value)
value - allowed object is
Stoppublic Stop getRecharge()
Stoppublic void setRecharge(Stop value)
value - allowed object is
Stoppublic Stop getDetach()
StopCopyright © 2014 VRP-REP. All rights reserved.