|
|||||||
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.TaxRegistrationDetails
public static class Profile.PrefCollections.PrefCollection.AirlinePref.AccountInformation.TaxRegistrationDetails
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 |
---|
public Profile.PrefCollections.PrefCollection.AirlinePref.AccountInformation.TaxRegistrationDetails()
Method Detail |
---|
public java.lang.String getTaxID()
public void setTaxID(java.lang.String taxID)
taxID
- public java.lang.String getRecipientName()
public void setRecipientName(java.lang.String recipientName)
recipientName
- public java.lang.String getRecipientAddress()
public void setRecipientAddress(java.lang.String recipientAddress)
recipientAddress
-
|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |