|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.ota.air.AirCheckIn.PassengerFlightInfo.InternationalProcessingInfo
public static class AirCheckIn.PassengerFlightInfo.InternationalProcessingInfo
International document verification information related to the passenger. 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="InternationalProcessingInfo" minOccurs="0"> <xs:complexType> <xs:attribute type="xs:string" use="optional" name="DocumentVerification"/> <xs:attribute type="xs:string" use="optional" name="AirportPassengerProcessingCode"/> <xs:attribute type="xs:boolean" use="optional" name="DocumentVerifiedInd"/> </xs:complexType> </xs:element>
Constructor Summary | |
---|---|
AirCheckIn.PassengerFlightInfo.InternationalProcessingInfo()
|
Method Summary | |
---|---|
java.lang.String |
getAirportPassengerProcessingCode()
Get the 'AirportPassengerProcessingCode' attribute value. |
java.lang.String |
getDocumentVerification()
Get the 'DocumentVerification' attribute value. |
java.lang.Boolean |
getDocumentVerifiedInd()
Get the 'DocumentVerifiedInd' attribute value. |
void |
setAirportPassengerProcessingCode(java.lang.String airportPassengerProcessingCode)
Set the 'AirportPassengerProcessingCode' attribute value. |
void |
setDocumentVerification(java.lang.String documentVerification)
Set the 'DocumentVerification' attribute value. |
void |
setDocumentVerifiedInd(java.lang.Boolean documentVerifiedInd)
Set the 'DocumentVerifiedInd' attribute value. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public AirCheckIn.PassengerFlightInfo.InternationalProcessingInfo()
Method Detail |
---|
public java.lang.String getDocumentVerification()
public void setDocumentVerification(java.lang.String documentVerification)
documentVerification
- public java.lang.String getAirportPassengerProcessingCode()
public void setAirportPassengerProcessingCode(java.lang.String airportPassengerProcessingCode)
airportPassengerProcessingCode
- public java.lang.Boolean getDocumentVerifiedInd()
public void setDocumentVerifiedInd(java.lang.Boolean documentVerifiedInd)
documentVerifiedInd
-
|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |