org.ota.shared
Class DirectBill.CompanyName

java.lang.Object
  extended by org.ota.shared.DirectBill.CompanyName
Enclosing class:
DirectBill

public static class DirectBill.CompanyName
extends java.lang.Object

Company name to whom remittance should be directed. 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="CompanyName" minOccurs="0">
   <xs:complexType>
     <xs:simpleContent>
       <xs:extension base="ns:CompanyNameType">
         <xs:attribute type="xs:string" use="optional" name="ContactName"/>
       </xs:extension>
     </xs:simpleContent>
   </xs:complexType>
 </xs:element>
 


Constructor Summary
DirectBill.CompanyName()
           
 
Method Summary
 CompanyName getCompanyName()
          Get the extension value.
 java.lang.String getContactName()
          Get the 'ContactName' attribute value.
 void setCompanyName(CompanyName companyName)
          Set the extension value.
 void setContactName(java.lang.String contactName)
          Set the 'ContactName' attribute value.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DirectBill.CompanyName

public DirectBill.CompanyName()
Method Detail

getCompanyName

public CompanyName getCompanyName()
Get the extension value.

Returns:
value

setCompanyName

public void setCompanyName(CompanyName companyName)
Set the extension value.

Parameters:
companyName -

getContactName

public java.lang.String getContactName()
Get the 'ContactName' attribute value. This may be used to pass the name of the contact at the company for which the direct bill applies.

Returns:
value

setContactName

public void setContactName(java.lang.String contactName)
Set the 'ContactName' attribute value. This may be used to pass the name of the contact at the company for which the direct bill applies.

Parameters:
contactName -