|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.ota.hotel.ResCommonDetail
public class ResCommonDetail
A grouping of elements including Guest Counts, Time Span, pointers to Res Guests, guest Memberships, Comments and Special Requests and finally finacial information including Guarantee, Deposit and Payyment and Cancellation Penalties. 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="ResCommonDetailType"> <xs:sequence> <xs:element type="ns:GuestCountType" name="GuestCounts" minOccurs="0"/> <xs:element name="TimeSpan" minOccurs="0"> <!-- Reference to inner class TimeSpan --> </xs:element> <xs:element type="ns:ResGuestRPHsType" name="ResGuestRPHs" minOccurs="0"/> <xs:element type="ns:MembershipType" name="Memberships" minOccurs="0"/> <xs:element type="ns:CommentType" name="Comments" minOccurs="0"/> <xs:element type="ns:SpecialRequestType" name="SpecialRequests" minOccurs="0"/> <xs:element type="ns:GuaranteeType" name="Guarantee" minOccurs="0"/> <xs:element type="ns:RequiredPaymentsType" name="DepositPayments" minOccurs="0"/> <xs:element type="ns:CancelPenaltiesType" name="CancelPenalties" minOccurs="0"/> <xs:element type="ns:FeesType" name="Fees" minOccurs="0"/> <xs:element type="ns:TotalType" name="Total" minOccurs="0"/> </xs:sequence> </xs:complexType>
Nested Class Summary | |
---|---|
static class |
ResCommonDetail.TimeSpan
The Time Span which covers the Reservation, Room Stay or Service. |
Constructor Summary | |
---|---|
ResCommonDetail()
|
Method Summary | |
---|---|
CancelPenalties |
getCancelPenalties()
Get the 'CancelPenalties' element value. |
Comment |
getComments()
Get the 'Comments' element value. |
RequiredPayments |
getDepositPayments()
Get the 'DepositPayments' element value. |
Fees |
getFees()
Get the 'Fees' element value. |
Guarantee |
getGuarantee()
Get the 'Guarantee' element value. |
GuestCount |
getGuestCounts()
Get the 'GuestCounts' element value. |
Membership |
getMemberships()
Get the 'Memberships' element value. |
ResGuestRPHs |
getResGuestRPHs()
Get the 'ResGuestRPHs' element value. |
SpecialRequest |
getSpecialRequests()
Get the 'SpecialRequests' element value. |
ResCommonDetail.TimeSpan |
getTimeSpan()
Get the 'TimeSpan' element value. |
Total |
getTotal()
Get the 'Total' element value. |
void |
setCancelPenalties(CancelPenalties cancelPenalties)
Set the 'CancelPenalties' element value. |
void |
setComments(Comment comments)
Set the 'Comments' element value. |
void |
setDepositPayments(RequiredPayments depositPayments)
Set the 'DepositPayments' element value. |
void |
setFees(Fees fees)
Set the 'Fees' element value. |
void |
setGuarantee(Guarantee guarantee)
Set the 'Guarantee' element value. |
void |
setGuestCounts(GuestCount guestCounts)
Set the 'GuestCounts' element value. |
void |
setMemberships(Membership memberships)
Set the 'Memberships' element value. |
void |
setResGuestRPHs(ResGuestRPHs resGuestRPHs)
Set the 'ResGuestRPHs' element value. |
void |
setSpecialRequests(SpecialRequest specialRequests)
Set the 'SpecialRequests' element value. |
void |
setTimeSpan(ResCommonDetail.TimeSpan timeSpan)
Set the 'TimeSpan' element value. |
void |
setTotal(Total total)
Set the 'Total' element value. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ResCommonDetail()
Method Detail |
---|
public GuestCount getGuestCounts()
public void setGuestCounts(GuestCount guestCounts)
guestCounts
- public ResCommonDetail.TimeSpan getTimeSpan()
public void setTimeSpan(ResCommonDetail.TimeSpan timeSpan)
timeSpan
- public ResGuestRPHs getResGuestRPHs()
public void setResGuestRPHs(ResGuestRPHs resGuestRPHs)
resGuestRPHs
- public Membership getMemberships()
public void setMemberships(Membership memberships)
memberships
- public Comment getComments()
public void setComments(Comment comments)
comments
- public SpecialRequest getSpecialRequests()
public void setSpecialRequests(SpecialRequest specialRequests)
specialRequests
- public Guarantee getGuarantee()
public void setGuarantee(Guarantee guarantee)
guarantee
- public RequiredPayments getDepositPayments()
public void setDepositPayments(RequiredPayments depositPayments)
depositPayments
- public CancelPenalties getCancelPenalties()
public void setCancelPenalties(CancelPenalties cancelPenalties)
cancelPenalties
- public Fees getFees()
public void setFees(Fees fees)
fees
- public Total getTotal()
public void setTotal(Total total)
total
-
|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |