|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||
java.lang.Objectorg.ota.hotel.EventCharge.EventChargeInner
public static class EventCharge.EventChargeInner
A specific charge associated to an event. 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="EventCharge" maxOccurs="999">
<xs:complexType>
<xs:sequence>
<xs:element type="ns:TaxesType" name="Taxes"/>
</xs:sequence>
<xs:attribute type="xs:string" use="optional" name="EventCharge"/>
<xs:attribute type="xs:string" use="optional" name="PrimaryChargeType"/>
<xs:attribute type="xs:string" use="optional" name="SecondaryChargeType"/>
<xs:attribute type="xs:string" use="optional" name="AppliedPercentageEventCharge"/>
<xs:attribute type="xs:string" use="optional" name="MinChargeAmount"/>
<xs:attribute type="xs:string" use="optional" name="MaxChargeAmount"/>
<xs:attribute type="xs:string" use="optional" name="AverageChargeAmount"/>
<xs:attributeGroup ref="ns:CurrencyCodeGroup"/>
</xs:complexType>
</xs:element>
| Constructor Summary | |
|---|---|
EventCharge.EventChargeInner()
|
|
| Method Summary | |
|---|---|
java.lang.String |
getAppliedPercentageEventCharge()
Get the 'AppliedPercentageEventCharge' attribute value. |
java.lang.String |
getAverageChargeAmount()
Get the 'AverageChargeAmount' attribute value. |
CurrencyCodeGroup |
getCurrencyCodeGroup()
Get the 'CurrencyCodeGroup' attributeGroup value. |
java.lang.String |
getEventCharge()
Get the 'EventCharge' attribute value. |
java.lang.String |
getMaxChargeAmount()
Get the 'MaxChargeAmount' attribute value. |
java.lang.String |
getMinChargeAmount()
Get the 'MinChargeAmount' attribute value. |
java.lang.String |
getPrimaryCharge()
Get the 'PrimaryChargeType' attribute value. |
java.lang.String |
getSecondaryCharge()
Get the 'SecondaryChargeType' attribute value. |
Taxes |
getTaxes()
Get the 'Taxes' element value. |
void |
setAppliedPercentageEventCharge(java.lang.String appliedPercentageEventCharge)
Set the 'AppliedPercentageEventCharge' attribute value. |
void |
setAverageChargeAmount(java.lang.String averageChargeAmount)
Set the 'AverageChargeAmount' attribute value. |
void |
setCurrencyCodeGroup(CurrencyCodeGroup currencyCodeGroup)
Set the 'CurrencyCodeGroup' attributeGroup value. |
void |
setEventCharge(java.lang.String eventCharge)
Set the 'EventCharge' attribute value. |
void |
setMaxChargeAmount(java.lang.String maxChargeAmount)
Set the 'MaxChargeAmount' attribute value. |
void |
setMinChargeAmount(java.lang.String minChargeAmount)
Set the 'MinChargeAmount' attribute value. |
void |
setPrimaryCharge(java.lang.String primaryCharge)
Set the 'PrimaryChargeType' attribute value. |
void |
setSecondaryCharge(java.lang.String secondaryCharge)
Set the 'SecondaryChargeType' attribute value. |
void |
setTaxes(Taxes taxes)
Set the 'Taxes' element value. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public EventCharge.EventChargeInner()
| Method Detail |
|---|
public Taxes getTaxes()
public void setTaxes(Taxes taxes)
taxes - public java.lang.String getEventCharge()
public void setEventCharge(java.lang.String eventCharge)
eventCharge - public java.lang.String getPrimaryCharge()
public void setPrimaryCharge(java.lang.String primaryCharge)
primaryCharge - public java.lang.String getSecondaryCharge()
public void setSecondaryCharge(java.lang.String secondaryCharge)
secondaryCharge - public java.lang.String getAppliedPercentageEventCharge()
public void setAppliedPercentageEventCharge(java.lang.String appliedPercentageEventCharge)
appliedPercentageEventCharge - public java.lang.String getMinChargeAmount()
public void setMinChargeAmount(java.lang.String minChargeAmount)
minChargeAmount - public java.lang.String getMaxChargeAmount()
public void setMaxChargeAmount(java.lang.String maxChargeAmount)
maxChargeAmount - public java.lang.String getAverageChargeAmount()
public void setAverageChargeAmount(java.lang.String averageChargeAmount)
averageChargeAmount - public CurrencyCodeGroup getCurrencyCodeGroup()
public void setCurrencyCodeGroup(CurrencyCodeGroup currencyCodeGroup)
currencyCodeGroup -
|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||