org.ota.hotel
Class HotelDescriptiveContent.Policies.Policy.CommissionPolicy.PaymentCompany

java.lang.Object
  extended by org.ota.hotel.HotelDescriptiveContent.Policies.Policy.CommissionPolicy.PaymentCompany
Enclosing class:
HotelDescriptiveContent.Policies.Policy.CommissionPolicy

public static class HotelDescriptiveContent.Policies.Policy.CommissionPolicy.PaymentCompany
extends java.lang.Object

Company processing the commission payment for the property. 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="PaymentCompany" minOccurs="0" maxOccurs="5">
   <xs:complexType>
     <xs:attribute type="xs:string" use="optional" name="Name"/>
   </xs:complexType>
 </xs:element>
 


Constructor Summary
HotelDescriptiveContent.Policies.Policy.CommissionPolicy.PaymentCompany()
           
 
Method Summary
 java.lang.String getName()
          Get the 'Name' attribute value.
 void setName(java.lang.String name)
          Set the 'Name' attribute value.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HotelDescriptiveContent.Policies.Policy.CommissionPolicy.PaymentCompany

public HotelDescriptiveContent.Policies.Policy.CommissionPolicy.PaymentCompany()
Method Detail

getName

public java.lang.String getName()
Get the 'Name' attribute value. The name of the company processing the commission payment for the property.

Returns:
value

setName

public void setName(java.lang.String name)
Set the 'Name' attribute value. The name of the company processing the commission payment for the property.

Parameters:
name -