|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||
java.lang.Objectorg.ota.vehicle.VehicleRentalRate.PickupReturnRule
public static class VehicleRentalRate.PickupReturnRule
Pickup and return requirements for a specific rate. 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="PickupReturnRule" minOccurs="0" maxOccurs="3">
<xs:complexType>
<xs:attribute type="ns:DayOfWeekType" use="optional" name="DayOfWeek"/>
<xs:attribute type="xs:string" use="optional" name="Time"/>
<xs:attribute use="optional" name="RuleType">
<xs:simpleType>
<!-- Reference to inner class Rule -->
</xs:simpleType>
</xs:attribute>
</xs:complexType>
</xs:element>
| Nested Class Summary | |
|---|---|
static class |
VehicleRentalRate.PickupReturnRule.Rule
Schema fragment(s) for this class: |
| Constructor Summary | |
|---|---|
VehicleRentalRate.PickupReturnRule()
|
|
| Method Summary | |
|---|---|
DayOfWeek |
getDayOfWeek()
Get the 'DayOfWeek' attribute value. |
VehicleRentalRate.PickupReturnRule.Rule |
getRule()
Get the 'RuleType' attribute value. |
java.lang.String |
getTime()
Get the 'Time' attribute value. |
void |
setDayOfWeek(DayOfWeek dayOfWeek)
Set the 'DayOfWeek' attribute value. |
void |
setRule(VehicleRentalRate.PickupReturnRule.Rule rule)
Set the 'RuleType' attribute value. |
void |
setTime(java.lang.String time)
Set the 'Time' attribute value. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public VehicleRentalRate.PickupReturnRule()
| Method Detail |
|---|
public DayOfWeek getDayOfWeek()
public void setDayOfWeek(DayOfWeek dayOfWeek)
dayOfWeek - public java.lang.String getTime()
public void setTime(java.lang.String time)
time - public VehicleRentalRate.PickupReturnRule.Rule getRule()
public void setRule(VehicleRentalRate.PickupReturnRule.Rule rule)
rule -
|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||