|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.ota.hotel.Guarantee
org.ota.hotel.BookingRules.BookingRule.AcceptableGuarantees.AcceptableGuarantee
public static class BookingRules.BookingRule.AcceptableGuarantees.AcceptableGuarantee
The guarantee information. 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="AcceptableGuarantee" maxOccurs="unbounded"> <xs:complexType> <xs:complexContent> <xs:extension base="ns:GuaranteeType"> <xs:attribute use="optional" name="GuaranteePolicyType"> <xs:simpleType> <!-- Reference to inner class GuaranteePolicy --> </xs:simpleType> </xs:attribute> <xs:attribute type="xs:string" use="optional" name="PaymentType"/> <xs:attributeGroup ref="ns:CurrencyCodeGroup"/> <xs:attribute type="xs:string" use="optional" name="UnacceptablePaymentType"/> </xs:extension> </xs:complexContent> </xs:complexType> </xs:element>
Nested Class Summary | |
---|---|
static class |
BookingRules.BookingRule.AcceptableGuarantees.AcceptableGuarantee.GuaranteePolicy
Schema fragment(s) for this class: |
Nested classes/interfaces inherited from class org.ota.hotel.Guarantee |
---|
Guarantee.GuaranteeInner, Guarantee.GuaranteesAccepted, Guarantee.Retribution |
Constructor Summary | |
---|---|
BookingRules.BookingRule.AcceptableGuarantees.AcceptableGuarantee()
|
Method Summary | |
---|---|
CurrencyCodeGroup |
getCurrencyCodeGroup()
Get the 'CurrencyCodeGroup' attributeGroup value. |
BookingRules.BookingRule.AcceptableGuarantees.AcceptableGuarantee.GuaranteePolicy |
getGuaranteePolicy()
Get the 'GuaranteePolicyType' attribute value. |
java.lang.String |
getPayment()
Get the 'PaymentType' attribute value. |
java.lang.String |
getUnacceptablePayment()
Get the 'UnacceptablePaymentType' attribute value. |
void |
setCurrencyCodeGroup(CurrencyCodeGroup currencyCodeGroup)
Set the 'CurrencyCodeGroup' attributeGroup value. |
void |
setGuaranteePolicy(BookingRules.BookingRule.AcceptableGuarantees.AcceptableGuarantee.GuaranteePolicy guaranteePolicy)
Set the 'GuaranteePolicyType' attribute value. |
void |
setPayment(java.lang.String payment)
Set the 'PaymentType' attribute value. |
void |
setUnacceptablePayment(java.lang.String unacceptablePayment)
Set the 'UnacceptablePaymentType' attribute value. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public BookingRules.BookingRule.AcceptableGuarantees.AcceptableGuarantee()
Method Detail |
---|
public BookingRules.BookingRule.AcceptableGuarantees.AcceptableGuarantee.GuaranteePolicy getGuaranteePolicy()
public void setGuaranteePolicy(BookingRules.BookingRule.AcceptableGuarantees.AcceptableGuarantee.GuaranteePolicy guaranteePolicy)
guaranteePolicy
- public java.lang.String getPayment()
public void setPayment(java.lang.String payment)
payment
- public CurrencyCodeGroup getCurrencyCodeGroup()
public void setCurrencyCodeGroup(CurrencyCodeGroup currencyCodeGroup)
currencyCodeGroup
- public java.lang.String getUnacceptablePayment()
public void setUnacceptablePayment(java.lang.String unacceptablePayment)
unacceptablePayment
-
|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |