|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.ota.rail.PassengerPrice
public class PassengerPrice
A price per passenger type. Schema fragment(s) for this class:
<xs:complexType xmlns:ns="http://www.opentravel.org/OTA/2003/05" xmlns:xs="http://www.w3.org/2001/XMLSchema" name="PassengerPriceType"> <xs:sequence> <xs:element name="AlternateCurrencyPrice" minOccurs="0"> <xs:complexType> <xs:attributeGroup ref="ns:CurrencyAmountGroup"/> </xs:complexType> </xs:element> </xs:sequence> <xs:attributeGroup ref="ns:CurrencyAmountGroup"/> <xs:attributeGroup ref="ns:TravelerCountGroup"/> </xs:complexType>
Constructor Summary | |
---|---|
PassengerPrice()
|
Method Summary | |
---|---|
CurrencyAmountGroup |
getAlternateCurrencyPrice()
Get the 'CurrencyAmountGroup' attributeGroup value. |
CurrencyAmountGroup |
getCurrencyAmountGroup()
Get the 'CurrencyAmountGroup' attributeGroup value. |
TravelerCountGroup |
getTravelerCountGroup()
Get the 'TravelerCountGroup' attributeGroup value. |
void |
setAlternateCurrencyPrice(CurrencyAmountGroup alternateCurrencyPrice)
Set the 'CurrencyAmountGroup' attributeGroup value. |
void |
setCurrencyAmountGroup(CurrencyAmountGroup currencyAmountGroup)
Set the 'CurrencyAmountGroup' attributeGroup value. |
void |
setTravelerCountGroup(TravelerCountGroup travelerCountGroup)
Set the 'TravelerCountGroup' attributeGroup value. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public PassengerPrice()
Method Detail |
---|
public CurrencyAmountGroup getAlternateCurrencyPrice()
public void setAlternateCurrencyPrice(CurrencyAmountGroup alternateCurrencyPrice)
alternateCurrencyPrice
- public CurrencyAmountGroup getCurrencyAmountGroup()
public void setCurrencyAmountGroup(CurrencyAmountGroup currencyAmountGroup)
currencyAmountGroup
- public TravelerCountGroup getTravelerCountGroup()
public void setTravelerCountGroup(TravelerCountGroup travelerCountGroup)
travelerCountGroup
-
|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |