org.ota.vehicle
Class VehicleIdentityGroup

java.lang.Object
  extended by org.ota.vehicle.VehicleIdentityGroup

public class VehicleIdentityGroup
extends java.lang.Object

The VehicleIdentityGroup is a set of information used to identify a single vehicle. Schema fragment(s) for this class:

 <xs:attributeGroup xmlns:ns="http://www.opentravel.org/OTA/2003/05" xmlns:xs="http://www.w3.org/2001/XMLSchema" name="VehicleIdentityGroup">
   <xs:attribute type="xs:string" use="optional" name="VehicleAssetNumber"/>
   <xs:attribute type="xs:string" use="optional" name="LicensePlateNumber"/>
   <xs:attribute type="xs:string" use="optional" name="StateProvCode"/>
   <xs:attribute type="xs:string" use="optional" name="CountryCode"/>
   <xs:attribute type="xs:string" use="optional" name="VehicleID_Number"/>
   <xs:attribute type="xs:string" use="optional" name="VehicleColor"/>
 </xs:attributeGroup>
 


Constructor Summary
VehicleIdentityGroup()
           
 
Method Summary
 java.lang.String getCountryCode()
          Get the 'CountryCode' attribute value.
 java.lang.String getLicensePlateNumber()
          Get the 'LicensePlateNumber' attribute value.
 java.lang.String getStateProvCode()
          Get the 'StateProvCode' attribute value.
 java.lang.String getVehicleAssetNumber()
          Get the 'VehicleAssetNumber' attribute value.
 java.lang.String getVehicleColor()
          Get the 'VehicleColor' attribute value.
 java.lang.String getVehicleIDNumber()
          Get the 'VehicleID_Number' attribute value.
 void setCountryCode(java.lang.String countryCode)
          Set the 'CountryCode' attribute value.
 void setLicensePlateNumber(java.lang.String licensePlateNumber)
          Set the 'LicensePlateNumber' attribute value.
 void setStateProvCode(java.lang.String stateProvCode)
          Set the 'StateProvCode' attribute value.
 void setVehicleAssetNumber(java.lang.String vehicleAssetNumber)
          Set the 'VehicleAssetNumber' attribute value.
 void setVehicleColor(java.lang.String vehicleColor)
          Set the 'VehicleColor' attribute value.
 void setVehicleIDNumber(java.lang.String vehicleIDNumber)
          Set the 'VehicleID_Number' attribute value.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

VehicleIdentityGroup

public VehicleIdentityGroup()
Method Detail

getVehicleAssetNumber

public java.lang.String getVehicleAssetNumber()
Get the 'VehicleAssetNumber' attribute value. This is the number assigned by a rental car company to manage inventory, it is not the Vehicle Identification Number (VIN).

Returns:
value

setVehicleAssetNumber

public void setVehicleAssetNumber(java.lang.String vehicleAssetNumber)
Set the 'VehicleAssetNumber' attribute value. This is the number assigned by a rental car company to manage inventory, it is not the Vehicle Identification Number (VIN).

Parameters:
vehicleAssetNumber -

getLicensePlateNumber

public java.lang.String getLicensePlateNumber()
Get the 'LicensePlateNumber' attribute value. This is the license plate number of the vehicle rented.

Returns:
value

setLicensePlateNumber

public void setLicensePlateNumber(java.lang.String licensePlateNumber)
Set the 'LicensePlateNumber' attribute value. This is the license plate number of the vehicle rented.

Parameters:
licensePlateNumber -

getStateProvCode

public java.lang.String getStateProvCode()
Get the 'StateProvCode' attribute value. This identifies the standard code or abbreviation for the state, province, or region of vehicle registration.

Returns:
value

setStateProvCode

public void setStateProvCode(java.lang.String stateProvCode)
Set the 'StateProvCode' attribute value. This identifies the standard code or abbreviation for the state, province, or region of vehicle registration.

Parameters:
stateProvCode -

getCountryCode

public java.lang.String getCountryCode()
Get the 'CountryCode' attribute value. This identifies the standard code or abbreviation for the country of vehicle registration.

Returns:
value

setCountryCode

public void setCountryCode(java.lang.String countryCode)
Set the 'CountryCode' attribute value. This identifies the standard code or abbreviation for the country of vehicle registration.

Parameters:
countryCode -

getVehicleIDNumber

public java.lang.String getVehicleIDNumber()
Get the 'VehicleID_Number' attribute value. This is the manufacturers' assigned vehicle identification number (VIN).

Returns:
value

setVehicleIDNumber

public void setVehicleIDNumber(java.lang.String vehicleIDNumber)
Set the 'VehicleID_Number' attribute value. This is the manufacturers' assigned vehicle identification number (VIN).

Parameters:
vehicleIDNumber -

getVehicleColor

public java.lang.String getVehicleColor()
Get the 'VehicleColor' attribute value. This is the color of the vehicle being rented.

Returns:
value

setVehicleColor

public void setVehicleColor(java.lang.String vehicleColor)
Set the 'VehicleColor' attribute value. This is the color of the vehicle being rented.

Parameters:
vehicleColor -