|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.ota.air.FareDisplayRS.FareDisplayInfos.FareDisplayInfo
public static class FareDisplayRS.FareDisplayInfos.FareDisplayInfo
Standard fare information. 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="FareDisplayInfo" maxOccurs="unbounded"> <xs:complexType> <xs:sequence> <xs:element name="TravelDates"> <xs:complexType> <xs:attribute type="xs:date" use="required" name="DepartureDate"/> <xs:attribute type="xs:date" use="optional" name="ArrivalDate"/> <xs:attribute type="xs:boolean" use="optional" name="BlackoutDatesInd"/> </xs:complexType> </xs:element> <xs:element type="xs:string" name="FareReference"/> <xs:element name="RuleInfo"> <xs:complexType> <xs:complexContent> <xs:extension base="ns:RuleInfoType"> <xs:attribute type="xs:string" use="optional" name="RuleNumber"/> <xs:attribute type="xs:string" use="optional" name="Tariff"/> </xs:extension> </xs:complexContent> </xs:complexType> </xs:element> <xs:element type="ns:CompanyNameType" name="FilingAirline"/> <xs:element type="ns:CompanyNameType" name="MarketingAirline" minOccurs="0" maxOccurs="5"/> <xs:element type="ns:LocationType" name="DepartureLocation"/> <xs:element type="ns:LocationType" name="ArrivalLocation"/> <xs:element name="Restrictions" minOccurs="0"> <!-- Reference to inner class Restrictions --> </xs:element> <xs:element name="PricingInfo"> <xs:complexType> <xs:complexContent> <xs:extension base="ns:FareType"> <xs:sequence> <xs:element name="SeasonalInfo" minOccurs="0"> <!-- Reference to inner class SeasonalInfo --> </xs:element> </xs:sequence> <xs:attribute type="xs:string" use="optional" name="PassengerTypeCode"/> <xs:attribute type="xs:string" use="optional" name="CodeContext"/> <xs:attribute type="xs:boolean" use="optional" name="ConvertedToEuroInd"/> <xs:attribute type="xs:boolean" use="optional" name="CodeOnlyFaresInd"/> <xs:attribute type="xs:string" use="optional" name="AccountCode"/> <xs:attribute type="xs:boolean" use="optional" name="CurrencyOverrideInd"/> </xs:extension> </xs:complexContent> </xs:complexType> </xs:element> <xs:element name="NetFare" minOccurs="0" maxOccurs="99"> <!-- Reference to inner class NetFare --> </xs:element> </xs:sequence> <xs:attribute type="xs:string" use="optional" name="FareRPH"/> <xs:attribute type="xs:boolean" use="optional" name="NotAvailableForFareQuotation"/> <xs:attribute type="ns:FareApplicationType" use="optional" name="FareApplicationType"/> <xs:attribute type="xs:string" use="optional" name="ResBookDesigCode"/> <xs:attribute type="xs:boolean" use="optional" name="MileageIndicator"/> <xs:attribute type="xs:dateTime" use="optional" name="LastFareUpdate"/> <xs:attribute use="optional" name="FareIndication"> <xs:simpleType> <!-- Reference to inner class FareIndication --> </xs:simpleType> </xs:attribute> <xs:attribute type="ns:FareStatusType" use="optional" name="FareStatus"/> <xs:attribute type="xs:boolean" use="optional" name="E_TicketRequiredInd"/> <xs:attribute type="xs:boolean" use="optional" name="RestrictAutoPriceInd"/> <xs:attribute type="xs:boolean" use="optional" name="PenaltyInd"/> <xs:attribute type="xs:boolean" use="optional" name="NewFareInd"/> <xs:attribute type="xs:int" use="optional" name="RoutingNumber"/> </xs:complexType> </xs:element>
Nested Class Summary | |
---|---|
static class |
FareDisplayRS.FareDisplayInfos.FareDisplayInfo.FareIndication
Schema fragment(s) for this class: |
static class |
FareDisplayRS.FareDisplayInfos.FareDisplayInfo.NetFare
Information for a fare that can be distributed by others. |
static class |
FareDisplayRS.FareDisplayInfos.FareDisplayInfo.Restrictions
Container for multiple restriction elements Schema fragment(s) for this class: |
static class |
FareDisplayRS.FareDisplayInfos.FareDisplayInfo.SeasonalInfo
Seasonal information for this fare. |
Constructor Summary | |
---|---|
FareDisplayRS.FareDisplayInfos.FareDisplayInfo()
|
Method Summary | |
---|---|
void |
addMarketingAirline(CompanyName item)
Add a 'MarketingAirline' element item. |
void |
addNetFare(FareDisplayRS.FareDisplayInfos.FareDisplayInfo.NetFare item)
Add a 'NetFare' element item. |
void |
clearMarketingAirlines()
Remove all 'MarketingAirline' element items. |
void |
clearNetFares()
Remove all 'NetFare' element items. |
Location |
getArrivalLocation()
Get the 'ArrivalLocation' element value. |
Location |
getDepartureLocation()
Get the 'DepartureLocation' element value. |
java.lang.Boolean |
getETicketRequiredInd()
Get the 'E_TicketRequiredInd' attribute value. |
FareApplication |
getFareApplication()
Get the 'FareApplicationType' attribute value. |
FareDisplayRS.FareDisplayInfos.FareDisplayInfo.FareIndication |
getFareIndication()
Get the 'FareIndication' attribute value. |
java.lang.String |
getFareReference()
Get the 'FareReference' element value. |
java.lang.String |
getFareRPH()
Get the 'FareRPH' attribute value. |
FareStatus |
getFareStatus()
Get the 'FareStatus' attribute value. |
CompanyName |
getFilingAirline()
Get the 'FilingAirline' element value. |
java.util.Date |
getLastFareUpdate()
Get the 'LastFareUpdate' attribute value. |
CompanyName |
getMarketingAirline(int index)
Get 'MarketingAirline' element item by position. |
java.util.List<CompanyName> |
getMarketingAirlines()
Get the list of 'MarketingAirline' element items. |
java.lang.Boolean |
getMileageIndicator()
Get the 'MileageIndicator' attribute value. |
FareDisplayRS.FareDisplayInfos.FareDisplayInfo.NetFare |
getNetFare(int index)
Get 'NetFare' element item by position. |
java.util.List<FareDisplayRS.FareDisplayInfos.FareDisplayInfo.NetFare> |
getNetFares()
Get the list of 'NetFare' element items. |
java.lang.Boolean |
getNewFareInd()
Get the 'NewFareInd' attribute value. |
java.lang.Boolean |
getNotAvailableForFareQuotation()
Get the 'NotAvailableForFareQuotation' attribute value. |
java.lang.Boolean |
getPenaltyInd()
Get the 'PenaltyInd' attribute value. |
java.lang.String |
getPricingInfoAccountCode()
Get the 'AccountCode' attribute value. |
java.lang.String |
getPricingInfoCodeContext()
Get the 'CodeContext' attribute value. |
java.lang.Boolean |
getPricingInfoCodeOnlyFaresInd()
Get the 'CodeOnlyFaresInd' attribute value. |
java.lang.Boolean |
getPricingInfoConvertedToEuroInd()
Get the 'ConvertedToEuroInd' attribute value. |
java.lang.Boolean |
getPricingInfoCurrencyOverrideInd()
Get the 'CurrencyOverrideInd' attribute value. |
Fare |
getPricingInfoFare()
Get the extension value. |
java.lang.String |
getPricingInfoPassengerTypeCode()
Get the 'PassengerTypeCode' attribute value. |
java.lang.String |
getResBookDesigCode()
Get the 'ResBookDesigCode' attribute value. |
java.lang.Boolean |
getRestrictAutoPriceInd()
Get the 'RestrictAutoPriceInd' attribute value. |
FareDisplayRS.FareDisplayInfos.FareDisplayInfo.Restrictions |
getRestrictions()
Get the 'Restrictions' element value. |
java.lang.Integer |
getRoutingNumber()
Get the 'RoutingNumber' attribute value. |
RuleInfo |
getRuleInfoRuleInfo()
Get the extension value. |
java.lang.String |
getRuleInfoRuleNumber()
Get the 'RuleNumber' attribute value. |
java.lang.String |
getRuleInfoTariff()
Get the 'Tariff' attribute value. |
FareDisplayRS.FareDisplayInfos.FareDisplayInfo.SeasonalInfo |
getSeasonalInfo()
Get the 'SeasonalInfo' element value. |
java.sql.Date |
getTravelDatesArrivalDate()
Get the 'ArrivalDate' attribute value. |
java.lang.Boolean |
getTravelDatesBlackoutDatesInd()
Get the 'BlackoutDatesInd' attribute value. |
java.sql.Date |
getTravelDatesDepartureDate()
Get the 'DepartureDate' attribute value. |
void |
setArrivalLocation(Location arrivalLocation)
Set the 'ArrivalLocation' element value. |
void |
setDepartureLocation(Location departureLocation)
Set the 'DepartureLocation' element value. |
void |
setETicketRequiredInd(java.lang.Boolean ETicketRequiredInd)
Set the 'E_TicketRequiredInd' attribute value. |
void |
setFareApplication(FareApplication fareApplication)
Set the 'FareApplicationType' attribute value. |
void |
setFareIndication(FareDisplayRS.FareDisplayInfos.FareDisplayInfo.FareIndication fareIndication)
Set the 'FareIndication' attribute value. |
void |
setFareReference(java.lang.String fareReference)
Set the 'FareReference' element value. |
void |
setFareRPH(java.lang.String fareRPH)
Set the 'FareRPH' attribute value. |
void |
setFareStatus(FareStatus fareStatus)
Set the 'FareStatus' attribute value. |
void |
setFilingAirline(CompanyName filingAirline)
Set the 'FilingAirline' element value. |
void |
setLastFareUpdate(java.util.Date lastFareUpdate)
Set the 'LastFareUpdate' attribute value. |
void |
setMarketingAirlines(java.util.List<CompanyName> list)
Set the list of 'MarketingAirline' element items. |
void |
setMileageIndicator(java.lang.Boolean mileageIndicator)
Set the 'MileageIndicator' attribute value. |
void |
setNetFares(java.util.List<FareDisplayRS.FareDisplayInfos.FareDisplayInfo.NetFare> list)
Set the list of 'NetFare' element items. |
void |
setNewFareInd(java.lang.Boolean newFareInd)
Set the 'NewFareInd' attribute value. |
void |
setNotAvailableForFareQuotation(java.lang.Boolean notAvailableForFareQuotation)
Set the 'NotAvailableForFareQuotation' attribute value. |
void |
setPenaltyInd(java.lang.Boolean penaltyInd)
Set the 'PenaltyInd' attribute value. |
void |
setPricingInfoAccountCode(java.lang.String pricingInfoAccountCode)
Set the 'AccountCode' attribute value. |
void |
setPricingInfoCodeContext(java.lang.String pricingInfoCodeContext)
Set the 'CodeContext' attribute value. |
void |
setPricingInfoCodeOnlyFaresInd(java.lang.Boolean pricingInfoCodeOnlyFaresInd)
Set the 'CodeOnlyFaresInd' attribute value. |
void |
setPricingInfoConvertedToEuroInd(java.lang.Boolean pricingInfoConvertedToEuroInd)
Set the 'ConvertedToEuroInd' attribute value. |
void |
setPricingInfoCurrencyOverrideInd(java.lang.Boolean pricingInfoCurrencyOverrideInd)
Set the 'CurrencyOverrideInd' attribute value. |
void |
setPricingInfoFare(Fare pricingInfoFare)
Set the extension value. |
void |
setPricingInfoPassengerTypeCode(java.lang.String pricingInfoPassengerTypeCode)
Set the 'PassengerTypeCode' attribute value. |
void |
setResBookDesigCode(java.lang.String resBookDesigCode)
Set the 'ResBookDesigCode' attribute value. |
void |
setRestrictAutoPriceInd(java.lang.Boolean restrictAutoPriceInd)
Set the 'RestrictAutoPriceInd' attribute value. |
void |
setRestrictions(FareDisplayRS.FareDisplayInfos.FareDisplayInfo.Restrictions restrictions)
Set the 'Restrictions' element value. |
void |
setRoutingNumber(java.lang.Integer routingNumber)
Set the 'RoutingNumber' attribute value. |
void |
setRuleInfoRuleInfo(RuleInfo ruleInfoRuleInfo)
Set the extension value. |
void |
setRuleInfoRuleNumber(java.lang.String ruleInfoRuleNumber)
Set the 'RuleNumber' attribute value. |
void |
setRuleInfoTariff(java.lang.String ruleInfoTariff)
Set the 'Tariff' attribute value. |
void |
setSeasonalInfo(FareDisplayRS.FareDisplayInfos.FareDisplayInfo.SeasonalInfo seasonalInfo)
Set the 'SeasonalInfo' element value. |
void |
setTravelDatesArrivalDate(java.sql.Date travelDatesArrivalDate)
Set the 'ArrivalDate' attribute value. |
void |
setTravelDatesBlackoutDatesInd(java.lang.Boolean travelDatesBlackoutDatesInd)
Set the 'BlackoutDatesInd' attribute value. |
void |
setTravelDatesDepartureDate(java.sql.Date travelDatesDepartureDate)
Set the 'DepartureDate' attribute value. |
int |
sizeMarketingAirlines()
Get the number of 'MarketingAirline' element items. |
int |
sizeNetFares()
Get the number of 'NetFare' element items. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public FareDisplayRS.FareDisplayInfos.FareDisplayInfo()
Method Detail |
---|
public java.sql.Date getTravelDatesDepartureDate()
public void setTravelDatesDepartureDate(java.sql.Date travelDatesDepartureDate)
travelDatesDepartureDate
- public java.sql.Date getTravelDatesArrivalDate()
public void setTravelDatesArrivalDate(java.sql.Date travelDatesArrivalDate)
travelDatesArrivalDate
- public java.lang.Boolean getTravelDatesBlackoutDatesInd()
public void setTravelDatesBlackoutDatesInd(java.lang.Boolean travelDatesBlackoutDatesInd)
travelDatesBlackoutDatesInd
- public java.lang.String getFareReference()
public void setFareReference(java.lang.String fareReference)
fareReference
- public RuleInfo getRuleInfoRuleInfo()
public void setRuleInfoRuleInfo(RuleInfo ruleInfoRuleInfo)
ruleInfoRuleInfo
- public java.lang.String getRuleInfoRuleNumber()
public void setRuleInfoRuleNumber(java.lang.String ruleInfoRuleNumber)
ruleInfoRuleNumber
- public java.lang.String getRuleInfoTariff()
public void setRuleInfoTariff(java.lang.String ruleInfoTariff)
ruleInfoTariff
- public CompanyName getFilingAirline()
public void setFilingAirline(CompanyName filingAirline)
filingAirline
- public java.util.List<CompanyName> getMarketingAirlines()
public void setMarketingAirlines(java.util.List<CompanyName> list)
list
- public int sizeMarketingAirlines()
public void addMarketingAirline(CompanyName item)
item
- public CompanyName getMarketingAirline(int index)
index
-
public void clearMarketingAirlines()
public Location getDepartureLocation()
public void setDepartureLocation(Location departureLocation)
departureLocation
- public Location getArrivalLocation()
public void setArrivalLocation(Location arrivalLocation)
arrivalLocation
- public FareDisplayRS.FareDisplayInfos.FareDisplayInfo.Restrictions getRestrictions()
public void setRestrictions(FareDisplayRS.FareDisplayInfos.FareDisplayInfo.Restrictions restrictions)
restrictions
- public Fare getPricingInfoFare()
public void setPricingInfoFare(Fare pricingInfoFare)
pricingInfoFare
- public FareDisplayRS.FareDisplayInfos.FareDisplayInfo.SeasonalInfo getSeasonalInfo()
public void setSeasonalInfo(FareDisplayRS.FareDisplayInfos.FareDisplayInfo.SeasonalInfo seasonalInfo)
seasonalInfo
- public java.lang.String getPricingInfoPassengerTypeCode()
public void setPricingInfoPassengerTypeCode(java.lang.String pricingInfoPassengerTypeCode)
pricingInfoPassengerTypeCode
- public java.lang.String getPricingInfoCodeContext()
public void setPricingInfoCodeContext(java.lang.String pricingInfoCodeContext)
pricingInfoCodeContext
- public java.lang.Boolean getPricingInfoConvertedToEuroInd()
public void setPricingInfoConvertedToEuroInd(java.lang.Boolean pricingInfoConvertedToEuroInd)
pricingInfoConvertedToEuroInd
- public java.lang.Boolean getPricingInfoCodeOnlyFaresInd()
public void setPricingInfoCodeOnlyFaresInd(java.lang.Boolean pricingInfoCodeOnlyFaresInd)
pricingInfoCodeOnlyFaresInd
- public java.lang.String getPricingInfoAccountCode()
public void setPricingInfoAccountCode(java.lang.String pricingInfoAccountCode)
pricingInfoAccountCode
- public java.lang.Boolean getPricingInfoCurrencyOverrideInd()
public void setPricingInfoCurrencyOverrideInd(java.lang.Boolean pricingInfoCurrencyOverrideInd)
pricingInfoCurrencyOverrideInd
- public java.util.List<FareDisplayRS.FareDisplayInfos.FareDisplayInfo.NetFare> getNetFares()
public void setNetFares(java.util.List<FareDisplayRS.FareDisplayInfos.FareDisplayInfo.NetFare> list)
list
- public int sizeNetFares()
public void addNetFare(FareDisplayRS.FareDisplayInfos.FareDisplayInfo.NetFare item)
item
- public FareDisplayRS.FareDisplayInfos.FareDisplayInfo.NetFare getNetFare(int index)
index
-
public void clearNetFares()
public java.lang.String getFareRPH()
public void setFareRPH(java.lang.String fareRPH)
fareRPH
- public java.lang.Boolean getNotAvailableForFareQuotation()
public void setNotAvailableForFareQuotation(java.lang.Boolean notAvailableForFareQuotation)
notAvailableForFareQuotation
- public FareApplication getFareApplication()
public void setFareApplication(FareApplication fareApplication)
fareApplication
- public java.lang.String getResBookDesigCode()
public void setResBookDesigCode(java.lang.String resBookDesigCode)
resBookDesigCode
- public java.lang.Boolean getMileageIndicator()
public void setMileageIndicator(java.lang.Boolean mileageIndicator)
mileageIndicator
- public java.util.Date getLastFareUpdate()
public void setLastFareUpdate(java.util.Date lastFareUpdate)
lastFareUpdate
- public FareDisplayRS.FareDisplayInfos.FareDisplayInfo.FareIndication getFareIndication()
public void setFareIndication(FareDisplayRS.FareDisplayInfos.FareDisplayInfo.FareIndication fareIndication)
fareIndication
- public FareStatus getFareStatus()
public void setFareStatus(FareStatus fareStatus)
fareStatus
- public java.lang.Boolean getETicketRequiredInd()
public void setETicketRequiredInd(java.lang.Boolean ETicketRequiredInd)
ETicketRequiredInd
- public java.lang.Boolean getRestrictAutoPriceInd()
public void setRestrictAutoPriceInd(java.lang.Boolean restrictAutoPriceInd)
restrictAutoPriceInd
- public java.lang.Boolean getPenaltyInd()
public void setPenaltyInd(java.lang.Boolean penaltyInd)
penaltyInd
- public java.lang.Boolean getNewFareInd()
public void setNewFareInd(java.lang.Boolean newFareInd)
newFareInd
- public java.lang.Integer getRoutingNumber()
public void setRoutingNumber(java.lang.Integer routingNumber)
routingNumber
-
|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |