|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.ota.pkg.PkgPrice
org.ota.pkg.AvailRS._package.PriceInfo
public static class AvailRS._package.PriceInfo
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 |
---|
public AvailRS._package.PriceInfo()
Method Detail |
---|
public java.lang.Float getOtherPrice()
public void setOtherPrice(java.lang.Float otherPrice)
otherPrice
- public java.lang.String getOtherPriceDescription()
public void setOtherPriceDescription(java.lang.String otherPriceDescription)
otherPriceDescription
-
|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |