|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||
java.lang.Objectorg.ota.vehicle.VehicleModifyRQCore.RateRestriction
public static class VehicleModifyRQCore.RateRestriction
Information on restrictions that may be associated with this rate. 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="RateRestriction" minOccurs="0">
<xs:complexType>
<xs:attribute type="xs:boolean" use="optional" name="CancellationPenaltyInd"/>
<xs:attribute type="xs:boolean" use="optional" name="ModificationPenaltyInd"/>
</xs:complexType>
</xs:element>
| Constructor Summary | |
|---|---|
VehicleModifyRQCore.RateRestriction()
|
|
| Method Summary | |
|---|---|
java.lang.Boolean |
getCancellationPenaltyInd()
Get the 'CancellationPenaltyInd' attribute value. |
java.lang.Boolean |
getModificationPenaltyInd()
Get the 'ModificationPenaltyInd' attribute value. |
void |
setCancellationPenaltyInd(java.lang.Boolean cancellationPenaltyInd)
Set the 'CancellationPenaltyInd' attribute value. |
void |
setModificationPenaltyInd(java.lang.Boolean modificationPenaltyInd)
Set the 'ModificationPenaltyInd' attribute value. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public VehicleModifyRQCore.RateRestriction()
| Method Detail |
|---|
public java.lang.Boolean getCancellationPenaltyInd()
public void setCancellationPenaltyInd(java.lang.Boolean cancellationPenaltyInd)
cancellationPenaltyInd - public java.lang.Boolean getModificationPenaltyInd()
public void setModificationPenaltyInd(java.lang.Boolean modificationPenaltyInd)
modificationPenaltyInd -
|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||