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

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

public static class Instance.Fleet.VehicleProfile.Trailers
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>positiveInteger">
       <attribute name="type" use="required" type="{http://www.w3.org/2001/XMLSchema}positiveInteger" />
     </extension>
   </simpleContent>
 </complexType>
 


Field Summary
protected  BigInteger type
           
protected  BigInteger value
           
 
Constructor Summary
Instance.Fleet.VehicleProfile.Trailers()
           
 
Method Summary
 BigInteger getType()
          Gets the value of the type property.
 BigInteger getValue()
          Gets the value of the value property.
 void setType(BigInteger value)
          Sets the value of the type property.
 void setValue(BigInteger 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 BigInteger value

type

protected BigInteger type
Constructor Detail

Instance.Fleet.VehicleProfile.Trailers

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

getValue

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

Returns:
possible object is BigInteger

setValue

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

Parameters:
value - allowed object is BigInteger

getType

public BigInteger getType()
Gets the value of the type property.

Returns:
possible object is BigInteger

setType

public void setType(BigInteger value)
Sets the value of the type property.

Parameters:
value - allowed object is BigInteger


Copyright © 2014 VRP-REP. All rights reserved.