org.ota.air
Class FareInfo.FareInfoInner.PTC

java.lang.Object
  extended by org.ota.air.FareInfo.FareInfoInner.PTC
Enclosing class:
FareInfo.FareInfoInner

public static class FareInfo.FareInfoInner.PTC
extends java.lang.Object

The passenger types for which the fare is applicable. 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="PTC" minOccurs="0" maxOccurs="5">
   <xs:complexType>
     <xs:attribute type="xs:string" use="optional" name="PassengerTypeCode"/>
   </xs:complexType>
 </xs:element>
 


Constructor Summary
FareInfo.FareInfoInner.PTC()
           
 
Method Summary
 java.lang.String getPassengerTypeCode()
          Get the 'PassengerTypeCode' attribute value.
 void setPassengerTypeCode(java.lang.String passengerTypeCode)
          Set the 'PassengerTypeCode' attribute value.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FareInfo.FareInfoInner.PTC

public FareInfo.FareInfoInner.PTC()
Method Detail

getPassengerTypeCode

public java.lang.String getPassengerTypeCode()
Get the 'PassengerTypeCode' attribute value. The passenger type code for this fare.

Returns:
value

setPassengerTypeCode

public void setPassengerTypeCode(java.lang.String passengerTypeCode)
Set the 'PassengerTypeCode' attribute value. The passenger type code for this fare.

Parameters:
passengerTypeCode -