org.ota.shared
Class LoyalLevelGroup

java.lang.Object
  extended by org.ota.shared.LoyalLevelGroup

public class LoyalLevelGroup
extends java.lang.Object

Provides the level within a loyalty program. 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="LoyalLevelGroup">
   <xs:attribute type="xs:string" use="optional" name="LoyalLevel"/>
   <xs:attribute type="xs:int" use="optional" name="LoyalLevelCode"/>
 </xs:attributeGroup>
 


Constructor Summary
LoyalLevelGroup()
           
 
Method Summary
 java.lang.String getLoyalLevel()
          Get the 'LoyalLevel' attribute value.
 java.lang.Integer getLoyalLevelCode()
          Get the 'LoyalLevelCode' attribute value.
 void setLoyalLevel(java.lang.String loyalLevel)
          Set the 'LoyalLevel' attribute value.
 void setLoyalLevelCode(java.lang.Integer loyalLevelCode)
          Set the 'LoyalLevelCode' attribute value.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LoyalLevelGroup

public LoyalLevelGroup()
Method Detail

getLoyalLevel

public java.lang.String getLoyalLevel()
Get the 'LoyalLevel' attribute value. Indicates special privileges in program assigned to individual.

Returns:
value

setLoyalLevel

public void setLoyalLevel(java.lang.String loyalLevel)
Set the 'LoyalLevel' attribute value. Indicates special privileges in program assigned to individual.

Parameters:
loyalLevel -

getLoyalLevelCode

public java.lang.Integer getLoyalLevelCode()
Get the 'LoyalLevelCode' attribute value. Provides a numeric code assigned to a particular loyalty level.

Returns:
value

setLoyalLevelCode

public void setLoyalLevelCode(java.lang.Integer loyalLevelCode)
Set the 'LoyalLevelCode' attribute value. Provides a numeric code assigned to a particular loyalty level.

Parameters:
loyalLevelCode -