|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||
java.lang.Objectorg.ota.shared.LoyalLevelGroup
public class LoyalLevelGroup
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 |
|---|
public LoyalLevelGroup()
| Method Detail |
|---|
public java.lang.String getLoyalLevel()
public void setLoyalLevel(java.lang.String loyalLevel)
loyalLevel - public java.lang.Integer getLoyalLevelCode()
public void setLoyalLevelCode(java.lang.Integer loyalLevelCode)
loyalLevelCode -
|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||