|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.ota.shared.Customer.CustLoyalty
public static class Customer.CustLoyalty
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 |
---|
public Customer.CustLoyalty()
Method Detail |
---|
public CustomerLoyaltyGroup getCustomerLoyaltyGroup()
public void setCustomerLoyaltyGroup(CustomerLoyaltyGroup customerLoyaltyGroup)
customerLoyaltyGroup
- public java.lang.String getRemark()
public void setRemark(java.lang.String remark)
remark
-
|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |