public static class Solution.Routes.Route 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 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>
| Modifier and Type | Class and Description |
|---|---|
static class |
Solution.Routes.Route.Events
Java class for anonymous complex type.
|
| Modifier and Type | Field and Description |
|---|---|
protected String |
driverProfile |
protected List<Solution.Routes.Route.Events> |
events |
protected BigInteger |
id |
protected BigInteger |
vehicleType |
| Constructor and Description |
|---|
Route() |
| Modifier and Type | Method and Description |
|---|---|
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.
|
protected List<Solution.Routes.Route.Events> events
protected BigInteger id
protected BigInteger vehicleType
protected String driverProfile
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()
StringCopyright © 2014 VRP-REP. All rights reserved.