org.ota.shared
Class Customer.CustLoyalty

java.lang.Object
  extended by org.ota.shared.Customer.CustLoyalty
Enclosing class:
Customer

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

Loyalty program information for the customer. 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="25">
   <xs:complexType>
     <xs:attributeGroup ref="ns:CustomerLoyaltyGroup"/>
     <xs:attribute type="xs:string" use="optional" name="Remark"/>
   </xs:complexType>
 </xs:element>
 


Constructor Summary
Customer.CustLoyalty()
           
 
Method Summary
 CustomerLoyaltyGroup getCustomerLoyaltyGroup()
          Get the 'CustomerLoyaltyGroup' attributeGroup value.
 java.lang.String getRemark()
          Get the 'Remark' attribute value.
 void setCustomerLoyaltyGroup(CustomerLoyaltyGroup customerLoyaltyGroup)
          Set the 'CustomerLoyaltyGroup' attributeGroup value.
 void setRemark(java.lang.String remark)
          Set the 'Remark' attribute value.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Customer.CustLoyalty

public Customer.CustLoyalty()
Method Detail

getCustomerLoyaltyGroup

public CustomerLoyaltyGroup getCustomerLoyaltyGroup()
Get the 'CustomerLoyaltyGroup' attributeGroup value. Program rewarding frequent use by accumulating credits for services provided by vendors.

Returns:
value

setCustomerLoyaltyGroup

public void setCustomerLoyaltyGroup(CustomerLoyaltyGroup customerLoyaltyGroup)
Set the 'CustomerLoyaltyGroup' attributeGroup value. Program rewarding frequent use by accumulating credits for services provided by vendors.

Parameters:
customerLoyaltyGroup -

getRemark

public java.lang.String getRemark()
Get the 'Remark' attribute value. A remark associated with the customer's loyalty program.

Returns:
value

setRemark

public void setRemark(java.lang.String remark)
Set the 'Remark' attribute value. A remark associated with the customer's loyalty program.

Parameters:
remark -