|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.ota.loyalty.LoyaltyTravelInfo.CarRentalInfo
public static class LoyaltyTravelInfo.CarRentalInfo
Schema fragment(s) for this class:
<xs:element xmlns:ns="http://www.opentravel.org/OTA/2003/05" xmlns:xs="http://www.w3.org/2001/XMLSchema" name="CarRentalInfo"> <xs:complexType> <xs:sequence> <xs:element name="CarSegment"> <xs:complexType> <xs:sequence> <xs:element type="ns:CompanyNameType" name="Vendor" minOccurs="0"/> <xs:element type="ns:VehicleRentalCoreType" name="VehRentalCore" minOccurs="0"/> <xs:element type="ns:VehicleCoreType" name="Vehicle" minOccurs="0"/> </xs:sequence> </xs:complexType> </xs:element> </xs:sequence> </xs:complexType> </xs:element>
Constructor Summary | |
---|---|
LoyaltyTravelInfo.CarRentalInfo()
|
Method Summary | |
---|---|
VehicleCore |
getCarSegmentVehicle()
Get the 'Vehicle' element value. |
VehicleRentalCore |
getCarSegmentVehRentalCore()
Get the 'VehRentalCore' element value. |
CompanyName |
getCarSegmentVendor()
Get the 'Vendor' element value. |
void |
setCarSegmentVehicle(VehicleCore carSegmentVehicle)
Set the 'Vehicle' element value. |
void |
setCarSegmentVehRentalCore(VehicleRentalCore carSegmentVehRentalCore)
Set the 'VehRentalCore' element value. |
void |
setCarSegmentVendor(CompanyName carSegmentVendor)
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 LoyaltyTravelInfo.CarRentalInfo()
Method Detail |
---|
public CompanyName getCarSegmentVendor()
public void setCarSegmentVendor(CompanyName carSegmentVendor)
carSegmentVendor
- public VehicleRentalCore getCarSegmentVehRentalCore()
public void setCarSegmentVehRentalCore(VehicleRentalCore carSegmentVehRentalCore)
carSegmentVehRentalCore
- public VehicleCore getCarSegmentVehicle()
public void setCarSegmentVehicle(VehicleCore carSegmentVehicle)
carSegmentVehicle
-
|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |