org.ota.air
Class Fare.FareBaggageAllowance

java.lang.Object
  extended by org.ota.air.Fare.FareBaggageAllowance
Enclosing class:
Fare

public static class Fare.FareBaggageAllowance
extends java.lang.Object

Checked baggage allowance for 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="FareBaggageAllowance" minOccurs="0" maxOccurs="99">
   <xs:complexType>
     <xs:attributeGroup ref="ns:UnitsOfMeasureGroup"/>
     <xs:attribute type="xs:string" use="optional" name="FlightSegmentRPH"/>
     <xs:attribute type="ns:ActionType" use="optional" name="Operation"/>
   </xs:complexType>
 </xs:element>
 


Constructor Summary
Fare.FareBaggageAllowance()
           
 
Method Summary
 java.lang.String getFlightSegmentRPH()
          Get the 'FlightSegmentRPH' attribute value.
 Action getOperation()
          Get the 'Operation' attribute value.
 UnitsOfMeasureGroup getUnitsOfMeasureGroup()
          Get the 'UnitsOfMeasureGroup' attributeGroup value.
 void setFlightSegmentRPH(java.lang.String flightSegmentRPH)
          Set the 'FlightSegmentRPH' attribute value.
 void setOperation(Action operation)
          Set the 'Operation' attribute value.
 void setUnitsOfMeasureGroup(UnitsOfMeasureGroup unitsOfMeasureGroup)
          Set the 'UnitsOfMeasureGroup' attributeGroup value.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Fare.FareBaggageAllowance

public Fare.FareBaggageAllowance()
Method Detail

getUnitsOfMeasureGroup

public UnitsOfMeasureGroup getUnitsOfMeasureGroup()
Get the 'UnitsOfMeasureGroup' attributeGroup value. Baggage allowance for this fare.

Returns:
value

setUnitsOfMeasureGroup

public void setUnitsOfMeasureGroup(UnitsOfMeasureGroup unitsOfMeasureGroup)
Set the 'UnitsOfMeasureGroup' attributeGroup value. Baggage allowance for this fare.

Parameters:
unitsOfMeasureGroup -

getFlightSegmentRPH

public java.lang.String getFlightSegmentRPH()
Get the 'FlightSegmentRPH' attribute value. The segment this baggage allowance is associated with.

Returns:
value

setFlightSegmentRPH

public void setFlightSegmentRPH(java.lang.String flightSegmentRPH)
Set the 'FlightSegmentRPH' attribute value. The segment this baggage allowance is associated with.

Parameters:
flightSegmentRPH -

getOperation

public Action getOperation()
Get the 'Operation' attribute value. Indicates the required modification to the element.

Returns:
value

setOperation

public void setOperation(Action operation)
Set the 'Operation' attribute value. Indicates the required modification to the element.

Parameters:
operation -