|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||
java.lang.Objectorg.ota.shared.Fee
public class Fee
Used for non-tax fees and charges (e.g. service charges) . 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="FeeType">
<xs:sequence>
<xs:element type="ns:TaxesType" name="Taxes" minOccurs="0"/>
<xs:element type="ns:ParagraphType" name="Description" minOccurs="0" maxOccurs="5"/>
</xs:sequence>
<xs:attribute type="xs:boolean" name="TaxInclusive"/>
<xs:attributeGroup ref="ns:FeeTaxGroup"/>
<xs:attributeGroup ref="ns:EffectiveExpireOptionalDateGroup"/>
<xs:attribute type="xs:boolean" use="optional" name="MandatoryIndicator"/>
<xs:attribute type="xs:string" use="optional" name="RPH"/>
<xs:attributeGroup ref="ns:ChargeUnitGroup"/>
<xs:attribute type="xs:boolean" use="optional" name="TaxableIndicator"/>
</xs:complexType>
| Constructor Summary | |
|---|---|
Fee()
|
|
| Method Summary | |
|---|---|
void |
addDescription(Paragraph item)
Add a 'Description' element item. |
void |
clearDescriptions()
Remove all 'Description' element items. |
ChargeUnitGroup |
getChargeUnitGroup()
Get the 'ChargeUnitGroup' attributeGroup value. |
Paragraph |
getDescription(int index)
Get 'Description' element item by position. |
java.util.List<Paragraph> |
getDescriptions()
Get the list of 'Description' element items. |
EffectiveExpireOptionalDateGroup |
getEffectiveExpireOptionalDateGroup()
Get the 'EffectiveExpireOptionalDateGroup' attributeGroup value. |
FeeTaxGroup |
getFeeTaxGroup()
Get the 'FeeTaxGroup' attributeGroup value. |
java.lang.Boolean |
getMandatoryIndicator()
Get the 'MandatoryIndicator' attribute value. |
java.lang.String |
getRPH()
Get the 'RPH' attribute value. |
java.lang.Boolean |
getTaxableIndicator()
Get the 'TaxableIndicator' attribute value. |
Taxes |
getTaxes()
Get the 'Taxes' element value. |
java.lang.Boolean |
getTaxInclusive()
Get the 'TaxInclusive' attribute value. |
void |
setChargeUnitGroup(ChargeUnitGroup chargeUnitGroup)
Set the 'ChargeUnitGroup' attributeGroup value. |
void |
setDescriptions(java.util.List<Paragraph> list)
Set the list of 'Description' element items. |
void |
setEffectiveExpireOptionalDateGroup(EffectiveExpireOptionalDateGroup effectiveExpireOptionalDateGroup)
Set the 'EffectiveExpireOptionalDateGroup' attributeGroup value. |
void |
setFeeTaxGroup(FeeTaxGroup feeTaxGroup)
Set the 'FeeTaxGroup' attributeGroup value. |
void |
setMandatoryIndicator(java.lang.Boolean mandatoryIndicator)
Set the 'MandatoryIndicator' attribute value. |
void |
setRPH(java.lang.String RPH)
Set the 'RPH' attribute value. |
void |
setTaxableIndicator(java.lang.Boolean taxableIndicator)
Set the 'TaxableIndicator' attribute value. |
void |
setTaxes(Taxes taxes)
Set the 'Taxes' element value. |
void |
setTaxInclusive(java.lang.Boolean taxInclusive)
Set the 'TaxInclusive' attribute value. |
int |
sizeDescriptions()
Get the number of 'Description' element items. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Fee()
| Method Detail |
|---|
public Taxes getTaxes()
public void setTaxes(Taxes taxes)
taxes - public java.util.List<Paragraph> getDescriptions()
public void setDescriptions(java.util.List<Paragraph> list)
list - public int sizeDescriptions()
public void addDescription(Paragraph item)
item - public Paragraph getDescription(int index)
index -
public void clearDescriptions()
public java.lang.Boolean getTaxInclusive()
public void setTaxInclusive(java.lang.Boolean taxInclusive)
taxInclusive - public FeeTaxGroup getFeeTaxGroup()
public void setFeeTaxGroup(FeeTaxGroup feeTaxGroup)
feeTaxGroup - public EffectiveExpireOptionalDateGroup getEffectiveExpireOptionalDateGroup()
public void setEffectiveExpireOptionalDateGroup(EffectiveExpireOptionalDateGroup effectiveExpireOptionalDateGroup)
effectiveExpireOptionalDateGroup - public java.lang.Boolean getMandatoryIndicator()
public void setMandatoryIndicator(java.lang.Boolean mandatoryIndicator)
mandatoryIndicator - public java.lang.String getRPH()
public void setRPH(java.lang.String RPH)
RPH - public ChargeUnitGroup getChargeUnitGroup()
public void setChargeUnitGroup(ChargeUnitGroup chargeUnitGroup)
chargeUnitGroup - public java.lang.Boolean getTaxableIndicator()
public void setTaxableIndicator(java.lang.Boolean taxableIndicator)
taxableIndicator -
|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||