org.ota.pkg
Class AvailRS._package.PriceInfo

java.lang.Object
  extended by org.ota.pkg.PkgPrice
      extended by org.ota.pkg.AvailRS._package.PriceInfo
Enclosing class:
AvailRS._package

public static class AvailRS._package.PriceInfo
extends PkgPrice

Contains a guide price for the package and the occupancy level to which it applies. Can be used to supply both adult and child guide prices. 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" minOccurs="0" maxOccurs="5">
   <xs:complexType>
     <xs:complexContent>
       <xs:extension base="ns:PkgPriceType">
         <xs:attribute type="xs:float" use="optional" name="OtherPrice"/>
         <xs:attribute type="xs:string" use="optional" name="OtherPriceDescription"/>
       </xs:extension>
     </xs:complexContent>
   </xs:complexType>
 </xs:element>
 


Constructor Summary
AvailRS._package.PriceInfo()
           
 
Method Summary
 java.lang.Float getOtherPrice()
          Get the 'OtherPrice' attribute value.
 java.lang.String getOtherPriceDescription()
          Get the 'OtherPriceDescription' attribute value.
 void setOtherPrice(java.lang.Float otherPrice)
          Set the 'OtherPrice' attribute value.
 void setOtherPriceDescription(java.lang.String otherPriceDescription)
          Set the 'OtherPriceDescription' attribute value.
 
Methods inherited from class org.ota.pkg.PkgPrice
getCurrencyAmountGroup, getPriceBasis, getTravelerCountGroup, setCurrencyAmountGroup, setPriceBasis, setTravelerCountGroup
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AvailRS._package.PriceInfo

public AvailRS._package.PriceInfo()
Method Detail

getOtherPrice

public java.lang.Float getOtherPrice()
Get the 'OtherPrice' attribute value. This attribute alllows for the inclusion of memorandum price information (e.g., the previous or brochure price for comparison when the guide price reflects a recent change).

Returns:
value

setOtherPrice

public void setOtherPrice(java.lang.Float otherPrice)
Set the 'OtherPrice' attribute value. This attribute alllows for the inclusion of memorandum price information (e.g., the previous or brochure price for comparison when the guide price reflects a recent change).

Parameters:
otherPrice -

getOtherPriceDescription

public java.lang.String getOtherPriceDescription()
Get the 'OtherPriceDescription' attribute value. A description for the 'Other Price'.

Returns:
value

setOtherPriceDescription

public void setOtherPriceDescription(java.lang.String otherPriceDescription)
Set the 'OtherPriceDescription' attribute value. A description for the 'Other Price'.

Parameters:
otherPriceDescription -