|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.ota.itin.TravelSegment.Reservation.RoomRates.RoomRate.Rate
public static class TravelSegment.Reservation.RoomRates.RoomRate.Rate
The Lite Rate contains the Base amount as well as the associated taxes. Schema fragment(s) for this class:
<xs:element xmlns:ns="http://www.opentravel.org/OTA/2003/05" xmlns:xs="http://www.w3.org/2001/XMLSchema" type="ns:AmountLiteType" name="Rate" maxOccurs="unbounded"/> <xs:complexType xmlns:ns="http://www.opentravel.org/OTA/2003/05" xmlns:xs="http://www.w3.org/2001/XMLSchema" name="AmountLiteType"> <xs:sequence> <xs:element type="ns:TotalType" name="Base"/> </xs:sequence> <xs:attributeGroup ref="ns:EffectiveExpireOptionalDateGroup"/> <xs:attributeGroup ref="ns:AgeQualifyingGroup"/> <xs:attribute type="xs:boolean" use="optional" name="GuaranteedInd"/> </xs:complexType>
Constructor Summary | |
---|---|
TravelSegment.Reservation.RoomRates.RoomRate.Rate()
|
Method Summary | |
---|---|
AgeQualifyingGroup |
getAgeQualifyingGroup()
Get the 'AgeQualifyingGroup' attributeGroup value. |
Total |
getBase()
Get the 'Base' element value. |
EffectiveExpireOptionalDateGroup |
getEffectiveExpireOptionalDateGroup()
Get the 'EffectiveExpireOptionalDateGroup' attributeGroup value. |
java.lang.Boolean |
getGuaranteedInd()
Get the 'GuaranteedInd' attribute value. |
void |
setAgeQualifyingGroup(AgeQualifyingGroup ageQualifyingGroup)
Set the 'AgeQualifyingGroup' attributeGroup value. |
void |
setBase(Total base)
Set the 'Base' element value. |
void |
setEffectiveExpireOptionalDateGroup(EffectiveExpireOptionalDateGroup effectiveExpireOptionalDateGroup)
Set the 'EffectiveExpireOptionalDateGroup' attributeGroup value. |
void |
setGuaranteedInd(java.lang.Boolean guaranteedInd)
Set the 'GuaranteedInd' attribute value. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public TravelSegment.Reservation.RoomRates.RoomRate.Rate()
Method Detail |
---|
public Total getBase()
public void setBase(Total base)
base
- public EffectiveExpireOptionalDateGroup getEffectiveExpireOptionalDateGroup()
public void setEffectiveExpireOptionalDateGroup(EffectiveExpireOptionalDateGroup effectiveExpireOptionalDateGroup)
effectiveExpireOptionalDateGroup
- public AgeQualifyingGroup getAgeQualifyingGroup()
public void setAgeQualifyingGroup(AgeQualifyingGroup ageQualifyingGroup)
ageQualifyingGroup
- 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 |