|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.ota.vehicle.LocDetailsNotifRQ.LocationDetail.LoyaltyProgram
public static class LocDetailsNotifRQ.LocationDetail.LoyaltyProgram
Frequent renter information applicable to this car rental location and the effective and discontinue dates for the information. 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="LoyaltyProgram" minOccurs="0" maxOccurs="5"> <xs:complexType> <xs:sequence> <xs:element name="Vehicles" minOccurs="0"> <!-- Reference to inner class Vehicles --> </xs:element> </xs:sequence> <xs:attribute type="xs:string" use="required" name="ProgramID"/> <xs:attributeGroup ref="ns:DateTimeSpanGroup"/> <xs:attribute type="xs:string" use="optional" name="Text"/> <xs:attribute type="ns:ActionType" use="optional" name="Action"/> </xs:complexType> </xs:element>
Nested Class Summary | |
---|---|
static class |
LocDetailsNotifRQ.LocationDetail.LoyaltyProgram.Vehicles
A collection of vehicles. |
Constructor Summary | |
---|---|
LocDetailsNotifRQ.LocationDetail.LoyaltyProgram()
|
Method Summary | |
---|---|
Action |
getAction()
Get the 'Action' attribute value. |
DateTimeSpanGroup |
getDateTimeSpanGroup()
Get the 'DateTimeSpanGroup' attributeGroup value. |
java.lang.String |
getProgramID()
Get the 'ProgramID' attribute value. |
java.lang.String |
getText()
Get the 'Text' attribute value. |
LocDetailsNotifRQ.LocationDetail.LoyaltyProgram.Vehicles |
getVehicles()
Get the 'Vehicles' element value. |
void |
setAction(Action action)
Set the 'Action' attribute value. |
void |
setDateTimeSpanGroup(DateTimeSpanGroup dateTimeSpanGroup)
Set the 'DateTimeSpanGroup' attributeGroup value. |
void |
setProgramID(java.lang.String programID)
Set the 'ProgramID' attribute value. |
void |
setText(java.lang.String text)
Set the 'Text' attribute value. |
void |
setVehicles(LocDetailsNotifRQ.LocationDetail.LoyaltyProgram.Vehicles vehicles)
Set the 'Vehicles' element value. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public LocDetailsNotifRQ.LocationDetail.LoyaltyProgram()
Method Detail |
---|
public LocDetailsNotifRQ.LocationDetail.LoyaltyProgram.Vehicles getVehicles()
public void setVehicles(LocDetailsNotifRQ.LocationDetail.LoyaltyProgram.Vehicles vehicles)
vehicles
- public java.lang.String getProgramID()
public void setProgramID(java.lang.String programID)
programID
- public DateTimeSpanGroup getDateTimeSpanGroup()
public void setDateTimeSpanGroup(DateTimeSpanGroup dateTimeSpanGroup)
dateTimeSpanGroup
- public java.lang.String getText()
public void setText(java.lang.String text)
text
- public Action getAction()
public void setAction(Action action)
action
-
|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |