org.ota.loyalty
Class AccountInfo.MemberPreferences.Offer.Communication
java.lang.Object
org.ota.loyalty.AccountInfo.MemberPreferences.Offer.Communication
- Enclosing class:
- AccountInfo.MemberPreferences.Offer
public static class AccountInfo.MemberPreferences.Offer.Communication
- extends java.lang.Object
Preferred method of offer communication.
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="Communication" minOccurs="0" maxOccurs="5">
<xs:complexType>
<xs:attribute type="xs:string" use="optional" name="DistribType"/>
</xs:complexType>
</xs:element>
Method Summary |
java.lang.String |
getDistrib()
Get the 'DistribType' attribute value. |
void |
setDistrib(java.lang.String distrib)
Set the 'DistribType' attribute value. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AccountInfo.MemberPreferences.Offer.Communication
public AccountInfo.MemberPreferences.Offer.Communication()
getDistrib
public java.lang.String getDistrib()
- Get the 'DistribType' attribute value. An enumerated list of method of communication. Refer to OpenTravel Code List Distribution Type (DTB).
- Returns:
- value
setDistrib
public void setDistrib(java.lang.String distrib)
- Set the 'DistribType' attribute value. An enumerated list of method of communication. Refer to OpenTravel Code List Distribution Type (DTB).
- Parameters:
distrib
-