org.ota.profile
Class Profile.PrefCollections.PrefCollection.AirlinePref.AccountInformation

java.lang.Object
  extended by org.ota.profile.Profile.PrefCollections.PrefCollection.AirlinePref.AccountInformation
Enclosing class:
Profile.PrefCollections.PrefCollection.AirlinePref

public static class Profile.PrefCollections.PrefCollection.AirlinePref.AccountInformation
extends java.lang.Object

Information related to back office accounting information for the travel agency. 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="AccountInformation" minOccurs="0">
   <xs:complexType>
     <xs:sequence>
       <xs:element name="TaxRegistrationDetails" minOccurs="0">
         <!-- Reference to inner class TaxRegistrationDetails -->
       </xs:element>
     </xs:sequence>
     <xs:attribute type="xs:string" use="optional" name="Number"/>
     <xs:attribute type="xs:string" use="optional" name="CostCenter"/>
     <xs:attribute type="xs:string" use="optional" name="CompanyNumber"/>
     <xs:attribute type="xs:string" use="optional" name="ClientReference"/>
   </xs:complexType>
 </xs:element>
 


Nested Class Summary
static class Profile.PrefCollections.PrefCollection.AirlinePref.AccountInformation.TaxRegistrationDetails
          Ticketing Goods and Services Tax (GST) details (typically the Australian market).
 
Constructor Summary
Profile.PrefCollections.PrefCollection.AirlinePref.AccountInformation()
           
 
Method Summary
 java.lang.String getClientReference()
          Get the 'ClientReference' attribute value.
 java.lang.String getCompanyNumber()
          Get the 'CompanyNumber' attribute value.
 java.lang.String getCostCenter()
          Get the 'CostCenter' attribute value.
 java.lang.String getNumber()
          Get the 'Number' attribute value.
 Profile.PrefCollections.PrefCollection.AirlinePref.AccountInformation.TaxRegistrationDetails getTaxRegistrationDetails()
          Get the 'TaxRegistrationDetails' element value.
 void setClientReference(java.lang.String clientReference)
          Set the 'ClientReference' attribute value.
 void setCompanyNumber(java.lang.String companyNumber)
          Set the 'CompanyNumber' attribute value.
 void setCostCenter(java.lang.String costCenter)
          Set the 'CostCenter' attribute value.
 void setNumber(java.lang.String number)
          Set the 'Number' attribute value.
 void setTaxRegistrationDetails(Profile.PrefCollections.PrefCollection.AirlinePref.AccountInformation.TaxRegistrationDetails taxRegistrationDetails)
          Set the 'TaxRegistrationDetails' element value.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Profile.PrefCollections.PrefCollection.AirlinePref.AccountInformation

public Profile.PrefCollections.PrefCollection.AirlinePref.AccountInformation()
Method Detail

getTaxRegistrationDetails

public Profile.PrefCollections.PrefCollection.AirlinePref.AccountInformation.TaxRegistrationDetails getTaxRegistrationDetails()
Get the 'TaxRegistrationDetails' element value.

Returns:
value

setTaxRegistrationDetails

public void setTaxRegistrationDetails(Profile.PrefCollections.PrefCollection.AirlinePref.AccountInformation.TaxRegistrationDetails taxRegistrationDetails)
Set the 'TaxRegistrationDetails' element value.

Parameters:
taxRegistrationDetails -

getNumber

public java.lang.String getNumber()
Get the 'Number' attribute value. Ticketing account number.

Returns:
value

setNumber

public void setNumber(java.lang.String number)
Set the 'Number' attribute value. Ticketing account number.

Parameters:
number -

getCostCenter

public java.lang.String getCostCenter()
Get the 'CostCenter' attribute value. Ticketing cost center.

Returns:
value

setCostCenter

public void setCostCenter(java.lang.String costCenter)
Set the 'CostCenter' attribute value. Ticketing cost center.

Parameters:
costCenter -

getCompanyNumber

public java.lang.String getCompanyNumber()
Get the 'CompanyNumber' attribute value. Ticketing company number.

Returns:
value

setCompanyNumber

public void setCompanyNumber(java.lang.String companyNumber)
Set the 'CompanyNumber' attribute value. Ticketing company number.

Parameters:
companyNumber -

getClientReference

public java.lang.String getClientReference()
Get the 'ClientReference' attribute value. Ticketing client reference.

Returns:
value

setClientReference

public void setClientReference(java.lang.String clientReference)
Set the 'ClientReference' attribute value. Ticketing client reference.

Parameters:
clientReference -