org.ota.air
Class RuleInfo.ResTicketingRules.AdvResTicketing
java.lang.Object
org.ota.air.AdvResTicketing
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>
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 java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
RuleInfo.ResTicketingRules.AdvResTicketing
public RuleInfo.ResTicketingRules.AdvResTicketing()
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
-