|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.ota.shared.RateQualifierCoreGroup
public class RateQualifierCoreGroup
Defines the rate information that is common to all transactions. Such information may include rate codes, rate type, promotional codes, etc. This information may be used to determine the rate that is made available. 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="RateQualifierCoreGroup"> <xs:attribute type="xs:string" use="optional" name="TravelPurpose"/> <xs:attribute type="xs:string" use="optional" name="RateCategory"/> <xs:attribute type="xs:string" use="optional" name="CorpDiscountNmbr"/> <xs:attributeGroup ref="ns:PromotionCodeGroup"/> <xs:attribute type="xs:string" use="optional" name="RateQualifier"/> <xs:attribute type="ns:RatePeriodSimpleType" use="optional" name="RatePeriod"/> <xs:attribute type="xs:boolean" use="optional" name="GuaranteedInd"/> </xs:attributeGroup>
Constructor Summary | |
---|---|
RateQualifierCoreGroup()
|
Method Summary | |
---|---|
java.lang.String |
getCorpDiscountNmbr()
Get the 'CorpDiscountNmbr' attribute value. |
java.lang.Boolean |
getGuaranteedInd()
Get the 'GuaranteedInd' attribute value. |
PromotionCodeGroup |
getPromotionCodeGroup()
Get the 'PromotionCodeGroup' attributeGroup value. |
java.lang.String |
getRateCategory()
Get the 'RateCategory' attribute value. |
RatePeriodSimple |
getRatePeriod()
Get the 'RatePeriod' attribute value. |
java.lang.String |
getRateQualifier()
Get the 'RateQualifier' attribute value. |
java.lang.String |
getTravelPurpose()
Get the 'TravelPurpose' attribute value. |
void |
setCorpDiscountNmbr(java.lang.String corpDiscountNmbr)
Set the 'CorpDiscountNmbr' attribute value. |
void |
setGuaranteedInd(java.lang.Boolean guaranteedInd)
Set the 'GuaranteedInd' attribute value. |
void |
setPromotionCodeGroup(PromotionCodeGroup promotionCodeGroup)
Set the 'PromotionCodeGroup' attributeGroup value. |
void |
setRateCategory(java.lang.String rateCategory)
Set the 'RateCategory' attribute value. |
void |
setRatePeriod(RatePeriodSimple ratePeriod)
Set the 'RatePeriod' attribute value. |
void |
setRateQualifier(java.lang.String rateQualifier)
Set the 'RateQualifier' attribute value. |
void |
setTravelPurpose(java.lang.String travelPurpose)
Set the 'TravelPurpose' attribute value. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public RateQualifierCoreGroup()
Method Detail |
---|
public java.lang.String getTravelPurpose()
public void setTravelPurpose(java.lang.String travelPurpose)
travelPurpose
- public java.lang.String getRateCategory()
public void setRateCategory(java.lang.String rateCategory)
rateCategory
- public java.lang.String getCorpDiscountNmbr()
public void setCorpDiscountNmbr(java.lang.String corpDiscountNmbr)
corpDiscountNmbr
- public PromotionCodeGroup getPromotionCodeGroup()
public void setPromotionCodeGroup(PromotionCodeGroup promotionCodeGroup)
promotionCodeGroup
- public java.lang.String getRateQualifier()
public void setRateQualifier(java.lang.String rateQualifier)
rateQualifier
- public RatePeriodSimple getRatePeriod()
public void setRatePeriod(RatePeriodSimple ratePeriod)
ratePeriod
- public java.lang.Boolean getGuaranteedInd()
public void setGuaranteedInd(java.lang.Boolean guaranteedInd)
guaranteedInd
-
|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |