org.ota.cruise
Class LoyaltyInfoGroup

java.lang.Object
  extended by org.ota.cruise.LoyaltyInfoGroup

public class LoyaltyInfoGroup
extends java.lang.Object

Identifies the loyalty membership of a guest or prospect Schema fragment(s) for this class:

 <xs:attributeGroup xmlns:ns="http://www.opentravel.org/OTA/2003/05" xmlns:xs="http://www.w3.org/2001/XMLSchema" name="LoyaltyInfoGroup">
   <xs:attribute type="xs:string" use="optional" name="LoyaltyMembershipID"/>
   <xs:attributeGroup ref="ns:LoyalLevelGroup"/>
 </xs:attributeGroup>
 


Constructor Summary
LoyaltyInfoGroup()
           
 
Method Summary
 LoyalLevelGroup getLoyalLevelGroup()
          Get the 'LoyalLevelGroup' attributeGroup value.
 java.lang.String getLoyaltyMembershipID()
          Get the 'LoyaltyMembershipID' attribute value.
 void setLoyalLevelGroup(LoyalLevelGroup loyalLevelGroup)
          Set the 'LoyalLevelGroup' attributeGroup value.
 void setLoyaltyMembershipID(java.lang.String loyaltyMembershipID)
          Set the 'LoyaltyMembershipID' attribute value.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LoyaltyInfoGroup

public LoyaltyInfoGroup()
Method Detail

getLoyaltyMembershipID

public java.lang.String getLoyaltyMembershipID()
Get the 'LoyaltyMembershipID' attribute value. Unique identifier of the member in the program (membership number, account number, etc.).

Returns:
value

setLoyaltyMembershipID

public void setLoyaltyMembershipID(java.lang.String loyaltyMembershipID)
Set the 'LoyaltyMembershipID' attribute value. Unique identifier of the member in the program (membership number, account number, etc.).

Parameters:
loyaltyMembershipID -

getLoyalLevelGroup

public LoyalLevelGroup getLoyalLevelGroup()
Get the 'LoyalLevelGroup' attributeGroup value. Accumulated credits as defined by a reward program.

Returns:
value

setLoyalLevelGroup

public void setLoyalLevelGroup(LoyalLevelGroup loyalLevelGroup)
Set the 'LoyalLevelGroup' attributeGroup value. Accumulated credits as defined by a reward program.

Parameters:
loyalLevelGroup -