org.ota.air
Class RuleInfo.ResTicketingRules.AdvResTicketing

java.lang.Object
  extended by org.ota.air.AdvResTicketing
      extended by org.ota.air.RuleInfo.ResTicketingRules.AdvResTicketing
Enclosing class:
RuleInfo.ResTicketingRules

public static class RuleInfo.ResTicketingRules.AdvResTicketing
extends AdvResTicketing

Container for holding rules regarding advance reservation or 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="AdvResTicketing" minOccurs="0">
   <xs:complexType>
     <xs:complexContent>
       <xs:extension base="ns:AdvResTicketingType">
         <xs:attribute type="xs:string" use="optional" name="FirstTicketDate"/>
         <xs:attribute type="xs:string" use="optional" name="LastTicketDate"/>
       </xs:extension>
     </xs:complexContent>
   </xs:complexType>
 </xs:element>
 


Nested Class Summary
 
Nested classes/interfaces inherited from class org.ota.air.AdvResTicketing
AdvResTicketing.Sequence
 
Constructor Summary
RuleInfo.ResTicketingRules.AdvResTicketing()
           
 
Method Summary
 java.lang.String getFirstTicketDate()
          Get the 'FirstTicketDate' attribute value.
 java.lang.String getLastTicketDate()
          Get the 'LastTicketDate' attribute value.
 void setFirstTicketDate(java.lang.String firstTicketDate)
          Set the 'FirstTicketDate' attribute value.
 void setLastTicketDate(java.lang.String lastTicketDate)
          Set the 'LastTicketDate' attribute value.
 
Methods inherited from class org.ota.air.AdvResTicketing
getAdvResInd, getAdvTicketingInd, getRequestedTicketingDate, getSequence, setAdvResInd, setAdvTicketingInd, setRequestedTicketingDate, setSequence
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RuleInfo.ResTicketingRules.AdvResTicketing

public RuleInfo.ResTicketingRules.AdvResTicketing()
Method Detail

getFirstTicketDate

public java.lang.String getFirstTicketDate()
Get the 'FirstTicketDate' attribute value. The first date that a ticket may be issued for this fare.

Returns:
value

setFirstTicketDate

public void setFirstTicketDate(java.lang.String firstTicketDate)
Set the 'FirstTicketDate' attribute value. The first date that a ticket may be issued for this fare.

Parameters:
firstTicketDate -

getLastTicketDate

public java.lang.String getLastTicketDate()
Get the 'LastTicketDate' attribute value. The last date that a ticket may be issued for this fare.

Returns:
value

setLastTicketDate

public void setLastTicketDate(java.lang.String lastTicketDate)
Set the 'LastTicketDate' attribute value. The last date that a ticket may be issued for this fare.

Parameters:
lastTicketDate -