org.ota.air
Class AdvResTicketing

java.lang.Object
  extended by org.ota.air.AdvResTicketing
Direct Known Subclasses:
RuleInfo.ResTicketingRules.AdvResTicketing

public class AdvResTicketing
extends java.lang.Object

Container used to hold information regarding advance reservation and/or advance ticketing. Schema fragment(s) for this class:

 <xs:complexType xmlns:ns="http://www.opentravel.org/OTA/2003/05" xmlns:xs="http://www.w3.org/2001/XMLSchema" name="AdvResTicketingType">
   <xs:sequence minOccurs="0">
     <!-- Reference to inner class Sequence -->
   </xs:sequence>
   <xs:attribute type="xs:boolean" name="AdvResInd"/>
   <xs:attribute type="xs:boolean" name="AdvTicketingInd"/>
   <xs:attribute type="xs:string" use="optional" name="RequestedTicketingDate"/>
 </xs:complexType>
 


Nested Class Summary
static class AdvResTicketing.Sequence
          Schema fragment(s) for this class:
 
Constructor Summary
AdvResTicketing()
           
 
Method Summary
 java.lang.Boolean getAdvResInd()
          Get the 'AdvResInd' attribute value.
 java.lang.Boolean getAdvTicketingInd()
          Get the 'AdvTicketingInd' attribute value.
 java.lang.String getRequestedTicketingDate()
          Get the 'RequestedTicketingDate' attribute value.
 AdvResTicketing.Sequence getSequence()
          Get the sequence value.
 void setAdvResInd(java.lang.Boolean advResInd)
          Set the 'AdvResInd' attribute value.
 void setAdvTicketingInd(java.lang.Boolean advTicketingInd)
          Set the 'AdvTicketingInd' attribute value.
 void setRequestedTicketingDate(java.lang.String requestedTicketingDate)
          Set the 'RequestedTicketingDate' attribute value.
 void setSequence(AdvResTicketing.Sequence sequence)
          Set the sequence value.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AdvResTicketing

public AdvResTicketing()
Method Detail

getSequence

public AdvResTicketing.Sequence getSequence()
Get the sequence value.

Returns:
value

setSequence

public void setSequence(AdvResTicketing.Sequence sequence)
Set the sequence value.

Parameters:
sequence -

getAdvResInd

public java.lang.Boolean getAdvResInd()
Get the 'AdvResInd' attribute value. Indicator for identifying whether or not advance reservation restrictions are involved in the request or response.

Returns:
value

setAdvResInd

public void setAdvResInd(java.lang.Boolean advResInd)
Set the 'AdvResInd' attribute value. Indicator for identifying whether or not advance reservation restrictions are involved in the request or response.

Parameters:
advResInd -

getAdvTicketingInd

public java.lang.Boolean getAdvTicketingInd()
Get the 'AdvTicketingInd' attribute value. Indicator for identifying whether or not advance ticketing restrictions are involved in the request or response.

Returns:
value

setAdvTicketingInd

public void setAdvTicketingInd(java.lang.Boolean advTicketingInd)
Set the 'AdvTicketingInd' attribute value. Indicator for identifying whether or not advance ticketing restrictions are involved in the request or response.

Parameters:
advTicketingInd -

getRequestedTicketingDate

public java.lang.String getRequestedTicketingDate()
Get the 'RequestedTicketingDate' attribute value. The date a traveller wishes to ticket their reservation.

Returns:
value

setRequestedTicketingDate

public void setRequestedTicketingDate(java.lang.String requestedTicketingDate)
Set the 'RequestedTicketingDate' attribute value. The date a traveller wishes to ticket their reservation.

Parameters:
requestedTicketingDate -