|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||
java.lang.Objectorg.ota.hotel.HotelRoomList.Guests.Guest.GuaranteePayment
public static class HotelRoomList.Guests.Guest.GuaranteePayment
Guarantee or Payment information for an individual guest. 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="GuaranteePayment" minOccurs="0" maxOccurs="2">
<xs:complexType>
<xs:complexContent>
<xs:extension base="ns:HotelPaymentFormType">
<xs:attribute use="optional" name="DetailType">
<xs:simpleType>
<!-- Reference to inner class Detail -->
</xs:simpleType>
</xs:attribute>
<xs:attribute use="optional" name="GuaranteeType">
<xs:simpleType>
<!-- Reference to inner class Guarantee -->
</xs:simpleType>
</xs:attribute>
</xs:extension>
</xs:complexContent>
</xs:complexType>
</xs:element>
<xs:complexType xmlns:ns="http://www.opentravel.org/OTA/2003/05" xmlns:xs="http://www.w3.org/2001/XMLSchema" name="HotelPaymentFormType">
<xs:complexContent>
<xs:extension base="ns:PaymentFormType">
<xs:sequence>
<xs:element name="MasterAccountUsage" minOccurs="0">
<xs:complexType>
<xs:attributeGroup ref="ns:BillingType"/>
</xs:complexType>
</xs:element>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
| Nested Class Summary | |
|---|---|
static class |
HotelRoomList.Guests.Guest.GuaranteePayment.Detail
Schema fragment(s) for this class: |
static class |
HotelRoomList.Guests.Guest.GuaranteePayment.Guarantee
Schema fragment(s) for this class: |
| Constructor Summary | |
|---|---|
HotelRoomList.Guests.Guest.GuaranteePayment()
|
|
| Method Summary | |
|---|---|
HotelRoomList.Guests.Guest.GuaranteePayment.Detail |
getDetail()
Get the 'DetailType' attribute value. |
HotelRoomList.Guests.Guest.GuaranteePayment.Guarantee |
getGuarantee()
Get the 'GuaranteeType' attribute value. |
Billing |
getMasterAccountUsage()
Get the 'BillingType' attributeGroup value. |
PaymentForm |
getPaymentForm()
Get the extension value. |
void |
setDetail(HotelRoomList.Guests.Guest.GuaranteePayment.Detail detail)
Set the 'DetailType' attribute value. |
void |
setGuarantee(HotelRoomList.Guests.Guest.GuaranteePayment.Guarantee guarantee)
Set the 'GuaranteeType' attribute value. |
void |
setMasterAccountUsage(Billing masterAccountUsage)
Set the 'BillingType' attributeGroup value. |
void |
setPaymentForm(PaymentForm paymentForm)
Set the extension value. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public HotelRoomList.Guests.Guest.GuaranteePayment()
| Method Detail |
|---|
public PaymentForm getPaymentForm()
public void setPaymentForm(PaymentForm paymentForm)
paymentForm - public Billing getMasterAccountUsage()
public void setMasterAccountUsage(Billing masterAccountUsage)
masterAccountUsage - public HotelRoomList.Guests.Guest.GuaranteePayment.Detail getDetail()
public void setDetail(HotelRoomList.Guests.Guest.GuaranteePayment.Detail detail)
detail - public HotelRoomList.Guests.Guest.GuaranteePayment.Guarantee getGuarantee()
public void setGuarantee(HotelRoomList.Guests.Guest.GuaranteePayment.Guarantee guarantee)
guarantee -
|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||