|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.ota.air.RuleInfo.ChargesRules
public static class RuleInfo.ChargesRules
General container for rules specifying amounts for such things as: surcharges, deposits, change penalties, cancellation penalties, etc. 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="ChargesRules" minOccurs="0"> <xs:complexType> <xs:sequence> <xs:element type="ns:VoluntaryChangesType" name="VoluntaryChanges" minOccurs="0"/> <xs:element type="ns:VoluntaryChangesType" name="VoluntaryRefunds" minOccurs="0"/> </xs:sequence> </xs:complexType> </xs:element>
Constructor Summary | |
---|---|
RuleInfo.ChargesRules()
|
Method Summary | |
---|---|
VoluntaryChanges |
getVoluntaryChanges()
Get the 'VoluntaryChanges' element value. |
VoluntaryChanges |
getVoluntaryRefunds()
Get the 'VoluntaryRefunds' element value. |
void |
setVoluntaryChanges(VoluntaryChanges voluntaryChanges)
Set the 'VoluntaryChanges' element value. |
void |
setVoluntaryRefunds(VoluntaryChanges voluntaryRefunds)
Set the 'VoluntaryRefunds' element value. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public RuleInfo.ChargesRules()
Method Detail |
---|
public VoluntaryChanges getVoluntaryChanges()
public void setVoluntaryChanges(VoluntaryChanges voluntaryChanges)
voluntaryChanges
- public VoluntaryChanges getVoluntaryRefunds()
public void setVoluntaryRefunds(VoluntaryChanges voluntaryRefunds)
voluntaryRefunds
-
|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |