|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||
java.lang.Objectorg.ota.air.AdvResTicketing
public class AdvResTicketing
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 |
|---|
public AdvResTicketing()
| Method Detail |
|---|
public AdvResTicketing.Sequence getSequence()
public void setSequence(AdvResTicketing.Sequence sequence)
sequence - public java.lang.Boolean getAdvResInd()
public void setAdvResInd(java.lang.Boolean advResInd)
advResInd - public java.lang.Boolean getAdvTicketingInd()
public void setAdvTicketingInd(java.lang.Boolean advTicketingInd)
advTicketingInd - public java.lang.String getRequestedTicketingDate()
public void setRequestedTicketingDate(java.lang.String requestedTicketingDate)
requestedTicketingDate -
|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||