|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||
java.lang.Objectorg.ota.vehicle.VehicleRentalRate.RateRestrictions
public static class VehicleRentalRate.RateRestrictions
Information on restrictions that may be associated with this rate. Additional details on rate restrictions may be found in OTA_VehRateRulesRS.xsd. 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" name="RateRestrictions" minOccurs="0">
<xs:complexType>
<xs:attribute type="xs:boolean" use="optional" name="ArriveByFlight"/>
<xs:attribute type="xs:boolean" use="optional" name="MinimumDayInd"/>
<xs:attribute type="xs:boolean" use="optional" name="MaximumDayInd"/>
<xs:attribute type="xs:boolean" use="optional" name="AdvancedBookingInd"/>
<xs:attribute type="xs:boolean" use="optional" name="RestrictedMileageInd"/>
<xs:attribute type="xs:boolean" use="optional" name="CorporateRateInd"/>
<xs:attribute type="xs:boolean" use="optional" name="GuaranteeReqInd"/>
<xs:attribute type="xs:int" use="optional" name="MaximumVehiclesAllowed"/>
<xs:attribute type="xs:boolean" use="optional" name="OvernightInd"/>
<xs:attribute use="optional" name="OneWayPolicy">
<xs:simpleType>
<!-- Reference to inner class OneWayPolicy -->
</xs:simpleType>
</xs:attribute>
<xs:attribute type="xs:boolean" use="optional" name="CancellationPenaltyInd"/>
<xs:attribute type="xs:boolean" use="optional" name="ModificationPenaltyInd"/>
</xs:complexType>
</xs:element>
| Nested Class Summary | |
|---|---|
static class |
VehicleRentalRate.RateRestrictions.OneWayPolicy
Schema fragment(s) for this class: |
| Constructor Summary | |
|---|---|
VehicleRentalRate.RateRestrictions()
|
|
| Method Summary | |
|---|---|
java.lang.Boolean |
getAdvancedBookingInd()
Get the 'AdvancedBookingInd' attribute value. |
java.lang.Boolean |
getArriveByFlight()
Get the 'ArriveByFlight' attribute value. |
java.lang.Boolean |
getCancellationPenaltyInd()
Get the 'CancellationPenaltyInd' attribute value. |
java.lang.Boolean |
getCorporateRateInd()
Get the 'CorporateRateInd' attribute value. |
java.lang.Boolean |
getGuaranteeReqInd()
Get the 'GuaranteeReqInd' attribute value. |
java.lang.Boolean |
getMaximumDayInd()
Get the 'MaximumDayInd' attribute value. |
java.lang.Integer |
getMaximumVehiclesAllowed()
Get the 'MaximumVehiclesAllowed' attribute value. |
java.lang.Boolean |
getMinimumDayInd()
Get the 'MinimumDayInd' attribute value. |
java.lang.Boolean |
getModificationPenaltyInd()
Get the 'ModificationPenaltyInd' attribute value. |
VehicleRentalRate.RateRestrictions.OneWayPolicy |
getOneWayPolicy()
Get the 'OneWayPolicy' attribute value. |
java.lang.Boolean |
getOvernightInd()
Get the 'OvernightInd' attribute value. |
java.lang.Boolean |
getRestrictedMileageInd()
Get the 'RestrictedMileageInd' attribute value. |
void |
setAdvancedBookingInd(java.lang.Boolean advancedBookingInd)
Set the 'AdvancedBookingInd' attribute value. |
void |
setArriveByFlight(java.lang.Boolean arriveByFlight)
Set the 'ArriveByFlight' attribute value. |
void |
setCancellationPenaltyInd(java.lang.Boolean cancellationPenaltyInd)
Set the 'CancellationPenaltyInd' attribute value. |
void |
setCorporateRateInd(java.lang.Boolean corporateRateInd)
Set the 'CorporateRateInd' attribute value. |
void |
setGuaranteeReqInd(java.lang.Boolean guaranteeReqInd)
Set the 'GuaranteeReqInd' attribute value. |
void |
setMaximumDayInd(java.lang.Boolean maximumDayInd)
Set the 'MaximumDayInd' attribute value. |
void |
setMaximumVehiclesAllowed(java.lang.Integer maximumVehiclesAllowed)
Set the 'MaximumVehiclesAllowed' attribute value. |
void |
setMinimumDayInd(java.lang.Boolean minimumDayInd)
Set the 'MinimumDayInd' attribute value. |
void |
setModificationPenaltyInd(java.lang.Boolean modificationPenaltyInd)
Set the 'ModificationPenaltyInd' attribute value. |
void |
setOneWayPolicy(VehicleRentalRate.RateRestrictions.OneWayPolicy oneWayPolicy)
Set the 'OneWayPolicy' attribute value. |
void |
setOvernightInd(java.lang.Boolean overnightInd)
Set the 'OvernightInd' attribute value. |
void |
setRestrictedMileageInd(java.lang.Boolean restrictedMileageInd)
Set the 'RestrictedMileageInd' attribute value. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public VehicleRentalRate.RateRestrictions()
| Method Detail |
|---|
public java.lang.Boolean getArriveByFlight()
public void setArriveByFlight(java.lang.Boolean arriveByFlight)
arriveByFlight - public java.lang.Boolean getMinimumDayInd()
public void setMinimumDayInd(java.lang.Boolean minimumDayInd)
minimumDayInd - public java.lang.Boolean getMaximumDayInd()
public void setMaximumDayInd(java.lang.Boolean maximumDayInd)
maximumDayInd - public java.lang.Boolean getAdvancedBookingInd()
public void setAdvancedBookingInd(java.lang.Boolean advancedBookingInd)
advancedBookingInd - public java.lang.Boolean getRestrictedMileageInd()
public void setRestrictedMileageInd(java.lang.Boolean restrictedMileageInd)
restrictedMileageInd - public java.lang.Boolean getCorporateRateInd()
public void setCorporateRateInd(java.lang.Boolean corporateRateInd)
corporateRateInd - public java.lang.Boolean getGuaranteeReqInd()
public void setGuaranteeReqInd(java.lang.Boolean guaranteeReqInd)
guaranteeReqInd - public java.lang.Integer getMaximumVehiclesAllowed()
public void setMaximumVehiclesAllowed(java.lang.Integer maximumVehiclesAllowed)
maximumVehiclesAllowed - public java.lang.Boolean getOvernightInd()
public void setOvernightInd(java.lang.Boolean overnightInd)
overnightInd - public VehicleRentalRate.RateRestrictions.OneWayPolicy getOneWayPolicy()
public void setOneWayPolicy(VehicleRentalRate.RateRestrictions.OneWayPolicy oneWayPolicy)
oneWayPolicy - public java.lang.Boolean getCancellationPenaltyInd()
public void setCancellationPenaltyInd(java.lang.Boolean cancellationPenaltyInd)
cancellationPenaltyInd - public java.lang.Boolean getModificationPenaltyInd()
public void setModificationPenaltyInd(java.lang.Boolean modificationPenaltyInd)
modificationPenaltyInd -
|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||