org.ota.air
Class AirCheckIn.PassengerFlightInfo.InternationalProcessingInfo

java.lang.Object
  extended by org.ota.air.AirCheckIn.PassengerFlightInfo.InternationalProcessingInfo
Enclosing class:
AirCheckIn.PassengerFlightInfo

public static class AirCheckIn.PassengerFlightInfo.InternationalProcessingInfo
extends java.lang.Object

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

AirCheckIn.PassengerFlightInfo.InternationalProcessingInfo

public AirCheckIn.PassengerFlightInfo.InternationalProcessingInfo()
Method Detail

getDocumentVerification

public java.lang.String getDocumentVerification()
Get the 'DocumentVerification' attribute value. Indicates the status of the passenger coupon on day of departure. Refer to IATA reso 722c Attachment C (reference # 22). This information is used for mag stripe or bar code. If this element is not provided, the receiving system may choose to print a blank on the mag stripe or bar code.

Returns:
value

setDocumentVerification

public void setDocumentVerification(java.lang.String documentVerification)
Set the 'DocumentVerification' attribute value. Indicates the status of the passenger coupon on day of departure. Refer to IATA reso 722c Attachment C (reference # 22). This information is used for mag stripe or bar code. If this element is not provided, the receiving system may choose to print a blank on the mag stripe or bar code.

Parameters:
documentVerification -

getAirportPassengerProcessingCode

public java.lang.String getAirportPassengerProcessingCode()
Get the 'AirportPassengerProcessingCode' attribute value. Specifies the type of document to be checked. Refer to IATA Resolution 722c Attachment C (reference # 61)

Returns:
value

setAirportPassengerProcessingCode

public void setAirportPassengerProcessingCode(java.lang.String airportPassengerProcessingCode)
Set the 'AirportPassengerProcessingCode' attribute value. Specifies the type of document to be checked. Refer to IATA Resolution 722c Attachment C (reference # 61)

Parameters:
airportPassengerProcessingCode -

getDocumentVerifiedInd

public java.lang.Boolean getDocumentVerifiedInd()
Get the 'DocumentVerifiedInd' attribute value. If true, personal documentation has been verified. If false, additional verification is required prior to issuing an international boarding pass.

Returns:
value

setDocumentVerifiedInd

public void setDocumentVerifiedInd(java.lang.Boolean documentVerifiedInd)
Set the 'DocumentVerifiedInd' attribute value. If true, personal documentation has been verified. If false, additional verification is required prior to issuing an international boarding pass.

Parameters:
documentVerifiedInd -