|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.ota.profile.Profile.PrefCollections.PrefCollection.AirlinePref.AccountInformation
public static class Profile.PrefCollections.PrefCollection.AirlinePref.AccountInformation
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 |
---|
public Profile.PrefCollections.PrefCollection.AirlinePref.AccountInformation()
Method Detail |
---|
public Profile.PrefCollections.PrefCollection.AirlinePref.AccountInformation.TaxRegistrationDetails getTaxRegistrationDetails()
public void setTaxRegistrationDetails(Profile.PrefCollections.PrefCollection.AirlinePref.AccountInformation.TaxRegistrationDetails taxRegistrationDetails)
taxRegistrationDetails
- public java.lang.String getNumber()
public void setNumber(java.lang.String number)
number
- public java.lang.String getCostCenter()
public void setCostCenter(java.lang.String costCenter)
costCenter
- public java.lang.String getCompanyNumber()
public void setCompanyNumber(java.lang.String companyNumber)
companyNumber
- public java.lang.String getClientReference()
public void setClientReference(java.lang.String clientReference)
clientReference
-
|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |