|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||
java.lang.Objectorg.ota.vehicle.VehicleCancelRQAdditionalInfo
public class VehicleCancelRQAdditionalInfo
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 |
|---|
public VehicleCancelRQAdditionalInfo()
| Method Detail |
|---|
public CustomerLoyaltyGroup getCustLoyalty()
public void setCustLoyalty(CustomerLoyaltyGroup custLoyalty)
custLoyalty - public TelephoneGroup getTelephone()
public void setTelephone(TelephoneGroup telephone)
telephone - public CompanyName getVendor()
public void setVendor(CompanyName vendor)
vendor - public VehicleCancelRQAdditionalInfo.RentalInfo getRentalInfo()
public void setRentalInfo(VehicleCancelRQAdditionalInfo.RentalInfo rentalInfo)
rentalInfo - public TPAExtensions getTPAExtensions()
public void setTPAExtensions(TPAExtensions TPAExtensions)
TPAExtensions -
|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||