|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.ota.cruise.CruisePriceGroup
public class CruisePriceGroup
Specifies the pricing information 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="CruisePriceGroup"> <xs:attribute type="xs:string" use="required" name="PriceTypeCode"/> <xs:attribute type="xs:float" use="optional" name="Amount"/> <xs:attribute type="xs:boolean" use="optional" name="RestrictedIndicator"/> <xs:attribute type="xs:string" use="optional" name="CodeDetail"/> <xs:attribute type="xs:float" use="optional" name="Percent"/> </xs:attributeGroup>
Constructor Summary | |
---|---|
CruisePriceGroup()
|
Method Summary | |
---|---|
java.lang.Float |
getAmount()
Get the 'Amount' attribute value. |
java.lang.String |
getCodeDetail()
Get the 'CodeDetail' attribute value. |
java.lang.Float |
getPercent()
Get the 'Percent' attribute value. |
java.lang.String |
getPriceTypeCode()
Get the 'PriceTypeCode' attribute value. |
java.lang.Boolean |
getRestrictedIndicator()
Get the 'RestrictedIndicator' attribute value. |
void |
setAmount(java.lang.Float amount)
Set the 'Amount' attribute value. |
void |
setCodeDetail(java.lang.String codeDetail)
Set the 'CodeDetail' attribute value. |
void |
setPercent(java.lang.Float percent)
Set the 'Percent' attribute value. |
void |
setPriceTypeCode(java.lang.String priceTypeCode)
Set the 'PriceTypeCode' attribute value. |
void |
setRestrictedIndicator(java.lang.Boolean restrictedIndicator)
Set the 'RestrictedIndicator' attribute value. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public CruisePriceGroup()
Method Detail |
---|
public java.lang.String getPriceTypeCode()
public void setPriceTypeCode(java.lang.String priceTypeCode)
priceTypeCode
- public java.lang.Float getAmount()
public void setAmount(java.lang.Float amount)
amount
- public java.lang.Boolean getRestrictedIndicator()
public void setRestrictedIndicator(java.lang.Boolean restrictedIndicator)
restrictedIndicator
- public java.lang.String getCodeDetail()
public void setCodeDetail(java.lang.String codeDetail)
codeDetail
- public java.lang.Float getPercent()
public void setPercent(java.lang.Float percent)
percent
-
|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |