org.ota.hotel
Class HotelDescriptiveInfoRequest.AffiliationInfo

java.lang.Object
  extended by org.ota.hotel.HotelDescriptiveInfoRequest.AffiliationInfo
Enclosing class:
HotelDescriptiveInfoRequest

public static class HotelDescriptiveInfoRequest.AffiliationInfo
extends java.lang.Object

Is used to the indicate the specific affiliation information being requested. 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="AffiliationInfo" minOccurs="0">
   <xs:complexType>
     <xs:attribute type="xs:boolean" use="optional" name="SendDistribSystems"/>
     <xs:attribute type="xs:boolean" use="optional" name="SendBrands"/>
     <xs:attribute type="xs:boolean" use="optional" name="SendLoyalPrograms"/>
     <xs:attribute type="xs:boolean" use="optional" name="SendAwards"/>
   </xs:complexType>
 </xs:element>
 


Constructor Summary
HotelDescriptiveInfoRequest.AffiliationInfo()
           
 
Method Summary
 java.lang.Boolean getSendAwards()
          Get the 'SendAwards' attribute value.
 java.lang.Boolean getSendBrands()
          Get the 'SendBrands' attribute value.
 java.lang.Boolean getSendDistribSystems()
          Get the 'SendDistribSystems' attribute value.
 java.lang.Boolean getSendLoyalPrograms()
          Get the 'SendLoyalPrograms' attribute value.
 void setSendAwards(java.lang.Boolean sendAwards)
          Set the 'SendAwards' attribute value.
 void setSendBrands(java.lang.Boolean sendBrands)
          Set the 'SendBrands' attribute value.
 void setSendDistribSystems(java.lang.Boolean sendDistribSystems)
          Set the 'SendDistribSystems' attribute value.
 void setSendLoyalPrograms(java.lang.Boolean sendLoyalPrograms)
          Set the 'SendLoyalPrograms' attribute value.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HotelDescriptiveInfoRequest.AffiliationInfo

public HotelDescriptiveInfoRequest.AffiliationInfo()
Method Detail

getSendDistribSystems

public java.lang.Boolean getSendDistribSystems()
Get the 'SendDistribSystems' attribute value. Send this data. "True" means send the data.

Returns:
value

setSendDistribSystems

public void setSendDistribSystems(java.lang.Boolean sendDistribSystems)
Set the 'SendDistribSystems' attribute value. Send this data. "True" means send the data.

Parameters:
sendDistribSystems -

getSendBrands

public java.lang.Boolean getSendBrands()
Get the 'SendBrands' attribute value. Send this data. "True" means send the data.

Returns:
value

setSendBrands

public void setSendBrands(java.lang.Boolean sendBrands)
Set the 'SendBrands' attribute value. Send this data. "True" means send the data.

Parameters:
sendBrands -

getSendLoyalPrograms

public java.lang.Boolean getSendLoyalPrograms()
Get the 'SendLoyalPrograms' attribute value. Send this data. "True" means send the data.

Returns:
value

setSendLoyalPrograms

public void setSendLoyalPrograms(java.lang.Boolean sendLoyalPrograms)
Set the 'SendLoyalPrograms' attribute value. Send this data. "True" means send the data.

Parameters:
sendLoyalPrograms -

getSendAwards

public java.lang.Boolean getSendAwards()
Get the 'SendAwards' attribute value. Send this data. "True" means send the data.

Returns:
value

setSendAwards

public void setSendAwards(java.lang.Boolean sendAwards)
Set the 'SendAwards' attribute value. Send this data. "True" means send the data.

Parameters:
sendAwards -