org.ota.cruise
Class CategoryAvailRS.FareOption.CategoryOption.PriceInfos.PriceInfo

java.lang.Object
  extended by org.ota.cruise.PriceInfo
      extended by org.ota.cruise.CategoryAvailRS.FareOption.CategoryOption.PriceInfos.PriceInfo
Enclosing class:
CategoryAvailRS.FareOption.CategoryOption.PriceInfos

public static class CategoryAvailRS.FareOption.CategoryOption.PriceInfos.PriceInfo
extends PriceInfo

Contains the pricing monetary 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="PriceInfo" maxOccurs="8">
   <xs:complexType>
     <xs:complexContent>
       <xs:extension base="ns:PriceInfoType">
         <xs:attributeGroup ref="ns:FareGroup"/>
       </xs:extension>
     </xs:complexContent>
   </xs:complexType>
 </xs:element>
 


Constructor Summary
CategoryAvailRS.FareOption.CategoryOption.PriceInfos.PriceInfo()
           
 
Method Summary
 FareGroup getFareGroup()
          Get the 'FareGroup' attributeGroup value.
 void setFareGroup(FareGroup fareGroup)
          Set the 'FareGroup' attributeGroup value.
 
Methods inherited from class org.ota.cruise.PriceInfo
getAgeQualifyingCode, getBreakdown, getChargeTypeCode, getCurrencyAmountGroup, getPriceDescription, setAgeQualifyingCode, setBreakdown, setChargeTypeCode, setCurrencyAmountGroup, setPriceDescription
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CategoryAvailRS.FareOption.CategoryOption.PriceInfos.PriceInfo

public CategoryAvailRS.FareOption.CategoryOption.PriceInfos.PriceInfo()
Method Detail

getFareGroup

public FareGroup getFareGroup()
Get the 'FareGroup' attributeGroup value. When handling pricing by the lowest available fare, each category may have a distinct lowest fare code.

Returns:
value

setFareGroup

public void setFareGroup(FareGroup fareGroup)
Set the 'FareGroup' attributeGroup value. When handling pricing by the lowest available fare, each category may have a distinct lowest fare code.

Parameters:
fareGroup -