|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.ota.shared.CustomerLoyaltyGroup
public class CustomerLoyaltyGroup
Program rewarding frequent use by accumulating credits for services provided by vendors. 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="CustomerLoyaltyGroup"> <xs:attributeGroup ref="ns:PrivacyGroup"/> <xs:attribute type="xs:string" name="ProgramID"/> <xs:attribute type="xs:string" name="MembershipID"/> <xs:attribute type="xs:string" use="optional" name="TravelSector"/> <xs:attributeGroup ref="ns:LoyalLevelGroup"/> <xs:attributeGroup ref="ns:SingleVendorIndGroup"/> <xs:attributeGroup ref="ns:SignupDateGroup"/> <xs:attributeGroup ref="ns:EffectiveExpireOptionalDateGroup"/> <xs:attribute type="xs:string" name="RPH"/> <xs:attribute type="xs:string" use="optional" name="VendorCode"/> <xs:attribute type="xs:boolean" use="optional" name="PrimaryLoyaltyIndicator"/> <xs:attribute type="xs:string" use="optional" name="AllianceLoyaltyLevelName"/> <xs:attribute type="xs:string" use="optional" name="CustomerType"/> <xs:attribute type="xs:string" use="optional" name="CustomerValue"/> </xs:attributeGroup> <xs:attributeGroup xmlns:ns="http://www.opentravel.org/OTA/2003/05" xmlns:xs="http://www.w3.org/2001/XMLSchema" name="SignupDateGroup"> <xs:attribute type="xs:date" use="optional" name="SignupDate"/> </xs:attributeGroup>
Constructor Summary | |
---|---|
CustomerLoyaltyGroup()
|
Method Summary | |
---|---|
java.lang.String |
getAllianceLoyaltyLevelName()
Get the 'AllianceLoyaltyLevelName' attribute value. |
java.lang.String |
getCustomer()
Get the 'CustomerType' attribute value. |
java.lang.String |
getCustomerValue()
Get the 'CustomerValue' attribute value. |
EffectiveExpireOptionalDateGroup |
getEffectiveExpireOptionalDateGroup()
Get the 'EffectiveExpireOptionalDateGroup' attributeGroup value. |
LoyalLevelGroup |
getLoyalLevelGroup()
Get the 'LoyalLevelGroup' attributeGroup value. |
java.lang.String |
getMembershipID()
Get the 'MembershipID' attribute value. |
java.lang.Boolean |
getPrimaryLoyaltyIndicator()
Get the 'PrimaryLoyaltyIndicator' attribute value. |
PrivacyGroup |
getPrivacyGroup()
Get the 'PrivacyGroup' attributeGroup value. |
java.lang.String |
getProgramID()
Get the 'ProgramID' attribute value. |
java.lang.String |
getRPH()
Get the 'RPH' attribute value. |
java.sql.Date |
getSignupDate()
Get the 'SignupDate' attribute value. |
SingleVendorIndGroup |
getSingleVendorIndGroup()
Get the 'SingleVendorIndGroup' attributeGroup value. |
java.lang.String |
getTravelSector()
Get the 'TravelSector' attribute value. |
java.lang.String |
getVendorCode()
Get the 'VendorCode' attribute value. |
void |
setAllianceLoyaltyLevelName(java.lang.String allianceLoyaltyLevelName)
Set the 'AllianceLoyaltyLevelName' attribute value. |
void |
setCustomer(java.lang.String customer)
Set the 'CustomerType' attribute value. |
void |
setCustomerValue(java.lang.String customerValue)
Set the 'CustomerValue' attribute value. |
void |
setEffectiveExpireOptionalDateGroup(EffectiveExpireOptionalDateGroup effectiveExpireOptionalDateGroup)
Set the 'EffectiveExpireOptionalDateGroup' attributeGroup value. |
void |
setLoyalLevelGroup(LoyalLevelGroup loyalLevelGroup)
Set the 'LoyalLevelGroup' attributeGroup value. |
void |
setMembershipID(java.lang.String membershipID)
Set the 'MembershipID' attribute value. |
void |
setPrimaryLoyaltyIndicator(java.lang.Boolean primaryLoyaltyIndicator)
Set the 'PrimaryLoyaltyIndicator' attribute value. |
void |
setPrivacyGroup(PrivacyGroup privacyGroup)
Set the 'PrivacyGroup' attributeGroup value. |
void |
setProgramID(java.lang.String programID)
Set the 'ProgramID' attribute value. |
void |
setRPH(java.lang.String RPH)
Set the 'RPH' attribute value. |
void |
setSignupDate(java.sql.Date signupDate)
Set the 'SignupDate' attribute value. |
void |
setSingleVendorIndGroup(SingleVendorIndGroup singleVendorIndGroup)
Set the 'SingleVendorIndGroup' attributeGroup value. |
void |
setTravelSector(java.lang.String travelSector)
Set the 'TravelSector' attribute value. |
void |
setVendorCode(java.lang.String vendorCode)
Set the 'VendorCode' attribute value. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public CustomerLoyaltyGroup()
Method Detail |
---|
public PrivacyGroup getPrivacyGroup()
public void setPrivacyGroup(PrivacyGroup privacyGroup)
privacyGroup
- public java.lang.String getProgramID()
public void setProgramID(java.lang.String programID)
programID
- public java.lang.String getMembershipID()
public void setMembershipID(java.lang.String membershipID)
membershipID
- public java.lang.String getTravelSector()
public void setTravelSector(java.lang.String travelSector)
travelSector
- public LoyalLevelGroup getLoyalLevelGroup()
public void setLoyalLevelGroup(LoyalLevelGroup loyalLevelGroup)
loyalLevelGroup
- public SingleVendorIndGroup getSingleVendorIndGroup()
public void setSingleVendorIndGroup(SingleVendorIndGroup singleVendorIndGroup)
singleVendorIndGroup
- public java.sql.Date getSignupDate()
public void setSignupDate(java.sql.Date signupDate)
signupDate
- public EffectiveExpireOptionalDateGroup getEffectiveExpireOptionalDateGroup()
public void setEffectiveExpireOptionalDateGroup(EffectiveExpireOptionalDateGroup effectiveExpireOptionalDateGroup)
effectiveExpireOptionalDateGroup
- public java.lang.String getRPH()
public void setRPH(java.lang.String RPH)
RPH
- public java.lang.String getVendorCode()
public void setVendorCode(java.lang.String vendorCode)
vendorCode
- public java.lang.Boolean getPrimaryLoyaltyIndicator()
public void setPrimaryLoyaltyIndicator(java.lang.Boolean primaryLoyaltyIndicator)
primaryLoyaltyIndicator
- public java.lang.String getAllianceLoyaltyLevelName()
public void setAllianceLoyaltyLevelName(java.lang.String allianceLoyaltyLevelName)
allianceLoyaltyLevelName
- public java.lang.String getCustomer()
public void setCustomer(java.lang.String customer)
customer
- public java.lang.String getCustomerValue()
public void setCustomerValue(java.lang.String customerValue)
customerValue
-
|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |