|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.ota.air.VoluntaryChanges.Penalty
public static class VoluntaryChanges.Penalty
Specifies penalty charges as either a currency amount or a percentage of the fare 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="Penalty" minOccurs="0"> <xs:complexType> <xs:attribute type="xs:string" use="optional" name="PenaltyType"/> <xs:attribute type="xs:string" use="optional" name="DepartureStatus"/> <xs:attributeGroup ref="ns:CurrencyAmountGroup"/> <xs:attribute type="xs:float" name="Percent"/> </xs:complexType> </xs:element>
Constructor Summary | |
---|---|
VoluntaryChanges.Penalty()
|
Method Summary | |
---|---|
CurrencyAmountGroup |
getCurrencyAmountGroup()
Get the 'CurrencyAmountGroup' attributeGroup value. |
java.lang.String |
getDepartureStatus()
Get the 'DepartureStatus' attribute value. |
java.lang.String |
getPenalty()
Get the 'PenaltyType' attribute value. |
java.lang.Float |
getPercent()
Get the 'Percent' attribute value. |
void |
setCurrencyAmountGroup(CurrencyAmountGroup currencyAmountGroup)
Set the 'CurrencyAmountGroup' attributeGroup value. |
void |
setDepartureStatus(java.lang.String departureStatus)
Set the 'DepartureStatus' attribute value. |
void |
setPenalty(java.lang.String penalty)
Set the 'PenaltyType' attribute value. |
void |
setPercent(java.lang.Float percent)
Set the 'Percent' attribute value. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public VoluntaryChanges.Penalty()
Method Detail |
---|
public java.lang.String getPenalty()
public void setPenalty(java.lang.String penalty)
penalty
- public java.lang.String getDepartureStatus()
public void setDepartureStatus(java.lang.String departureStatus)
departureStatus
- public CurrencyAmountGroup getCurrencyAmountGroup()
public void setCurrencyAmountGroup(CurrencyAmountGroup currencyAmountGroup)
currencyAmountGroup
- public java.lang.Float getPercent()
public void setPercent(java.lang.Float percent)
percent
-
|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |