|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.ota.air.AirCheckIn.PassengerInfo.TicketingInfo.CouponInfo
public static class AirCheckIn.PassengerInfo.TicketingInfo.CouponInfo
Identifies the coupon to be used to check-in for a flight segment or segments. 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="CouponInfo" maxOccurs="16"> <xs:complexType> <xs:attribute type="xs:string" use="required" name="FlightRPH"/> <xs:attribute type="xs:int" use="required" name="CouponNumber"/> <xs:attribute type="xs:string" use="optional" name="DocumentNumberCheckDigit"/> <xs:attribute type="xs:boolean" use="optional" name="PaperTicketInd"/> <xs:attribute type="xs:string" use="optional" name="CouponReference"/> </xs:complexType> </xs:element>
Constructor Summary | |
---|---|
AirCheckIn.PassengerInfo.TicketingInfo.CouponInfo()
|
Method Summary | |
---|---|
java.lang.Integer |
getCouponNumber()
Get the 'CouponNumber' attribute value. |
java.lang.String |
getCouponReference()
Get the 'CouponReference' attribute value. |
java.lang.String |
getDocumentNumberCheckDigit()
Get the 'DocumentNumberCheckDigit' attribute value. |
java.lang.String |
getFlightRPH()
Get the 'FlightRPH' attribute value. |
java.lang.Boolean |
getPaperTicketInd()
Get the 'PaperTicketInd' attribute value. |
void |
setCouponNumber(java.lang.Integer couponNumber)
Set the 'CouponNumber' attribute value. |
void |
setCouponReference(java.lang.String couponReference)
Set the 'CouponReference' attribute value. |
void |
setDocumentNumberCheckDigit(java.lang.String documentNumberCheckDigit)
Set the 'DocumentNumberCheckDigit' attribute value. |
void |
setFlightRPH(java.lang.String flightRPH)
Set the 'FlightRPH' attribute value. |
void |
setPaperTicketInd(java.lang.Boolean paperTicketInd)
Set the 'PaperTicketInd' attribute value. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public AirCheckIn.PassengerInfo.TicketingInfo.CouponInfo()
Method Detail |
---|
public java.lang.String getFlightRPH()
public void setFlightRPH(java.lang.String flightRPH)
flightRPH
- public java.lang.Integer getCouponNumber()
public void setCouponNumber(java.lang.Integer couponNumber)
couponNumber
- public java.lang.String getDocumentNumberCheckDigit()
public void setDocumentNumberCheckDigit(java.lang.String documentNumberCheckDigit)
documentNumberCheckDigit
- public java.lang.Boolean getPaperTicketInd()
public void setPaperTicketInd(java.lang.Boolean paperTicketInd)
paperTicketInd
- public java.lang.String getCouponReference()
public void setCouponReference(java.lang.String couponReference)
couponReference
-
|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |