org.ota.air
Class AdvResTicketing.Sequence.AdvTicketing

java.lang.Object
  extended by org.ota.air.AdvResTicketing.Sequence.AdvTicketing
Enclosing class:
AdvResTicketing.Sequence

public static class AdvResTicketing.Sequence.AdvTicketing
extends java.lang.Object

Specifies advance ticketing restrictions. 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="AdvTicketing" minOccurs="0">
   <xs:complexType>
     <xs:attribute type="xs:string" use="optional" name="FromResTimeOfDay"/>
     <xs:attribute type="xs:string" use="optional" name="FromResPeriod"/>
     <xs:attribute type="ns:StayUnitType" use="optional" name="FromResUnit"/>
     <xs:attribute type="xs:string" use="optional" name="FromDepartTimeOfDay"/>
     <xs:attribute type="xs:string" use="optional" name="FromDepartPeriod"/>
     <xs:attribute type="ns:StayUnitType" use="optional" name="FromDepartUnit"/>
   </xs:complexType>
 </xs:element>
 


Constructor Summary
AdvResTicketing.Sequence.AdvTicketing()
           
 
Method Summary
 java.lang.String getFromDepartPeriod()
          Get the 'FromDepartPeriod' attribute value.
 java.lang.String getFromDepartTimeOfDay()
          Get the 'FromDepartTimeOfDay' attribute value.
 StayUnit getFromDepartUnit()
          Get the 'FromDepartUnit' attribute value.
 java.lang.String getFromResPeriod()
          Get the 'FromResPeriod' attribute value.
 java.lang.String getFromResTimeOfDay()
          Get the 'FromResTimeOfDay' attribute value.
 StayUnit getFromResUnit()
          Get the 'FromResUnit' attribute value.
 void setFromDepartPeriod(java.lang.String fromDepartPeriod)
          Set the 'FromDepartPeriod' attribute value.
 void setFromDepartTimeOfDay(java.lang.String fromDepartTimeOfDay)
          Set the 'FromDepartTimeOfDay' attribute value.
 void setFromDepartUnit(StayUnit fromDepartUnit)
          Set the 'FromDepartUnit' attribute value.
 void setFromResPeriod(java.lang.String fromResPeriod)
          Set the 'FromResPeriod' attribute value.
 void setFromResTimeOfDay(java.lang.String fromResTimeOfDay)
          Set the 'FromResTimeOfDay' attribute value.
 void setFromResUnit(StayUnit fromResUnit)
          Set the 'FromResUnit' attribute value.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AdvResTicketing.Sequence.AdvTicketing

public AdvResTicketing.Sequence.AdvTicketing()
Method Detail

getFromResTimeOfDay

public java.lang.String getFromResTimeOfDay()
Get the 'FromResTimeOfDay' attribute value. The time of day after reservations are made by which a ticket must be purchased.

Returns:
value

setFromResTimeOfDay

public void setFromResTimeOfDay(java.lang.String fromResTimeOfDay)
Set the 'FromResTimeOfDay' attribute value. The time of day after reservations are made by which a ticket must be purchased.

Parameters:
fromResTimeOfDay -

getFromResPeriod

public java.lang.String getFromResPeriod()
Get the 'FromResPeriod' attribute value. A length of time expressed as either an amount of time or the number of occurrences of a day of the week after reservations are made that a ticket must be purchased.

Returns:
value

setFromResPeriod

public void setFromResPeriod(java.lang.String fromResPeriod)
Set the 'FromResPeriod' attribute value. A length of time expressed as either an amount of time or the number of occurrences of a day of the week after reservations are made that a ticket must be purchased.

Parameters:
fromResPeriod -

getFromResUnit

public StayUnit getFromResUnit()
Get the 'FromResUnit' attribute value. The unit of elapsed time or the day of the week to be applied to the period after reservation are made that a ticket must be purchased.

Returns:
value

setFromResUnit

public void setFromResUnit(StayUnit fromResUnit)
Set the 'FromResUnit' attribute value. The unit of elapsed time or the day of the week to be applied to the period after reservation are made that a ticket must be purchased.

Parameters:
fromResUnit -

getFromDepartTimeOfDay

public java.lang.String getFromDepartTimeOfDay()
Get the 'FromDepartTimeOfDay' attribute value. The time of day prior to departure when that a ticket must be purchased.

Returns:
value

setFromDepartTimeOfDay

public void setFromDepartTimeOfDay(java.lang.String fromDepartTimeOfDay)
Set the 'FromDepartTimeOfDay' attribute value. The time of day prior to departure when that a ticket must be purchased.

Parameters:
fromDepartTimeOfDay -

getFromDepartPeriod

public java.lang.String getFromDepartPeriod()
Get the 'FromDepartPeriod' attribute value. A length of time expressed as either an amount of time or the number of occurrences of a day of the week before departure that a ticket must be purchased.

Returns:
value

setFromDepartPeriod

public void setFromDepartPeriod(java.lang.String fromDepartPeriod)
Set the 'FromDepartPeriod' attribute value. A length of time expressed as either an amount of time or the number of occurrences of a day of the week before departure that a ticket must be purchased.

Parameters:
fromDepartPeriod -

getFromDepartUnit

public StayUnit getFromDepartUnit()
Get the 'FromDepartUnit' attribute value. The unit of elapsed time or the day of the week to be applied to the the period before departure that a ticket must be purchased.

Returns:
value

setFromDepartUnit

public void setFromDepartUnit(StayUnit fromDepartUnit)
Set the 'FromDepartUnit' attribute value. The unit of elapsed time or the day of the week to be applied to the the period before departure that a ticket must be purchased.

Parameters:
fromDepartUnit -