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

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

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

Ticketing Goods and Services Tax (GST) details (typically the Australian market). 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="TaxRegistrationDetails" minOccurs="0">
   <xs:complexType>
     <xs:attribute type="xs:string" use="optional" name="TaxID"/>
     <xs:attribute type="xs:string" use="optional" name="RecipientName"/>
     <xs:attribute type="xs:string" use="optional" name="RecipientAddress"/>
   </xs:complexType>
 </xs:element>
 


Constructor Summary
Profile.PrefCollections.PrefCollection.AirlinePref.AccountInformation.TaxRegistrationDetails()
           
 
Method Summary
 java.lang.String getRecipientAddress()
          Get the 'RecipientAddress' attribute value.
 java.lang.String getRecipientName()
          Get the 'RecipientName' attribute value.
 java.lang.String getTaxID()
          Get the 'TaxID' attribute value.
 void setRecipientAddress(java.lang.String recipientAddress)
          Set the 'RecipientAddress' attribute value.
 void setRecipientName(java.lang.String recipientName)
          Set the 'RecipientName' attribute value.
 void setTaxID(java.lang.String taxID)
          Set the 'TaxID' attribute 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.TaxRegistrationDetails

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

getTaxID

public java.lang.String getTaxID()
Get the 'TaxID' attribute value. The tax registration identifier e.g., Australian Business Number (ABN).

Returns:
value

setTaxID

public void setTaxID(java.lang.String taxID)
Set the 'TaxID' attribute value. The tax registration identifier e.g., Australian Business Number (ABN).

Parameters:
taxID -

getRecipientName

public java.lang.String getRecipientName()
Get the 'RecipientName' attribute value. The recipient's name.

Returns:
value

setRecipientName

public void setRecipientName(java.lang.String recipientName)
Set the 'RecipientName' attribute value. The recipient's name.

Parameters:
recipientName -

getRecipientAddress

public java.lang.String getRecipientAddress()
Get the 'RecipientAddress' attribute value. Free text for the recipient's address.

Returns:
value

setRecipientAddress

public void setRecipientAddress(java.lang.String recipientAddress)
Set the 'RecipientAddress' attribute value. Free text for the recipient's address.

Parameters:
recipientAddress -