org.ota.loyalty
Class AccountInfo.MemberPreferences.AdditionalReward

java.lang.Object
  extended by org.ota.loyalty.AccountInfo.MemberPreferences.AdditionalReward
Enclosing class:
AccountInfo.MemberPreferences

public static class AccountInfo.MemberPreferences.AdditionalReward
extends java.lang.Object

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

AccountInfo.MemberPreferences.AdditionalReward

public AccountInfo.MemberPreferences.AdditionalReward()
Method Detail

getCompanyName

public CompanyName getCompanyName()
Get the 'CompanyName' element value.

Returns:
value

setCompanyName

public void setCompanyName(CompanyName companyName)
Set the 'CompanyName' element value.

Parameters:
companyName -

getName

public PersonName getName()
Get the 'Name' element value.

Returns:
value

setName

public void setName(PersonName name)
Set the 'Name' element value.

Parameters:
name -

getMemberID

public java.lang.String getMemberID()
Get the 'MemberID' attribute value.

Returns:
value

setMemberID

public void setMemberID(java.lang.String memberID)
Set the 'MemberID' attribute value.

Parameters:
memberID -