|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.ota.air.TicketingInfo
org.ota.air.TicketingInfoRS
org.ota.dynamicpkg.AirComponent.TicketingInfo
public static class AirComponent.TicketingInfo
Container for TicketingInfoRS_Type. 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="TicketingInfo" minOccurs="0"> <xs:complexType> <xs:complexContent> <xs:extension base="ns:TicketingInfoRS_Type"> <xs:sequence> <xs:element name="DeliveryInfo" minOccurs="0" maxOccurs="5"> <!-- Reference to inner class DeliveryInfo --> </xs:element> </xs:sequence> <xs:attribute type="xs:string" use="optional" name="PaymentType"/> </xs:extension> </xs:complexContent> </xs:complexType> </xs:element>
Nested Class Summary | |
---|---|
static class |
AirComponent.TicketingInfo.DeliveryInfo
Shipping information for the ticket. |
Nested classes/interfaces inherited from class org.ota.air.TicketingInfo |
---|
TicketingInfo.BookingChange, TicketingInfo.TicketAdvisory |
Constructor Summary | |
---|---|
AirComponent.TicketingInfo()
|
Method Summary | |
---|---|
void |
addDeliveryInfo(AirComponent.TicketingInfo.DeliveryInfo item)
Add a 'DeliveryInfo' element item. |
void |
clearDeliveryInfos()
Remove all 'DeliveryInfo' element items. |
AirComponent.TicketingInfo.DeliveryInfo |
getDeliveryInfo(int index)
Get 'DeliveryInfo' element item by position. |
java.util.List<AirComponent.TicketingInfo.DeliveryInfo> |
getDeliveryInfos()
Get the list of 'DeliveryInfo' element items. |
java.lang.String |
getPayment()
Get the 'PaymentType' attribute value. |
void |
setDeliveryInfos(java.util.List<AirComponent.TicketingInfo.DeliveryInfo> list)
Set the list of 'DeliveryInfo' element items. |
void |
setPayment(java.lang.String payment)
Set the 'PaymentType' attribute value. |
int |
sizeDeliveryInfos()
Get the number of 'DeliveryInfo' element items. |
Methods inherited from class org.ota.air.TicketingInfoRS |
---|
getETicketNumber, setETicketNumber |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public AirComponent.TicketingInfo()
Method Detail |
---|
public java.util.List<AirComponent.TicketingInfo.DeliveryInfo> getDeliveryInfos()
public void setDeliveryInfos(java.util.List<AirComponent.TicketingInfo.DeliveryInfo> list)
list
- public int sizeDeliveryInfos()
public void addDeliveryInfo(AirComponent.TicketingInfo.DeliveryInfo item)
item
- public AirComponent.TicketingInfo.DeliveryInfo getDeliveryInfo(int index)
index
-
public void clearDeliveryInfos()
public java.lang.String getPayment()
public void setPayment(java.lang.String payment)
payment
-
|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |