|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.ota.air.AirItineraryPricingInfo
org.ota.air.BookingPriceInfo
org.ota.air.BookRQ.PriceInfo
public static class BookRQ.PriceInfo
Pricing information for the air itinerary to be booked e.g. this data could come from the OTA_AirPriceRS data. 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="PriceInfo" minOccurs="0"> <xs:complexType> <xs:complexContent> <xs:extension base="ns:BookingPriceInfoType"> <xs:sequence> <xs:element name="PricingPref" minOccurs="0" maxOccurs="10"> <xs:complexType> <xs:attributeGroup ref="ns:PricingInfoGroup"/> </xs:complexType> </xs:element> </xs:sequence> <xs:attribute type="xs:string" use="optional" name="ParticipationLevel"/> <xs:attribute type="xs:boolean" use="optional" name="ExpandedPricingInd"/> </xs:extension> </xs:complexContent> </xs:complexType> </xs:element>
Nested Class Summary |
---|
Nested classes/interfaces inherited from class org.ota.air.AirItineraryPricingInfo |
---|
AirItineraryPricingInfo.FareInfos, AirItineraryPricingInfo.ItinTotalFare, AirItineraryPricingInfo.PTCFareBreakdowns |
Constructor Summary | |
---|---|
BookRQ.PriceInfo()
|
Method Summary | |
---|---|
void |
addPricingPref(PricingInfoGroup item)
Add a 'PricingPref' element item. |
void |
clearPricingPrefs()
Remove all 'PricingPref' element items. |
java.lang.Boolean |
getExpandedPricingInd()
Get the 'ExpandedPricingInd' attribute value. |
java.lang.String |
getParticipationLevel()
Get the 'ParticipationLevel' attribute value. |
PricingInfoGroup |
getPricingPref(int index)
Get 'PricingPref' element item by position. |
java.util.List<PricingInfoGroup> |
getPricingPrefs()
Get the list of 'PricingPref' element items. |
void |
setExpandedPricingInd(java.lang.Boolean expandedPricingInd)
Set the 'ExpandedPricingInd' attribute value. |
void |
setParticipationLevel(java.lang.String participationLevel)
Set the 'ParticipationLevel' attribute value. |
void |
setPricingPrefs(java.util.List<PricingInfoGroup> list)
Set the list of 'PricingPref' element items. |
int |
sizePricingPrefs()
Get the number of 'PricingPref' element items. |
Methods inherited from class org.ota.air.BookingPriceInfo |
---|
getRepriceRequired, setRepriceRequired |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public BookRQ.PriceInfo()
Method Detail |
---|
public java.util.List<PricingInfoGroup> getPricingPrefs()
public void setPricingPrefs(java.util.List<PricingInfoGroup> list)
list
- public int sizePricingPrefs()
public void addPricingPref(PricingInfoGroup item)
item
- public PricingInfoGroup getPricingPref(int index)
index
-
public void clearPricingPrefs()
public java.lang.String getParticipationLevel()
public void setParticipationLevel(java.lang.String participationLevel)
participationLevel
- public java.lang.Boolean getExpandedPricingInd()
public void setExpandedPricingInd(java.lang.Boolean expandedPricingInd)
expandedPricingInd
-
|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |