org.vrprep.model.solution
Class Service
java.lang.Object
org.vrprep.model.solution.Stop
org.vrprep.model.solution.Service
public class Service
- extends Stop
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType>
<complexContent>
<extension base="{}stop">
<sequence>
<element name="quantity" maxOccurs="unbounded" minOccurs="0">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<attribute name="type" use="required" type="{http://www.w3.org/2001/XMLSchema}integer" />
</restriction>
</complexContent>
</complexType>
</element>
</sequence>
<attribute name="request_id" use="required" type="{http://www.w3.org/2001/XMLSchema}anySimpleType" />
</extension>
</complexContent>
</complexType>
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
requestId
protected String requestId
Service
public Service()
getRequestId
public String getRequestId()
- Gets the value of the requestId property.
- Returns:
- possible object is
String
setRequestId
public void setRequestId(String value)
- Sets the value of the requestId property.
- Parameters:
value - allowed object is
String
Copyright © 2014 VRP-REP. All rights reserved.