|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||
java.lang.Objectorg.ota.hotel.HotelDescriptiveInfoRequest.AffiliationInfo
public static class HotelDescriptiveInfoRequest.AffiliationInfo
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 |
|---|
public HotelDescriptiveInfoRequest.AffiliationInfo()
| Method Detail |
|---|
public java.lang.Boolean getSendDistribSystems()
public void setSendDistribSystems(java.lang.Boolean sendDistribSystems)
sendDistribSystems - public java.lang.Boolean getSendBrands()
public void setSendBrands(java.lang.Boolean sendBrands)
sendBrands - public java.lang.Boolean getSendLoyalPrograms()
public void setSendLoyalPrograms(java.lang.Boolean sendLoyalPrograms)
sendLoyalPrograms - public java.lang.Boolean getSendAwards()
public void setSendAwards(java.lang.Boolean sendAwards)
sendAwards -
|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||