org.vrprep.model.solution
Class Service

java.lang.Object
  extended by org.vrprep.model.solution.Stop
      extended by 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>
 


Field Summary
protected  String requestId
           
 
Fields inherited from class org.vrprep.model.solution.Stop
content, nodeId
 
Constructor Summary
Service()
           
 
Method Summary
 String getRequestId()
          Gets the value of the requestId property.
 void setRequestId(String value)
          Sets the value of the requestId property.
 
Methods inherited from class org.vrprep.model.solution.Stop
getContent, getNodeId, setNodeId
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

requestId

protected String requestId
Constructor Detail

Service

public Service()
Method Detail

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.