|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.ota.air.AirSearchPrefs.FareRestrictPref
public static class AirSearchPrefs.FareRestrictPref
Constrains a fare search to those with restrictions that satisfy user-imposed limitations. 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="FareRestrictPref" minOccurs="0" maxOccurs="4"> <xs:complexType> <xs:sequence> <xs:element type="ns:AdvResTicketingType" name="AdvResTicketing" minOccurs="0"/> <xs:element type="ns:StayRestrictionsType" name="StayRestrictions" minOccurs="0"/> <xs:element type="ns:VoluntaryChangesType" name="VoluntaryChanges" minOccurs="0"/> </xs:sequence> <xs:attributeGroup ref="ns:FareRestrictPrefGroup"/> <xs:attribute type="xs:string" use="optional" name="FareDisplayCurrency"/> <xs:attribute type="xs:string" use="optional" name="CurrencyOverride"/> </xs:complexType> </xs:element>
Constructor Summary | |
---|---|
AirSearchPrefs.FareRestrictPref()
|
Method Summary | |
---|---|
AdvResTicketing |
getAdvResTicketing()
Get the 'AdvResTicketing' element value. |
java.lang.String |
getCurrencyOverride()
Get the 'CurrencyOverride' attribute value. |
java.lang.String |
getFareDisplayCurrency()
Get the 'FareDisplayCurrency' attribute value. |
FareRestrictPrefGroup |
getFareRestrictPrefGroup()
Get the 'FareRestrictPrefGroup' attributeGroup value. |
StayRestrictions |
getStayRestrictions()
Get the 'StayRestrictions' element value. |
VoluntaryChanges |
getVoluntaryChanges()
Get the 'VoluntaryChanges' element value. |
void |
setAdvResTicketing(AdvResTicketing advResTicketing)
Set the 'AdvResTicketing' element value. |
void |
setCurrencyOverride(java.lang.String currencyOverride)
Set the 'CurrencyOverride' attribute value. |
void |
setFareDisplayCurrency(java.lang.String fareDisplayCurrency)
Set the 'FareDisplayCurrency' attribute value. |
void |
setFareRestrictPrefGroup(FareRestrictPrefGroup fareRestrictPrefGroup)
Set the 'FareRestrictPrefGroup' attributeGroup value. |
void |
setStayRestrictions(StayRestrictions stayRestrictions)
Set the 'StayRestrictions' element value. |
void |
setVoluntaryChanges(VoluntaryChanges voluntaryChanges)
Set the 'VoluntaryChanges' element value. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public AirSearchPrefs.FareRestrictPref()
Method Detail |
---|
public AdvResTicketing getAdvResTicketing()
public void setAdvResTicketing(AdvResTicketing advResTicketing)
advResTicketing
- public StayRestrictions getStayRestrictions()
public void setStayRestrictions(StayRestrictions stayRestrictions)
stayRestrictions
- public VoluntaryChanges getVoluntaryChanges()
public void setVoluntaryChanges(VoluntaryChanges voluntaryChanges)
voluntaryChanges
- public FareRestrictPrefGroup getFareRestrictPrefGroup()
public void setFareRestrictPrefGroup(FareRestrictPrefGroup fareRestrictPrefGroup)
fareRestrictPrefGroup
- public java.lang.String getFareDisplayCurrency()
public void setFareDisplayCurrency(java.lang.String fareDisplayCurrency)
fareDisplayCurrency
- public java.lang.String getCurrencyOverride()
public void setCurrencyOverride(java.lang.String currencyOverride)
currencyOverride
-
|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |