org.ota.air
Class FareDisplayRS.FareDisplayInfos.FareDisplayInfo.NetFare

java.lang.Object
  extended by org.ota.air.FareDisplayRS.FareDisplayInfos.FareDisplayInfo.NetFare
Enclosing class:
FareDisplayRS.FareDisplayInfos.FareDisplayInfo

public static class FareDisplayRS.FareDisplayInfos.FareDisplayInfo.NetFare
extends java.lang.Object

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

FareDisplayRS.FareDisplayInfos.FareDisplayInfo.NetFare

public FareDisplayRS.FareDisplayInfos.FareDisplayInfo.NetFare()
Method Detail

getMinAmount

public java.lang.Float getMinAmount()
Get the 'MinAmount' attribute value. The minimum amount at which this fare can be sold.

Returns:
value

setMinAmount

public void setMinAmount(java.lang.Float minAmount)
Set the 'MinAmount' attribute value. The minimum amount at which this fare can be sold.

Parameters:
minAmount -

getMaxAmount

public java.lang.Float getMaxAmount()
Get the 'MaxAmount' attribute value. The maximum amount at which this fare can be sold.

Returns:
value

setMaxAmount

public void setMaxAmount(java.lang.Float maxAmount)
Set the 'MaxAmount' attribute value. The maximum amount at which this fare can be sold.

Parameters:
maxAmount -

getDistributorName

public java.lang.String getDistributorName()
Get the 'DistributorName' attribute value. The name of the agency that can distribute the fare.

Returns:
value

setDistributorName

public void setDistributorName(java.lang.String distributorName)
Set the 'DistributorName' attribute value. The name of the agency that can distribute the fare.

Parameters:
distributorName -

getFareBasisCode

public java.lang.String getFareBasisCode()
Get the 'FareBasisCode' attribute value. The fare basis code for this fare.

Returns:
value

setFareBasisCode

public void setFareBasisCode(java.lang.String fareBasisCode)
Set the 'FareBasisCode' attribute value. The fare basis code for this fare.

Parameters:
fareBasisCode -

getFareAmount

public java.lang.Float getFareAmount()
Get the 'FareAmount' attribute value. The actual fare.

Returns:
value

setFareAmount

public void setFareAmount(java.lang.Float fareAmount)
Set the 'FareAmount' attribute value. The actual fare.

Parameters:
fareAmount -

getCurrencyCode

public java.lang.String getCurrencyCode()
Get the 'CurrencyCode' attribute value. The code specifying the monetary unit for this fare. Use ISO 4217 3 alpha code.

Returns:
value

setCurrencyCode

public void setCurrencyCode(java.lang.String currencyCode)
Set the 'CurrencyCode' attribute value. The code specifying the monetary unit for this fare. Use ISO 4217 3 alpha code.

Parameters:
currencyCode -

getUnlimitedAmountInd

public java.lang.Boolean getUnlimitedAmountInd()
Get the 'UnlimitedAmountInd' attribute value. If true, the airline has granted the distributor of the fare the authority to sell the fare for any amount.

Returns:
value

setUnlimitedAmountInd

public void setUnlimitedAmountInd(java.lang.Boolean unlimitedAmountInd)
Set the 'UnlimitedAmountInd' attribute value. If true, the airline has granted the distributor of the fare the authority to sell the fare for any amount.

Parameters:
unlimitedAmountInd -

getUpdateFareInd

public java.lang.Boolean getUpdateFareInd()
Get the 'UpdateFareInd' attribute value. If true, the airline has granted the distributor of the fare the authority to update the fare.

Returns:
value

setUpdateFareInd

public void setUpdateFareInd(java.lang.Boolean updateFareInd)
Set the 'UpdateFareInd' attribute value. If true, the airline has granted the distributor of the fare the authority to update the fare.

Parameters:
updateFareInd -

getSellInd

public java.lang.Boolean getSellInd()
Get the 'SellInd' attribute value. If true, the airline has granted the distributor of the fare the authority to sell the fare.

Returns:
value

setSellInd

public void setSellInd(java.lang.Boolean sellInd)
Set the 'SellInd' attribute value. If true, the airline has granted the distributor of the fare the authority to sell the fare.

Parameters:
sellInd -

getTicketInd

public java.lang.Boolean getTicketInd()
Get the 'TicketInd' attribute value. If true, the airline has granted the distributor of the fare the authority to ticket the fare.

Returns:
value

setTicketInd

public void setTicketInd(java.lang.Boolean ticketInd)
Set the 'TicketInd' attribute value. If true, the airline has granted the distributor of the fare the authority to ticket the fare.

Parameters:
ticketInd -

getViewInd

public java.lang.Boolean getViewInd()
Get the 'ViewInd' attribute value. If true, the airline has granted the distributor of the fare the authority for the fare to be viewed.

Returns:
value

setViewInd

public void setViewInd(java.lang.Boolean viewInd)
Set the 'ViewInd' attribute value. If true, the airline has granted the distributor of the fare the authority for the fare to be viewed.

Parameters:
viewInd -

getRedistributeInd

public java.lang.Boolean getRedistributeInd()
Get the 'RedistributeInd' attribute value. If true, the airline has granted the distributor of the fare the authority to redistribute the fare.

Returns:
value

setRedistributeInd

public void setRedistributeInd(java.lang.Boolean redistributeInd)
Set the 'RedistributeInd' attribute value. If true, the airline has granted the distributor of the fare the authority to redistribute the fare.

Parameters:
redistributeInd -