|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||
java.lang.Objectorg.ota.pkg.PriceGroup
public class PriceGroup
The passenger price of an item - e.g. the base price for a package. Schema fragment(s) for this class:
<xs:attributeGroup xmlns:ns="http://www.opentravel.org/OTA/2003/05" xmlns:xs="http://www.w3.org/2001/XMLSchema" name="PriceGroup"> <xs:attributeGroup ref="ns:GuestCountGroup"/> <xs:attribute type="xs:int" use="optional" name="PriceQualifier"/> <xs:attribute type="ns:PricingType" use="optional" name="PriceBasis"/> <xs:attributeGroup ref="ns:CurrencyAmountGroup"/> </xs:attributeGroup>
| Constructor Summary | |
|---|---|
PriceGroup()
|
|
| Method Summary | |
|---|---|
CurrencyAmountGroup |
getCurrencyAmountGroup()
Get the 'CurrencyAmountGroup' attributeGroup value. |
GuestCountGroup |
getGuestCountGroup()
Get the 'GuestCountGroup' attributeGroup value. |
Pricing |
getPriceBasis()
Get the 'PriceBasis' attribute value. |
java.lang.Integer |
getPriceQualifier()
Get the 'PriceQualifier' attribute value. |
void |
setCurrencyAmountGroup(CurrencyAmountGroup currencyAmountGroup)
Set the 'CurrencyAmountGroup' attributeGroup value. |
void |
setGuestCountGroup(GuestCountGroup guestCountGroup)
Set the 'GuestCountGroup' attributeGroup value. |
void |
setPriceBasis(Pricing priceBasis)
Set the 'PriceBasis' attribute value. |
void |
setPriceQualifier(java.lang.Integer priceQualifier)
Set the 'PriceQualifier' attribute value. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public PriceGroup()
| Method Detail |
|---|
public GuestCountGroup getGuestCountGroup()
public void setGuestCountGroup(GuestCountGroup guestCountGroup)
guestCountGroup - public java.lang.Integer getPriceQualifier()
public void setPriceQualifier(java.lang.Integer priceQualifier)
priceQualifier - public Pricing getPriceBasis()
public void setPriceBasis(Pricing priceBasis)
priceBasis - public CurrencyAmountGroup getCurrencyAmountGroup()
public void setCurrencyAmountGroup(CurrencyAmountGroup currencyAmountGroup)
currencyAmountGroup -
|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||