|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||
java.lang.Objectorg.ota.cruise.PriceInfo
public class PriceInfo
Specifies price info. Contains information that qualifies the amount priced. 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="PriceInfoType">
<xs:sequence>
<xs:element type="ns:FreeTextType" name="PriceDescription" minOccurs="0"/>
</xs:sequence>
<xs:attribute type="xs:string" use="optional" name="AgeQualifyingCode"/>
<xs:attribute type="xs:string" use="optional" name="BreakdownType"/>
<xs:attributeGroup ref="ns:CurrencyAmountGroup"/>
<xs:attribute type="xs:string" use="optional" name="ChargeTypeCode"/>
</xs:complexType>
| Constructor Summary | |
|---|---|
PriceInfo()
|
|
| Method Summary | |
|---|---|
java.lang.String |
getAgeQualifyingCode()
Get the 'AgeQualifyingCode' attribute value. |
java.lang.String |
getBreakdown()
Get the 'BreakdownType' attribute value. |
java.lang.String |
getChargeTypeCode()
Get the 'ChargeTypeCode' attribute value. |
CurrencyAmountGroup |
getCurrencyAmountGroup()
Get the 'CurrencyAmountGroup' attributeGroup value. |
FreeText |
getPriceDescription()
Get the 'PriceDescription' element value. |
void |
setAgeQualifyingCode(java.lang.String ageQualifyingCode)
Set the 'AgeQualifyingCode' attribute value. |
void |
setBreakdown(java.lang.String breakdown)
Set the 'BreakdownType' attribute value. |
void |
setChargeTypeCode(java.lang.String chargeTypeCode)
Set the 'ChargeTypeCode' attribute value. |
void |
setCurrencyAmountGroup(CurrencyAmountGroup currencyAmountGroup)
Set the 'CurrencyAmountGroup' attributeGroup value. |
void |
setPriceDescription(FreeText priceDescription)
Set the 'PriceDescription' element value. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public PriceInfo()
| Method Detail |
|---|
public FreeText getPriceDescription()
public void setPriceDescription(FreeText priceDescription)
priceDescription - public java.lang.String getAgeQualifyingCode()
public void setAgeQualifyingCode(java.lang.String ageQualifyingCode)
ageQualifyingCode - public java.lang.String getBreakdown()
public void setBreakdown(java.lang.String breakdown)
breakdown - public CurrencyAmountGroup getCurrencyAmountGroup()
public void setCurrencyAmountGroup(CurrencyAmountGroup currencyAmountGroup)
currencyAmountGroup - public java.lang.String getChargeTypeCode()
public void setChargeTypeCode(java.lang.String chargeTypeCode)
chargeTypeCode -
|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||