|
||||||||||
| 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
public static class Solution.Routes.Route
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 name="events" maxOccurs="unbounded">
<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>
</element>
</sequence>
<attribute name="id" use="required" type="{http://www.w3.org/2001/XMLSchema}integer" />
<attribute name="vehicle_type" use="required" type="{http://www.w3.org/2001/XMLSchema}integer" />
<attribute name="driver_profile" type="{http://www.w3.org/2001/XMLSchema}anySimpleType" />
</restriction>
</complexContent>
</complexType>
| Nested Class Summary | |
|---|---|
static class |
Solution.Routes.Route.Events
Java class for anonymous complex type. |
| Field Summary | |
|---|---|
protected String |
driverProfile
|
protected List<Solution.Routes.Route.Events> |
events
|
protected BigInteger |
id
|
protected BigInteger |
vehicleType
|
| Constructor Summary | |
|---|---|
Solution.Routes.Route()
|
|
| Method Summary | |
|---|---|
String |
getDriverProfile()
Gets the value of the driverProfile property. |
List<Solution.Routes.Route.Events> |
getEvents()
Gets the value of the events property. |
BigInteger |
getId()
Gets the value of the id property. |
BigInteger |
getVehicleType()
Gets the value of the vehicleType property. |
void |
setDriverProfile(String value)
Sets the value of the driverProfile property. |
void |
setId(BigInteger value)
Sets the value of the id property. |
void |
setVehicleType(BigInteger value)
Sets the value of the vehicleType property. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected List<Solution.Routes.Route.Events> events
protected BigInteger id
protected BigInteger vehicleType
protected String driverProfile
| Constructor Detail |
|---|
public Solution.Routes.Route()
| Method Detail |
|---|
public List<Solution.Routes.Route.Events> getEvents()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the events property.
For example, to add a new item, do as follows:
getEvents().add(newItem);
Objects of the following type(s) are allowed in the list
Solution.Routes.Route.Events
public BigInteger getId()
BigIntegerpublic void setId(BigInteger value)
value - allowed object is
BigIntegerpublic BigInteger getVehicleType()
BigIntegerpublic void setVehicleType(BigInteger value)
value - allowed object is
BigIntegerpublic String getDriverProfile()
Stringpublic void setDriverProfile(String value)
value - allowed object is
String
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||