|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.ota.vehicle.VehicleModifyRQAdditionalInfo
public class VehicleModifyRQAdditionalInfo
The VehicleModifyRQAdditionalInfoType complex type identifies the data that is supplemental in a request to modify an existing 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="VehicleModifyRQAdditionalInfoType"> <xs:sequence> <xs:element type="ns:VehicleSpecialReqPrefType" name="SpecialReqPref" minOccurs="0" maxOccurs="5"/> <xs:element name="CoveragePrefs" minOccurs="0"> <!-- Reference to inner class CoveragePrefs --> </xs:element> <xs:element type="ns:OffLocationServiceType" name="OffLocService" minOccurs="0" maxOccurs="4"/> <xs:element type="ns:VehicleArrivalDetailsType" name="ArrivalDetails" minOccurs="0"/> <xs:element type="ns:PaymentDetailType" name="RentalPaymentPref" minOccurs="0" maxOccurs="5"/> <xs:element name="Reference" minOccurs="0"> <!-- Reference to inner class Reference --> </xs:element> <xs:element type="ns:VehicleTourInfoType" name="TourInfo" minOccurs="0"/> <xs:element type="ns:WrittenConfInstType" name="WrittenConfInst" minOccurs="0"/> <xs:element type="ns:ParagraphType" name="Remark" minOccurs="0" maxOccurs="5"/> <xs:element ref="ns:TPA_Extensions" minOccurs="0"/> </xs:sequence> <xs:attribute type="xs:string" use="optional" name="LuggageQty"/> <xs:attribute type="xs:string" use="optional" name="PassengerQty"/> <xs:attributeGroup ref="ns:SmokingIndicatorGroup"/> <xs:attribute type="xs:boolean" use="optional" name="GasPrePay"/> </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"/> <xs:attributeGroup xmlns:ns="http://www.opentravel.org/OTA/2003/05" xmlns:xs="http://www.w3.org/2001/XMLSchema" name="SmokingIndicatorGroup"> <xs:attribute type="xs:boolean" use="optional" name="SmokingAllowed"/> </xs:attributeGroup>
Nested Class Summary | |
---|---|
static class |
VehicleModifyRQAdditionalInfo.CoveragePrefs
Indicates the preferences for one or more types of coverage (insurance). |
static class |
VehicleModifyRQAdditionalInfo.Reference
Information identifying an earlier availability quote. |
Constructor Summary | |
---|---|
VehicleModifyRQAdditionalInfo()
|
Method Summary | |
---|---|
void |
addOffLocService(OffLocationService item)
Add a 'OffLocService' element item. |
void |
addRemark(Paragraph item)
Add a 'Remark' element item. |
void |
addRentalPaymentPref(PaymentDetail item)
Add a 'RentalPaymentPref' element item. |
void |
addSpecialReqPref(VehicleSpecialReqPref item)
Add a 'SpecialReqPref' element item. |
void |
clearOffLocServices()
Remove all 'OffLocService' element items. |
void |
clearRemarks()
Remove all 'Remark' element items. |
void |
clearRentalPaymentPrefs()
Remove all 'RentalPaymentPref' element items. |
void |
clearSpecialReqPrefs()
Remove all 'SpecialReqPref' element items. |
VehicleArrivalDetails |
getArrivalDetails()
Get the 'ArrivalDetails' element value. |
VehicleModifyRQAdditionalInfo.CoveragePrefs |
getCoveragePrefs()
Get the 'CoveragePrefs' element value. |
java.lang.Boolean |
getGasPrePay()
Get the 'GasPrePay' attribute value. |
java.lang.String |
getLuggageQty()
Get the 'LuggageQty' attribute value. |
OffLocationService |
getOffLocService(int index)
Get 'OffLocService' element item by position. |
java.util.List<OffLocationService> |
getOffLocServices()
Get the list of 'OffLocService' element items. |
java.lang.String |
getPassengerQty()
Get the 'PassengerQty' attribute value. |
VehicleModifyRQAdditionalInfo.Reference |
getReference()
Get the 'Reference' element value. |
Paragraph |
getRemark(int index)
Get 'Remark' element item by position. |
java.util.List<Paragraph> |
getRemarks()
Get the list of 'Remark' element items. |
PaymentDetail |
getRentalPaymentPref(int index)
Get 'RentalPaymentPref' element item by position. |
java.util.List<PaymentDetail> |
getRentalPaymentPrefs()
Get the list of 'RentalPaymentPref' element items. |
java.lang.Boolean |
getSmokingAllowed()
Get the 'SmokingAllowed' attribute value. |
VehicleSpecialReqPref |
getSpecialReqPref(int index)
Get 'SpecialReqPref' element item by position. |
java.util.List<VehicleSpecialReqPref> |
getSpecialReqPrefs()
Get the list of 'SpecialReqPref' element items. |
VehicleTourInfo |
getTourInfo()
Get the 'TourInfo' element value. |
TPAExtensions |
getTPAExtensions()
Get the 'TPA_Extensions' element value. |
WrittenConfInst |
getWrittenConfInst()
Get the 'WrittenConfInst' element value. |
void |
setArrivalDetails(VehicleArrivalDetails arrivalDetails)
Set the 'ArrivalDetails' element value. |
void |
setCoveragePrefs(VehicleModifyRQAdditionalInfo.CoveragePrefs coveragePrefs)
Set the 'CoveragePrefs' element value. |
void |
setGasPrePay(java.lang.Boolean gasPrePay)
Set the 'GasPrePay' attribute value. |
void |
setLuggageQty(java.lang.String luggageQty)
Set the 'LuggageQty' attribute value. |
void |
setOffLocServices(java.util.List<OffLocationService> list)
Set the list of 'OffLocService' element items. |
void |
setPassengerQty(java.lang.String passengerQty)
Set the 'PassengerQty' attribute value. |
void |
setReference(VehicleModifyRQAdditionalInfo.Reference reference)
Set the 'Reference' element value. |
void |
setRemarks(java.util.List<Paragraph> list)
Set the list of 'Remark' element items. |
void |
setRentalPaymentPrefs(java.util.List<PaymentDetail> list)
Set the list of 'RentalPaymentPref' element items. |
void |
setSmokingAllowed(java.lang.Boolean smokingAllowed)
Set the 'SmokingAllowed' attribute value. |
void |
setSpecialReqPrefs(java.util.List<VehicleSpecialReqPref> list)
Set the list of 'SpecialReqPref' element items. |
void |
setTourInfo(VehicleTourInfo tourInfo)
Set the 'TourInfo' element value. |
void |
setTPAExtensions(TPAExtensions TPAExtensions)
Set the 'TPA_Extensions' element value. |
void |
setWrittenConfInst(WrittenConfInst writtenConfInst)
Set the 'WrittenConfInst' element value. |
int |
sizeOffLocServices()
Get the number of 'OffLocService' element items. |
int |
sizeRemarks()
Get the number of 'Remark' element items. |
int |
sizeRentalPaymentPrefs()
Get the number of 'RentalPaymentPref' element items. |
int |
sizeSpecialReqPrefs()
Get the number of 'SpecialReqPref' element items. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public VehicleModifyRQAdditionalInfo()
Method Detail |
---|
public java.util.List<VehicleSpecialReqPref> getSpecialReqPrefs()
public void setSpecialReqPrefs(java.util.List<VehicleSpecialReqPref> list)
list
- public int sizeSpecialReqPrefs()
public void addSpecialReqPref(VehicleSpecialReqPref item)
item
- public VehicleSpecialReqPref getSpecialReqPref(int index)
index
-
public void clearSpecialReqPrefs()
public VehicleModifyRQAdditionalInfo.CoveragePrefs getCoveragePrefs()
public void setCoveragePrefs(VehicleModifyRQAdditionalInfo.CoveragePrefs coveragePrefs)
coveragePrefs
- public java.util.List<OffLocationService> getOffLocServices()
public void setOffLocServices(java.util.List<OffLocationService> list)
list
- public int sizeOffLocServices()
public void addOffLocService(OffLocationService item)
item
- public OffLocationService getOffLocService(int index)
index
-
public void clearOffLocServices()
public VehicleArrivalDetails getArrivalDetails()
public void setArrivalDetails(VehicleArrivalDetails arrivalDetails)
arrivalDetails
- public java.util.List<PaymentDetail> getRentalPaymentPrefs()
public void setRentalPaymentPrefs(java.util.List<PaymentDetail> list)
list
- public int sizeRentalPaymentPrefs()
public void addRentalPaymentPref(PaymentDetail item)
item
- public PaymentDetail getRentalPaymentPref(int index)
index
-
public void clearRentalPaymentPrefs()
public VehicleModifyRQAdditionalInfo.Reference getReference()
public void setReference(VehicleModifyRQAdditionalInfo.Reference reference)
reference
- public VehicleTourInfo getTourInfo()
public void setTourInfo(VehicleTourInfo tourInfo)
tourInfo
- public WrittenConfInst getWrittenConfInst()
public void setWrittenConfInst(WrittenConfInst writtenConfInst)
writtenConfInst
- public java.util.List<Paragraph> getRemarks()
public void setRemarks(java.util.List<Paragraph> list)
list
- public int sizeRemarks()
public void addRemark(Paragraph item)
item
- public Paragraph getRemark(int index)
index
-
public void clearRemarks()
public TPAExtensions getTPAExtensions()
public void setTPAExtensions(TPAExtensions TPAExtensions)
TPAExtensions
- public java.lang.String getLuggageQty()
public void setLuggageQty(java.lang.String luggageQty)
luggageQty
- public java.lang.String getPassengerQty()
public void setPassengerQty(java.lang.String passengerQty)
passengerQty
- public java.lang.Boolean getSmokingAllowed()
public void setSmokingAllowed(java.lang.Boolean smokingAllowed)
smokingAllowed
- public java.lang.Boolean getGasPrePay()
public void setGasPrePay(java.lang.Boolean gasPrePay)
gasPrePay
-
|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |