org.ota.air
Class AirTraveler.CustLoyalty

java.lang.Object
  extended by org.ota.air.AirTraveler.CustLoyalty
Enclosing class:
AirTraveler

public static class AirTraveler.CustLoyalty
extends java.lang.Object

Identifies the loyalty program(s) that the customer belongs to and associated information. 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="CustLoyalty" minOccurs="0" maxOccurs="5">
   <xs:complexType>
     <xs:attributeGroup ref="ns:CustomerLoyaltyGroup"/>
     <xs:attribute type="ns:ActionType" use="optional" name="Operation"/>
   </xs:complexType>
 </xs:element>
 


Constructor Summary
AirTraveler.CustLoyalty()
           
 
Method Summary
 CustomerLoyaltyGroup getCustomerLoyaltyGroup()
          Get the 'CustomerLoyaltyGroup' attributeGroup value.
 Action getOperation()
          Get the 'Operation' attribute value.
 void setCustomerLoyaltyGroup(CustomerLoyaltyGroup customerLoyaltyGroup)
          Set the 'CustomerLoyaltyGroup' attributeGroup value.
 void setOperation(Action operation)
          Set the 'Operation' attribute value.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AirTraveler.CustLoyalty

public AirTraveler.CustLoyalty()
Method Detail

getCustomerLoyaltyGroup

public CustomerLoyaltyGroup getCustomerLoyaltyGroup()
Get the 'CustomerLoyaltyGroup' attributeGroup value.

Returns:
value

setCustomerLoyaltyGroup

public void setCustomerLoyaltyGroup(CustomerLoyaltyGroup customerLoyaltyGroup)
Set the 'CustomerLoyaltyGroup' attributeGroup value.

Parameters:
customerLoyaltyGroup -

getOperation

public Action getOperation()
Get the 'Operation' attribute value. Indicates the required modification to the element.

Returns:
value

setOperation

public void setOperation(Action operation)
Set the 'Operation' attribute value. Indicates the required modification to the element.

Parameters:
operation -