org.vrprep.model.instance
Class Instance.Fleet.VehicleProfile.Resource

java.lang.Object
  extended by org.vrprep.model.instance.Instance.Fleet.VehicleProfile.Resource
Enclosing class:
Instance.Fleet.VehicleProfile

public static class Instance.Fleet.VehicleProfile.Resource
extends Object

Java class for anonymous complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType>
   <simpleContent>
     <extension base="<http://www.w3.org/2001/XMLSchema>double">
       <attribute name="id" use="required" type="{http://www.w3.org/2001/XMLSchema}int" />
     </extension>
   </simpleContent>
 </complexType>
 


Field Summary
protected  int id
           
protected  double value
           
 
Constructor Summary
Instance.Fleet.VehicleProfile.Resource()
           
 
Method Summary
 int getId()
          Gets the value of the id property.
 double getValue()
          Gets the value of the value property.
 void setId(int value)
          Sets the value of the id property.
 void setValue(double value)
          Sets the value of the value property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

value

protected double value

id

protected int id
Constructor Detail

Instance.Fleet.VehicleProfile.Resource

public Instance.Fleet.VehicleProfile.Resource()
Method Detail

getValue

public double getValue()
Gets the value of the value property.


setValue

public void setValue(double value)
Sets the value of the value property.


getId

public int getId()
Gets the value of the id property.


setId

public void setId(int value)
Sets the value of the id property.



Copyright © 2014 VRP-REP. All rights reserved.