org.ota.vehicle
Class VehicleCancelRQAdditionalInfo

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

public class VehicleCancelRQAdditionalInfo
extends java.lang.Object

The VehicleCancelRQAdditionalInfoType complex type defines the information that is used as part of a request to cancel a vehicle reservation. Schema fragment(s) for this class:

 <xs:complexType xmlns:ns="http://www.opentravel.org/OTA/2003/05" xmlns:xs="http://www.w3.org/2001/XMLSchema" name="VehicleCancelRQAdditionalInfoType">
   <xs:sequence>
     <xs:element name="CustLoyalty" minOccurs="0">
       <xs:complexType>
         <xs:attributeGroup ref="ns:CustomerLoyaltyGroup"/>
       </xs:complexType>
     </xs:element>
     <xs:element name="Telephone" minOccurs="0">
       <xs:complexType>
         <xs:attributeGroup ref="ns:TelephoneGroup"/>
       </xs:complexType>
     </xs:element>
     <xs:element type="ns:CompanyNameType" name="Vendor" minOccurs="0"/>
     <xs:element name="RentalInfo" minOccurs="0">
       <!-- Reference to inner class RentalInfo -->
     </xs:element>
     <xs:element ref="ns:TPA_Extensions" minOccurs="0"/>
   </xs:sequence>
 </xs:complexType>
 
 <xs:element xmlns:ns="http://www.opentravel.org/OTA/2003/05" xmlns:xs="http://www.w3.org/2001/XMLSchema" type="ns:TPA_ExtensionsType" name="TPA_Extensions"/>
 


Nested Class Summary
static class VehicleCancelRQAdditionalInfo.RentalInfo
          Summary information about the reservation, including locations, dates, etc.
 
Constructor Summary
VehicleCancelRQAdditionalInfo()
           
 
Method Summary
 CustomerLoyaltyGroup getCustLoyalty()
          Get the 'CustomerLoyaltyGroup' attributeGroup value.
 VehicleCancelRQAdditionalInfo.RentalInfo getRentalInfo()
          Get the 'RentalInfo' element value.
 TelephoneGroup getTelephone()
          Get the 'TelephoneGroup' attributeGroup value.
 TPAExtensions getTPAExtensions()
          Get the 'TPA_Extensions' element value.
 CompanyName getVendor()
          Get the 'Vendor' element value.
 void setCustLoyalty(CustomerLoyaltyGroup custLoyalty)
          Set the 'CustomerLoyaltyGroup' attributeGroup value.
 void setRentalInfo(VehicleCancelRQAdditionalInfo.RentalInfo rentalInfo)
          Set the 'RentalInfo' element value.
 void setTelephone(TelephoneGroup telephone)
          Set the 'TelephoneGroup' attributeGroup value.
 void setTPAExtensions(TPAExtensions TPAExtensions)
          Set the 'TPA_Extensions' element value.
 void setVendor(CompanyName vendor)
          Set the 'Vendor' element value.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

VehicleCancelRQAdditionalInfo

public VehicleCancelRQAdditionalInfo()
Method Detail

getCustLoyalty

public CustomerLoyaltyGroup getCustLoyalty()
Get the 'CustomerLoyaltyGroup' attributeGroup value. A frequent renter number associated with the reservation.

Returns:
value

setCustLoyalty

public void setCustLoyalty(CustomerLoyaltyGroup custLoyalty)
Set the 'CustomerLoyaltyGroup' attributeGroup value. A frequent renter number associated with the reservation.

Parameters:
custLoyalty -

getTelephone

public TelephoneGroup getTelephone()
Get the 'TelephoneGroup' attributeGroup value. A telephone number associated with the reservation.

Returns:
value

setTelephone

public void setTelephone(TelephoneGroup telephone)
Set the 'TelephoneGroup' attributeGroup value. A telephone number associated with the reservation.

Parameters:
telephone -

getVendor

public CompanyName getVendor()
Get the 'Vendor' element value. The vendor with whom the reservation has been made.

Returns:
value

setVendor

public void setVendor(CompanyName vendor)
Set the 'Vendor' element value. The vendor with whom the reservation has been made.

Parameters:
vendor -

getRentalInfo

public VehicleCancelRQAdditionalInfo.RentalInfo getRentalInfo()
Get the 'RentalInfo' element value.

Returns:
value

setRentalInfo

public void setRentalInfo(VehicleCancelRQAdditionalInfo.RentalInfo rentalInfo)
Set the 'RentalInfo' element value.

Parameters:
rentalInfo -

getTPAExtensions

public TPAExtensions getTPAExtensions()
Get the 'TPA_Extensions' element value. A placeholder in the schema to allow for additional elements and attributes to be included if required, per Trading Partner Agreement (TPA).

Returns:
value

setTPAExtensions

public void setTPAExtensions(TPAExtensions TPAExtensions)
Set the 'TPA_Extensions' element value. A placeholder in the schema to allow for additional elements and attributes to be included if required, per Trading Partner Agreement (TPA).

Parameters:
TPAExtensions -