|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.ota.profile.LoyaltyProgram
public class LoyaltyProgram
Identifies a membership or loyalty program offered by the company by name of the program. Schema fragment(s) for this class:
<xs:complexType xmlns:ns="http://www.opentravel.org/OTA/2003/05" xmlns:xs="http://www.w3.org/2001/XMLSchema" name="LoyaltyProgramType"> <xs:simpleContent> <xs:extension base="xs:string"> <xs:attribute type="xs:string" use="optional" name="ProgramCode"/> <xs:attributeGroup ref="ns:SingleVendorIndGroup"/> <xs:attribute type="xs:string" use="optional" name="LoyaltyLevel"/> <xs:attribute type="xs:string" use="optional" name="RPH"/> <xs:attribute type="xs:boolean" use="optional" name="PrimaryLoyaltyIndicator"/> </xs:extension> </xs:simpleContent> </xs:complexType>
Constructor Summary | |
---|---|
LoyaltyProgram()
|
Method Summary | |
---|---|
java.lang.String |
getLoyaltyLevel()
Get the 'LoyaltyLevel' attribute value. |
java.lang.Boolean |
getPrimaryLoyaltyIndicator()
Get the 'PrimaryLoyaltyIndicator' attribute value. |
java.lang.String |
getProgramCode()
Get the 'ProgramCode' attribute value. |
java.lang.String |
getRPH()
Get the 'RPH' attribute value. |
SingleVendorIndGroup |
getSingleVendorIndGroup()
Get the 'SingleVendorIndGroup' attributeGroup value. |
java.lang.String |
getString()
Get the extension value. |
void |
setLoyaltyLevel(java.lang.String loyaltyLevel)
Set the 'LoyaltyLevel' attribute value. |
void |
setPrimaryLoyaltyIndicator(java.lang.Boolean primaryLoyaltyIndicator)
Set the 'PrimaryLoyaltyIndicator' attribute value. |
void |
setProgramCode(java.lang.String programCode)
Set the 'ProgramCode' attribute value. |
void |
setRPH(java.lang.String RPH)
Set the 'RPH' attribute value. |
void |
setSingleVendorIndGroup(SingleVendorIndGroup singleVendorIndGroup)
Set the 'SingleVendorIndGroup' attributeGroup value. |
void |
setString(java.lang.String string)
Set the extension value. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public LoyaltyProgram()
Method Detail |
---|
public java.lang.String getString()
public void setString(java.lang.String string)
string
- public java.lang.String getProgramCode()
public void setProgramCode(java.lang.String programCode)
programCode
- public SingleVendorIndGroup getSingleVendorIndGroup()
public void setSingleVendorIndGroup(SingleVendorIndGroup singleVendorIndGroup)
singleVendorIndGroup
- public java.lang.String getLoyaltyLevel()
public void setLoyaltyLevel(java.lang.String loyaltyLevel)
loyaltyLevel
- public java.lang.String getRPH()
public void setRPH(java.lang.String RPH)
RPH
- public java.lang.Boolean getPrimaryLoyaltyIndicator()
public void setPrimaryLoyaltyIndicator(java.lang.Boolean primaryLoyaltyIndicator)
primaryLoyaltyIndicator
-
|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |