org.ota.air
Class AirSearchPrefs.TicketDistribPref

java.lang.Object
  extended by org.ota.air.AirSearchPrefs.TicketDistribPref
Enclosing class:
AirSearchPrefs

public static class AirSearchPrefs.TicketDistribPref
extends java.lang.Object

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

AirSearchPrefs.TicketDistribPref

public AirSearchPrefs.TicketDistribPref()
Method Detail

getTicketDistribPref

public TicketDistribPref getTicketDistribPref()
Get the extension value.

Returns:
value

setTicketDistribPref

public void setTicketDistribPref(TicketDistribPref ticketDistribPref)
Set the extension value.

Parameters:
ticketDistribPref -

getLastTicketDate

public java.util.Date getLastTicketDate()
Get the 'LastTicketDate' attribute value.

Returns:
value

setLastTicketDate

public void setLastTicketDate(java.util.Date lastTicketDate)
Set the 'LastTicketDate' attribute value.

Parameters:
lastTicketDate -

getFirstTicketDate

public java.util.Date getFirstTicketDate()
Get the 'FirstTicketDate' attribute value.

Returns:
value

setFirstTicketDate

public void setFirstTicketDate(java.util.Date firstTicketDate)
Set the 'FirstTicketDate' attribute value.

Parameters:
firstTicketDate -