|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.vrprep.model.solution.Solution.Routes.Route.Events
public static class Solution.Routes.Route.Events
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 |
|---|
protected Service service
protected Solution.Routes.Route.Events.StopAtDepot stopAtDepot
protected Stop _break
protected Stop recharge
protected Stop detach
| Constructor Detail |
|---|
public Solution.Routes.Route.Events()
| Method Detail |
|---|
public Service getService()
Servicepublic 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()
Stoppublic void setDetach(Stop value)
value - allowed object is
Stop
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||