|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||
java.lang.Objectorg.ota.air.FareDisplayRS.FareDisplayInfos.FareDisplayInfo.NetFare
public static class FareDisplayRS.FareDisplayInfos.FareDisplayInfo.NetFare
Information for a fare that can be distributed by others. 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="NetFare" minOccurs="0" maxOccurs="99">
<xs:complexType>
<xs:attribute type="xs:float" use="optional" name="MinAmount"/>
<xs:attribute type="xs:float" use="optional" name="MaxAmount"/>
<xs:attribute type="xs:string" use="optional" name="DistributorName"/>
<xs:attribute type="xs:string" use="optional" name="FareBasisCode"/>
<xs:attribute type="xs:float" use="optional" name="FareAmount"/>
<xs:attribute type="xs:string" use="optional" name="CurrencyCode"/>
<xs:attribute type="xs:boolean" use="optional" name="UnlimitedAmountInd"/>
<xs:attribute type="xs:boolean" use="optional" name="UpdateFareInd"/>
<xs:attribute type="xs:boolean" use="optional" name="SellInd"/>
<xs:attribute type="xs:boolean" use="optional" name="TicketInd"/>
<xs:attribute type="xs:boolean" use="optional" name="ViewInd"/>
<xs:attribute type="xs:boolean" use="optional" name="RedistributeInd"/>
</xs:complexType>
</xs:element>
| Constructor Summary | |
|---|---|
FareDisplayRS.FareDisplayInfos.FareDisplayInfo.NetFare()
|
|
| Method Summary | |
|---|---|
java.lang.String |
getCurrencyCode()
Get the 'CurrencyCode' attribute value. |
java.lang.String |
getDistributorName()
Get the 'DistributorName' attribute value. |
java.lang.Float |
getFareAmount()
Get the 'FareAmount' attribute value. |
java.lang.String |
getFareBasisCode()
Get the 'FareBasisCode' attribute value. |
java.lang.Float |
getMaxAmount()
Get the 'MaxAmount' attribute value. |
java.lang.Float |
getMinAmount()
Get the 'MinAmount' attribute value. |
java.lang.Boolean |
getRedistributeInd()
Get the 'RedistributeInd' attribute value. |
java.lang.Boolean |
getSellInd()
Get the 'SellInd' attribute value. |
java.lang.Boolean |
getTicketInd()
Get the 'TicketInd' attribute value. |
java.lang.Boolean |
getUnlimitedAmountInd()
Get the 'UnlimitedAmountInd' attribute value. |
java.lang.Boolean |
getUpdateFareInd()
Get the 'UpdateFareInd' attribute value. |
java.lang.Boolean |
getViewInd()
Get the 'ViewInd' attribute value. |
void |
setCurrencyCode(java.lang.String currencyCode)
Set the 'CurrencyCode' attribute value. |
void |
setDistributorName(java.lang.String distributorName)
Set the 'DistributorName' attribute value. |
void |
setFareAmount(java.lang.Float fareAmount)
Set the 'FareAmount' attribute value. |
void |
setFareBasisCode(java.lang.String fareBasisCode)
Set the 'FareBasisCode' attribute value. |
void |
setMaxAmount(java.lang.Float maxAmount)
Set the 'MaxAmount' attribute value. |
void |
setMinAmount(java.lang.Float minAmount)
Set the 'MinAmount' attribute value. |
void |
setRedistributeInd(java.lang.Boolean redistributeInd)
Set the 'RedistributeInd' attribute value. |
void |
setSellInd(java.lang.Boolean sellInd)
Set the 'SellInd' attribute value. |
void |
setTicketInd(java.lang.Boolean ticketInd)
Set the 'TicketInd' attribute value. |
void |
setUnlimitedAmountInd(java.lang.Boolean unlimitedAmountInd)
Set the 'UnlimitedAmountInd' attribute value. |
void |
setUpdateFareInd(java.lang.Boolean updateFareInd)
Set the 'UpdateFareInd' attribute value. |
void |
setViewInd(java.lang.Boolean viewInd)
Set the 'ViewInd' attribute value. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public FareDisplayRS.FareDisplayInfos.FareDisplayInfo.NetFare()
| Method Detail |
|---|
public java.lang.Float getMinAmount()
public void setMinAmount(java.lang.Float minAmount)
minAmount - public java.lang.Float getMaxAmount()
public void setMaxAmount(java.lang.Float maxAmount)
maxAmount - public java.lang.String getDistributorName()
public void setDistributorName(java.lang.String distributorName)
distributorName - public java.lang.String getFareBasisCode()
public void setFareBasisCode(java.lang.String fareBasisCode)
fareBasisCode - public java.lang.Float getFareAmount()
public void setFareAmount(java.lang.Float fareAmount)
fareAmount - public java.lang.String getCurrencyCode()
public void setCurrencyCode(java.lang.String currencyCode)
currencyCode - public java.lang.Boolean getUnlimitedAmountInd()
public void setUnlimitedAmountInd(java.lang.Boolean unlimitedAmountInd)
unlimitedAmountInd - public java.lang.Boolean getUpdateFareInd()
public void setUpdateFareInd(java.lang.Boolean updateFareInd)
updateFareInd - public java.lang.Boolean getSellInd()
public void setSellInd(java.lang.Boolean sellInd)
sellInd - public java.lang.Boolean getTicketInd()
public void setTicketInd(java.lang.Boolean ticketInd)
ticketInd - public java.lang.Boolean getViewInd()
public void setViewInd(java.lang.Boolean viewInd)
viewInd - public java.lang.Boolean getRedistributeInd()
public void setRedistributeInd(java.lang.Boolean redistributeInd)
redistributeInd -
|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||