|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.ota.hotel.SelectedLoyaltyGroup
public class SelectedLoyaltyGroup
SelectedLoyalty communicates the Loyalty program and points to be credited for a specific stay. The SelectedLoyalty class originates in the CRS Reservation Synchronization standard. 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="SelectedLoyaltyGroup"> <xs:attribute type="xs:string" use="optional" name="ReservationActionType"/> <xs:attribute type="xs:string" use="optional" name="SelectedLoyaltyRPH"/> <xs:attribute type="xs:string" use="optional" name="ProgramCode"/> <xs:attribute type="xs:string" use="optional" name="BonusCode"/> <xs:attribute type="xs:string" use="optional" name="AccountID"/> <xs:attribute type="xs:string" use="optional" name="PointsEarned"/> </xs:attributeGroup>
Constructor Summary | |
---|---|
SelectedLoyaltyGroup()
|
Method Summary | |
---|---|
java.lang.String |
getAccountID()
Get the 'AccountID' attribute value. |
java.lang.String |
getBonusCode()
Get the 'BonusCode' attribute value. |
java.lang.String |
getPointsEarned()
Get the 'PointsEarned' attribute value. |
java.lang.String |
getProgramCode()
Get the 'ProgramCode' attribute value. |
java.lang.String |
getReservationAction()
Get the 'ReservationActionType' attribute value. |
java.lang.String |
getSelectedLoyaltyRPH()
Get the 'SelectedLoyaltyRPH' attribute value. |
void |
setAccountID(java.lang.String accountID)
Set the 'AccountID' attribute value. |
void |
setBonusCode(java.lang.String bonusCode)
Set the 'BonusCode' attribute value. |
void |
setPointsEarned(java.lang.String pointsEarned)
Set the 'PointsEarned' attribute value. |
void |
setProgramCode(java.lang.String programCode)
Set the 'ProgramCode' attribute value. |
void |
setReservationAction(java.lang.String reservationAction)
Set the 'ReservationActionType' attribute value. |
void |
setSelectedLoyaltyRPH(java.lang.String selectedLoyaltyRPH)
Set the 'SelectedLoyaltyRPH' attribute value. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public SelectedLoyaltyGroup()
Method Detail |
---|
public java.lang.String getReservationAction()
public void setReservationAction(java.lang.String reservationAction)
reservationAction
- public java.lang.String getSelectedLoyaltyRPH()
public void setSelectedLoyaltyRPH(java.lang.String selectedLoyaltyRPH)
selectedLoyaltyRPH
- public java.lang.String getProgramCode()
public void setProgramCode(java.lang.String programCode)
programCode
- public java.lang.String getBonusCode()
public void setBonusCode(java.lang.String bonusCode)
bonusCode
- public java.lang.String getAccountID()
public void setAccountID(java.lang.String accountID)
accountID
- public java.lang.String getPointsEarned()
public void setPointsEarned(java.lang.String pointsEarned)
pointsEarned
-
|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |