|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.ota.air.AirCheckIn.BaggageInfo
public static class AirCheckIn.BaggageInfo
Specifies baggage information for each passenger checking in or the head of a baggage pool. 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="BaggageInfo" minOccurs="0" maxOccurs="99"> <xs:complexType> <xs:sequence> <xs:element name="CheckedBaggageDetails" minOccurs="0" maxOccurs="999"> <!-- Reference to inner class CheckedBaggageDetails --> </xs:element> <xs:element name="CheckedBagWeightTotal" minOccurs="0"> <xs:complexType> <xs:attributeGroup ref="ns:UnitsOfMeasureGroup"/> </xs:complexType> </xs:element> <xs:element name="HandBagWeightTotal" minOccurs="0"> <xs:complexType> <xs:attributeGroup ref="ns:UnitsOfMeasureGroup"/> </xs:complexType> </xs:element> </xs:sequence> <xs:attribute type="xs:string" use="required" name="PassengerRPH"/> <xs:attribute type="xs:int" use="optional" name="CheckedBagCountTotal"/> <xs:attribute type="xs:int" use="optional" name="HandBagCountTotal"/> <xs:attribute type="xs:boolean" use="optional" name="HeadOfBaggagePoolInd"/> </xs:complexType> </xs:element>
Nested Class Summary | |
---|---|
static class |
AirCheckIn.BaggageInfo.CheckedBaggageDetails
Information for each piece of baggage being checked in for a specific passenger or pool. |
Constructor Summary | |
---|---|
AirCheckIn.BaggageInfo()
|
Method Summary | |
---|---|
void |
addCheckedBaggageDetail(AirCheckIn.BaggageInfo.CheckedBaggageDetails item)
Add a 'CheckedBaggageDetails' element item. |
void |
clearCheckedBaggageDetails()
Remove all 'CheckedBaggageDetails' element items. |
java.lang.Integer |
getCheckedBagCountTotal()
Get the 'CheckedBagCountTotal' attribute value. |
AirCheckIn.BaggageInfo.CheckedBaggageDetails |
getCheckedBaggageDetail(int index)
Get 'CheckedBaggageDetails' element item by position. |
java.util.List<AirCheckIn.BaggageInfo.CheckedBaggageDetails> |
getCheckedBaggageDetails()
Get the list of 'CheckedBaggageDetails' element items. |
UnitsOfMeasureGroup |
getCheckedBagWeightTotal()
Get the 'UnitsOfMeasureGroup' attributeGroup value. |
java.lang.Integer |
getHandBagCountTotal()
Get the 'HandBagCountTotal' attribute value. |
UnitsOfMeasureGroup |
getHandBagWeightTotal()
Get the 'UnitsOfMeasureGroup' attributeGroup value. |
java.lang.Boolean |
getHeadOfBaggagePoolInd()
Get the 'HeadOfBaggagePoolInd' attribute value. |
java.lang.String |
getPassengerRPH()
Get the 'PassengerRPH' attribute value. |
void |
setCheckedBagCountTotal(java.lang.Integer checkedBagCountTotal)
Set the 'CheckedBagCountTotal' attribute value. |
void |
setCheckedBaggageDetails(java.util.List<AirCheckIn.BaggageInfo.CheckedBaggageDetails> list)
Set the list of 'CheckedBaggageDetails' element items. |
void |
setCheckedBagWeightTotal(UnitsOfMeasureGroup checkedBagWeightTotal)
Set the 'UnitsOfMeasureGroup' attributeGroup value. |
void |
setHandBagCountTotal(java.lang.Integer handBagCountTotal)
Set the 'HandBagCountTotal' attribute value. |
void |
setHandBagWeightTotal(UnitsOfMeasureGroup handBagWeightTotal)
Set the 'UnitsOfMeasureGroup' attributeGroup value. |
void |
setHeadOfBaggagePoolInd(java.lang.Boolean headOfBaggagePoolInd)
Set the 'HeadOfBaggagePoolInd' attribute value. |
void |
setPassengerRPH(java.lang.String passengerRPH)
Set the 'PassengerRPH' attribute value. |
int |
sizeCheckedBaggageDetails()
Get the number of 'CheckedBaggageDetails' element items. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public AirCheckIn.BaggageInfo()
Method Detail |
---|
public java.util.List<AirCheckIn.BaggageInfo.CheckedBaggageDetails> getCheckedBaggageDetails()
public void setCheckedBaggageDetails(java.util.List<AirCheckIn.BaggageInfo.CheckedBaggageDetails> list)
list
- public int sizeCheckedBaggageDetails()
public void addCheckedBaggageDetail(AirCheckIn.BaggageInfo.CheckedBaggageDetails item)
item
- public AirCheckIn.BaggageInfo.CheckedBaggageDetails getCheckedBaggageDetail(int index)
index
-
public void clearCheckedBaggageDetails()
public UnitsOfMeasureGroup getCheckedBagWeightTotal()
public void setCheckedBagWeightTotal(UnitsOfMeasureGroup checkedBagWeightTotal)
checkedBagWeightTotal
- public UnitsOfMeasureGroup getHandBagWeightTotal()
public void setHandBagWeightTotal(UnitsOfMeasureGroup handBagWeightTotal)
handBagWeightTotal
- public java.lang.String getPassengerRPH()
public void setPassengerRPH(java.lang.String passengerRPH)
passengerRPH
- public java.lang.Integer getCheckedBagCountTotal()
public void setCheckedBagCountTotal(java.lang.Integer checkedBagCountTotal)
checkedBagCountTotal
- public java.lang.Integer getHandBagCountTotal()
public void setHandBagCountTotal(java.lang.Integer handBagCountTotal)
handBagCountTotal
- public java.lang.Boolean getHeadOfBaggagePoolInd()
public void setHeadOfBaggagePoolInd(java.lang.Boolean headOfBaggagePoolInd)
headOfBaggagePoolInd
-
|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |