org.ota.cruise
Class CategoryAvailRS.FareOption.CategoryOption.PriceInfos.PriceInfo
java.lang.Object
org.ota.cruise.PriceInfo
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>
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CategoryAvailRS.FareOption.CategoryOption.PriceInfos.PriceInfo
public CategoryAvailRS.FareOption.CategoryOption.PriceInfos.PriceInfo()
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
-