|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||
java.lang.Objectorg.ota.air.AirSearchPrefs.TicketDistribPref
public static class AirSearchPrefs.TicketDistribPref
Defines Distribution prefernces. 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="TicketDistribPref" minOccurs="0" maxOccurs="3">
<xs:complexType>
<xs:simpleContent>
<xs:extension base="ns:TicketDistribPrefType">
<xs:attribute type="xs:dateTime" use="optional" name="LastTicketDate"/>
<xs:attribute type="xs:dateTime" use="optional" name="FirstTicketDate"/>
</xs:extension>
</xs:simpleContent>
</xs:complexType>
</xs:element>
| Constructor Summary | |
|---|---|
AirSearchPrefs.TicketDistribPref()
|
|
| Method Summary | |
|---|---|
java.util.Date |
getFirstTicketDate()
Get the 'FirstTicketDate' attribute value. |
java.util.Date |
getLastTicketDate()
Get the 'LastTicketDate' attribute value. |
TicketDistribPref |
getTicketDistribPref()
Get the extension value. |
void |
setFirstTicketDate(java.util.Date firstTicketDate)
Set the 'FirstTicketDate' attribute value. |
void |
setLastTicketDate(java.util.Date lastTicketDate)
Set the 'LastTicketDate' attribute value. |
void |
setTicketDistribPref(TicketDistribPref ticketDistribPref)
Set the extension value. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public AirSearchPrefs.TicketDistribPref()
| Method Detail |
|---|
public TicketDistribPref getTicketDistribPref()
public void setTicketDistribPref(TicketDistribPref ticketDistribPref)
ticketDistribPref - public java.util.Date getLastTicketDate()
public void setLastTicketDate(java.util.Date lastTicketDate)
lastTicketDate - public java.util.Date getFirstTicketDate()
public void setFirstTicketDate(java.util.Date firstTicketDate)
firstTicketDate -
|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||