|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.ota.shared.DirectBill
public class DirectBill
Company name and location for sending invoice for remittances for travel services. Schema fragment(s) for this class:
<xs:complexType xmlns:ns="http://www.opentravel.org/OTA/2003/05" xmlns:xs="http://www.w3.org/2001/XMLSchema" name="DirectBillType"> <xs:sequence> <xs:element name="CompanyName" minOccurs="0"> <!-- Reference to inner class CompanyName --> </xs:element> <xs:element type="ns:AddressInfoType" name="Address" minOccurs="0"/> <xs:element type="ns:EmailType" name="Email" minOccurs="0"/> <xs:element name="Telephone" minOccurs="0"> <xs:complexType> <xs:attributeGroup ref="ns:TelephoneInfoGroup"/> </xs:complexType> </xs:element> </xs:sequence> <xs:attributeGroup ref="ns:PrivacyGroup"/> <xs:attribute type="xs:string" use="optional" name="DirectBill_ID"/> <xs:attribute type="xs:string" use="optional" name="BillingNumber"/> </xs:complexType>
Nested Class Summary | |
---|---|
static class |
DirectBill.CompanyName
Company name to whom remittance should be directed. |
Constructor Summary | |
---|---|
DirectBill()
|
Method Summary | |
---|---|
AddressInfo |
getAddress()
Get the 'Address' element value. |
java.lang.String |
getBillingNumber()
Get the 'BillingNumber' attribute value. |
DirectBill.CompanyName |
getCompanyName()
Get the 'CompanyName' element value. |
java.lang.String |
getDirectBillID()
Get the 'DirectBill_ID' attribute value. |
Email |
getEmail()
Get the 'Email' element value. |
PrivacyGroup |
getPrivacyGroup()
Get the 'PrivacyGroup' attributeGroup value. |
TelephoneInfoGroup |
getTelephone()
Get the 'TelephoneInfoGroup' attributeGroup value. |
void |
setAddress(AddressInfo address)
Set the 'Address' element value. |
void |
setBillingNumber(java.lang.String billingNumber)
Set the 'BillingNumber' attribute value. |
void |
setCompanyName(DirectBill.CompanyName companyName)
Set the 'CompanyName' element value. |
void |
setDirectBillID(java.lang.String directBillID)
Set the 'DirectBill_ID' attribute value. |
void |
setEmail(Email email)
Set the 'Email' element value. |
void |
setPrivacyGroup(PrivacyGroup privacyGroup)
Set the 'PrivacyGroup' attributeGroup value. |
void |
setTelephone(TelephoneInfoGroup telephone)
Set the 'TelephoneInfoGroup' attributeGroup value. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public DirectBill()
Method Detail |
---|
public DirectBill.CompanyName getCompanyName()
public void setCompanyName(DirectBill.CompanyName companyName)
companyName
- public AddressInfo getAddress()
public void setAddress(AddressInfo address)
address
- public Email getEmail()
public void setEmail(Email email)
email
- public TelephoneInfoGroup getTelephone()
public void setTelephone(TelephoneInfoGroup telephone)
telephone
- public PrivacyGroup getPrivacyGroup()
public void setPrivacyGroup(PrivacyGroup privacyGroup)
privacyGroup
- public java.lang.String getDirectBillID()
public void setDirectBillID(java.lang.String directBillID)
directBillID
- public java.lang.String getBillingNumber()
public void setBillingNumber(java.lang.String billingNumber)
billingNumber
-
|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |