|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||
java.lang.Objectorg.ota.hotel.MethodInfoGroup
public class MethodInfoGroup
Indicates reservation billing and booking method. 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="MethodInfoGroup"> <xs:attributeGroup ref="ns:BillingType"/> <xs:attribute type="xs:string" use="optional" name="ReservationMethodCode"/> </xs:attributeGroup>
| Constructor Summary | |
|---|---|
MethodInfoGroup()
|
|
| Method Summary | |
|---|---|
Billing |
getBilling()
Get the 'BillingType' attributeGroup value. |
java.lang.String |
getReservationMethodCode()
Get the 'ReservationMethodCode' attribute value. |
void |
setBilling(Billing billing)
Set the 'BillingType' attributeGroup value. |
void |
setReservationMethodCode(java.lang.String reservationMethodCode)
Set the 'ReservationMethodCode' attribute value. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public MethodInfoGroup()
| Method Detail |
|---|
public Billing getBilling()
public void setBilling(Billing billing)
billing - public java.lang.String getReservationMethodCode()
public void setReservationMethodCode(java.lang.String reservationMethodCode)
reservationMethodCode -
|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||