|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||
java.lang.Objectorg.ota.hotel.Billing
public class Billing
Defines charges to be billed to a master account. Schema fragment(s) for this class:
<xs:attributeGroup xmlns:ns="http://www.opentravel.org/OTA/2003/05" xmlns:xs="http://www.w3.org/2001/XMLSchema" name="BillingType">
<xs:attribute use="optional" name="BillingType">
<xs:simpleType>
<!-- Reference to inner class BillingInner -->
</xs:simpleType>
</xs:attribute>
<xs:attribute type="xs:boolean" use="optional" name="SignFoodAndBev"/>
</xs:attributeGroup>
| Nested Class Summary | |
|---|---|
static class |
Billing.BillingInner
Schema fragment(s) for this class: |
| Constructor Summary | |
|---|---|
Billing()
|
|
| Method Summary | |
|---|---|
Billing.BillingInner |
getBilling()
Get the 'BillingType' attribute value. |
java.lang.Boolean |
getSignFoodAndBev()
Get the 'SignFoodAndBev' attribute value. |
void |
setBilling(Billing.BillingInner billing)
Set the 'BillingType' attribute value. |
void |
setSignFoodAndBev(java.lang.Boolean signFoodAndBev)
Set the 'SignFoodAndBev' attribute value. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Billing()
| Method Detail |
|---|
public Billing.BillingInner getBilling()
public void setBilling(Billing.BillingInner billing)
billing - public java.lang.Boolean getSignFoodAndBev()
public void setSignFoodAndBev(java.lang.Boolean signFoodAndBev)
signFoodAndBev -
|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||