|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||
java.lang.Objectorg.ota.cruise.LoyaltyInfoGroup
public class LoyaltyInfoGroup
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 |
|---|
public LoyaltyInfoGroup()
| Method Detail |
|---|
public java.lang.String getLoyaltyMembershipID()
public void setLoyaltyMembershipID(java.lang.String loyaltyMembershipID)
loyaltyMembershipID - public LoyalLevelGroup getLoyalLevelGroup()
public void setLoyalLevelGroup(LoyalLevelGroup loyalLevelGroup)
loyalLevelGroup -
|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||