|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.ota.vehicle.RateRules.CancelPenaltyInfo
public static class RateRules.CancelPenaltyInfo
Information regarding the cancellation or modification policy for this vehicle type. 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="CancelPenaltyInfo" minOccurs="0" maxOccurs="99"> <xs:complexType> <xs:sequence> <xs:element name="Deadline" minOccurs="0" maxOccurs="2"> <xs:complexType> <xs:attributeGroup ref="ns:DeadlineGroup"/> </xs:complexType> </xs:element> <xs:element name="PenaltyFee" minOccurs="0"> <xs:complexType> <xs:attributeGroup ref="ns:CurrencyAmountGroup"/> </xs:complexType> </xs:element> <xs:element type="ns:FormattedTextTextType" name="Description" minOccurs="0"/> </xs:sequence> <xs:attribute type="xs:boolean" use="optional" name="GuaranteeRequiredInd"/> <xs:attribute type="xs:boolean" use="optional" name="ModifyPenaltyInd"/> </xs:complexType> </xs:element>
Constructor Summary | |
---|---|
RateRules.CancelPenaltyInfo()
|
Method Summary | |
---|---|
void |
addDeadline(DeadlineGroup item)
Add a 'Deadline' element item. |
void |
clearDeadlines()
Remove all 'Deadline' element items. |
DeadlineGroup |
getDeadline(int index)
Get 'Deadline' element item by position. |
java.util.List<DeadlineGroup> |
getDeadlines()
Get the list of 'Deadline' element items. |
FormattedTextText |
getDescription()
Get the 'Description' element value. |
java.lang.Boolean |
getGuaranteeRequiredInd()
Get the 'GuaranteeRequiredInd' attribute value. |
java.lang.Boolean |
getModifyPenaltyInd()
Get the 'ModifyPenaltyInd' attribute value. |
CurrencyAmountGroup |
getPenaltyFee()
Get the 'CurrencyAmountGroup' attributeGroup value. |
void |
setDeadlines(java.util.List<DeadlineGroup> list)
Set the list of 'Deadline' element items. |
void |
setDescription(FormattedTextText description)
Set the 'Description' element value. |
void |
setGuaranteeRequiredInd(java.lang.Boolean guaranteeRequiredInd)
Set the 'GuaranteeRequiredInd' attribute value. |
void |
setModifyPenaltyInd(java.lang.Boolean modifyPenaltyInd)
Set the 'ModifyPenaltyInd' attribute value. |
void |
setPenaltyFee(CurrencyAmountGroup penaltyFee)
Set the 'CurrencyAmountGroup' attributeGroup value. |
int |
sizeDeadlines()
Get the number of 'Deadline' element items. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public RateRules.CancelPenaltyInfo()
Method Detail |
---|
public java.util.List<DeadlineGroup> getDeadlines()
public void setDeadlines(java.util.List<DeadlineGroup> list)
list
- public int sizeDeadlines()
public void addDeadline(DeadlineGroup item)
item
- public DeadlineGroup getDeadline(int index)
index
-
public void clearDeadlines()
public CurrencyAmountGroup getPenaltyFee()
public void setPenaltyFee(CurrencyAmountGroup penaltyFee)
penaltyFee
- public FormattedTextText getDescription()
public void setDescription(FormattedTextText description)
description
- public java.lang.Boolean getGuaranteeRequiredInd()
public void setGuaranteeRequiredInd(java.lang.Boolean guaranteeRequiredInd)
guaranteeRequiredInd
- public java.lang.Boolean getModifyPenaltyInd()
public void setModifyPenaltyInd(java.lang.Boolean modifyPenaltyInd)
modifyPenaltyInd
-
|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |