|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||
java.lang.Objectorg.ota.vehicle.VehicleRentalCore
org.ota.vehicle.RateRuleRS.VehRentalCore
public static class RateRuleRS.VehRentalCore
Contains rental dates, times, and locations. 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="VehRentalCore" minOccurs="0">
<xs:complexType>
<xs:complexContent>
<xs:extension base="ns:VehicleRentalCoreType">
<xs:attribute type="ns:DayOfWeekType" use="optional" name="DayOfWeek"/>
<xs:attribute type="xs:string" use="optional" name="CurrencyCode"/>
<xs:attributeGroup ref="ns:CompanyID_AttributesGroup"/>
</xs:extension>
</xs:complexContent>
</xs:complexType>
</xs:element>
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from class org.ota.vehicle.VehicleRentalCore |
|---|
VehicleRentalCore.PickUpLocation, VehicleRentalCore.ReturnLocation |
| Constructor Summary | |
|---|---|
RateRuleRS.VehRentalCore()
|
|
| Method Summary | |
|---|---|
CompanyIDAttributesGroup |
getCompanyIDAttributesGroup()
Get the 'CompanyID_AttributesGroup' attributeGroup value. |
java.lang.String |
getCurrencyCode()
Get the 'CurrencyCode' attribute value. |
DayOfWeek |
getDayOfWeek()
Get the 'DayOfWeek' attribute value. |
void |
setCompanyIDAttributesGroup(CompanyIDAttributesGroup companyIDAttributesGroup)
Set the 'CompanyID_AttributesGroup' attributeGroup value. |
void |
setCurrencyCode(java.lang.String currencyCode)
Set the 'CurrencyCode' attribute value. |
void |
setDayOfWeek(DayOfWeek dayOfWeek)
Set the 'DayOfWeek' attribute value. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public RateRuleRS.VehRentalCore()
| Method Detail |
|---|
public DayOfWeek getDayOfWeek()
public void setDayOfWeek(DayOfWeek dayOfWeek)
dayOfWeek - public java.lang.String getCurrencyCode()
public void setCurrencyCode(java.lang.String currencyCode)
currencyCode - public CompanyIDAttributesGroup getCompanyIDAttributesGroup()
public void setCompanyIDAttributesGroup(CompanyIDAttributesGroup companyIDAttributesGroup)
companyIDAttributesGroup -
|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||