|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||
java.lang.Objectorg.ota.shared.RateRangeGroup
public class RateRangeGroup
A range of monetary values within which the cost of the available products are requested. 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="RateRangeGroup"> <xs:attribute type="xs:float" use="optional" name="MinRate"/> <xs:attribute type="xs:float" use="optional" name="MaxRate"/> <xs:attribute type="xs:float" use="optional" name="FixedRate"/> <xs:attribute type="ns:TimeUnitType" use="optional" name="RateTimeUnit"/> <xs:attributeGroup ref="ns:CurrencyCodeGroup"/> </xs:attributeGroup>
| Constructor Summary | |
|---|---|
RateRangeGroup()
|
|
| Method Summary | |
|---|---|
CurrencyCodeGroup |
getCurrencyCodeGroup()
Get the 'CurrencyCodeGroup' attributeGroup value. |
java.lang.Float |
getFixedRate()
Get the 'FixedRate' attribute value. |
java.lang.Float |
getMaxRate()
Get the 'MaxRate' attribute value. |
java.lang.Float |
getMinRate()
Get the 'MinRate' attribute value. |
TimeUnit |
getRateTimeUnit()
Get the 'RateTimeUnit' attribute value. |
void |
setCurrencyCodeGroup(CurrencyCodeGroup currencyCodeGroup)
Set the 'CurrencyCodeGroup' attributeGroup value. |
void |
setFixedRate(java.lang.Float fixedRate)
Set the 'FixedRate' attribute value. |
void |
setMaxRate(java.lang.Float maxRate)
Set the 'MaxRate' attribute value. |
void |
setMinRate(java.lang.Float minRate)
Set the 'MinRate' attribute value. |
void |
setRateTimeUnit(TimeUnit rateTimeUnit)
Set the 'RateTimeUnit' attribute value. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public RateRangeGroup()
| Method Detail |
|---|
public java.lang.Float getMinRate()
public void setMinRate(java.lang.Float minRate)
minRate - public java.lang.Float getMaxRate()
public void setMaxRate(java.lang.Float maxRate)
maxRate - public java.lang.Float getFixedRate()
public void setFixedRate(java.lang.Float fixedRate)
fixedRate - public TimeUnit getRateTimeUnit()
public void setRateTimeUnit(TimeUnit rateTimeUnit)
rateTimeUnit - public CurrencyCodeGroup getCurrencyCodeGroup()
public void setCurrencyCodeGroup(CurrencyCodeGroup currencyCodeGroup)
currencyCodeGroup -
|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||