|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.ota.loyalty.AccountInfo.MemberPreferences.AdditionalReward
public static class AccountInfo.MemberPreferences.AdditionalReward
Additional programs that are honored by the primary loyalty account. Schema fragment(s) for this class:
<xs:element xmlns:ns="http://www.opentravel.org/OTA/2003/05" xmlns:xs="http://www.w3.org/2001/XMLSchema" name="AdditionalReward" minOccurs="0" maxOccurs="5"> <xs:complexType> <xs:sequence> <xs:element type="ns:CompanyNameType" name="CompanyName" minOccurs="0"/> <xs:element type="ns:PersonNameType" name="Name" minOccurs="0"/> </xs:sequence> <xs:attribute type="xs:string" use="optional" name="MemberID"/> </xs:complexType> </xs:element>
Constructor Summary | |
---|---|
AccountInfo.MemberPreferences.AdditionalReward()
|
Method Summary | |
---|---|
CompanyName |
getCompanyName()
Get the 'CompanyName' element value. |
java.lang.String |
getMemberID()
Get the 'MemberID' attribute value. |
PersonName |
getName()
Get the 'Name' element value. |
void |
setCompanyName(CompanyName companyName)
Set the 'CompanyName' element value. |
void |
setMemberID(java.lang.String memberID)
Set the 'MemberID' attribute value. |
void |
setName(PersonName name)
Set the 'Name' element value. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public AccountInfo.MemberPreferences.AdditionalReward()
Method Detail |
---|
public CompanyName getCompanyName()
public void setCompanyName(CompanyName companyName)
companyName
- public PersonName getName()
public void setName(PersonName name)
name
- public java.lang.String getMemberID()
public void setMemberID(java.lang.String memberID)
memberID
-
|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |