|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.ota.air.VoluntaryChanges
public class VoluntaryChanges
Specifies charges and/or penalties associated with making ticket changes after purchase. 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="VoluntaryChangesType"> <xs:sequence> <xs:element name="Penalty" minOccurs="0"> <!-- Reference to inner class Penalty --> </xs:element> </xs:sequence> <xs:attribute type="xs:boolean" use="optional" name="VolChangeInd"/> </xs:complexType>
Nested Class Summary | |
---|---|
static class |
VoluntaryChanges.Penalty
Specifies penalty charges as either a currency amount or a percentage of the fare Schema fragment(s) for this class: |
Constructor Summary | |
---|---|
VoluntaryChanges()
|
Method Summary | |
---|---|
VoluntaryChanges.Penalty |
getPenalty()
Get the 'Penalty' element value. |
java.lang.Boolean |
getVolChangeInd()
Get the 'VolChangeInd' attribute value. |
void |
setPenalty(VoluntaryChanges.Penalty penalty)
Set the 'Penalty' element value. |
void |
setVolChangeInd(java.lang.Boolean volChangeInd)
Set the 'VolChangeInd' attribute value. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public VoluntaryChanges()
Method Detail |
---|
public VoluntaryChanges.Penalty getPenalty()
public void setPenalty(VoluntaryChanges.Penalty penalty)
penalty
- public java.lang.Boolean getVolChangeInd()
public void setVolChangeInd(java.lang.Boolean volChangeInd)
volChangeInd
-
|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |