|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.ota.air.AirCheckIn.BaggageInfo.CheckedBaggageDetails
public static class AirCheckIn.BaggageInfo.CheckedBaggageDetails
Information for each piece of baggage being checked in for a specific passenger or 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="CheckedBaggageDetails" minOccurs="0" maxOccurs="999"> <xs:complexType> <xs:sequence> <xs:element name="CheckedBagWeight" minOccurs="0"> <xs:complexType> <xs:attributeGroup ref="ns:UnitsOfMeasureGroup"/> </xs:complexType> </xs:element> <xs:element name="BagTagDetails" minOccurs="0"> <!-- Reference to inner class BagTagDetails --> </xs:element> </xs:sequence> <xs:attribute type="xs:boolean" use="optional" name="BaggagePoolIndicator"/> <xs:attribute type="xs:boolean" use="optional" name="HeavyBagIndicator"/> <xs:attribute type="xs:string" use="optional" name="ShortCheckLocationCode"/> <xs:attribute type="xs:string" use="optional" name="ShortCheckCodeContext"/> <xs:attribute type="xs:boolean" use="optional" name="BagStandByIndicator"/> <xs:attribute type="xs:boolean" use="optional" name="PriorityHandlingIndicator"/> <xs:attribute type="xs:boolean" use="optional" name="HotConnectionIndicator"/> <xs:attribute type="xs:boolean" use="optional" name="VoluntarySeparationIndicator"/> <xs:attribute type="xs:string" use="optional" name="BagSecurityStatus"/> </xs:complexType> </xs:element>
Nested Class Summary | |
---|---|
static class |
AirCheckIn.BaggageInfo.CheckedBaggageDetails.BagTagDetails
Speciifies details for the bag tag associated with this bag. |
Constructor Summary | |
---|---|
AirCheckIn.BaggageInfo.CheckedBaggageDetails()
|
Method Summary | |
---|---|
java.lang.Boolean |
getBaggagePoolIndicator()
Get the 'BaggagePoolIndicator' attribute value. |
java.lang.String |
getBagSecurityStatus()
Get the 'BagSecurityStatus' attribute value. |
java.lang.Boolean |
getBagStandByIndicator()
Get the 'BagStandByIndicator' attribute value. |
AirCheckIn.BaggageInfo.CheckedBaggageDetails.BagTagDetails |
getBagTagDetails()
Get the 'BagTagDetails' element value. |
UnitsOfMeasureGroup |
getCheckedBagWeight()
Get the 'UnitsOfMeasureGroup' attributeGroup value. |
java.lang.Boolean |
getHeavyBagIndicator()
Get the 'HeavyBagIndicator' attribute value. |
java.lang.Boolean |
getHotConnectionIndicator()
Get the 'HotConnectionIndicator' attribute value. |
java.lang.Boolean |
getPriorityHandlingIndicator()
Get the 'PriorityHandlingIndicator' attribute value. |
java.lang.String |
getShortCheckCodeContext()
Get the 'ShortCheckCodeContext' attribute value. |
java.lang.String |
getShortCheckLocationCode()
Get the 'ShortCheckLocationCode' attribute value. |
java.lang.Boolean |
getVoluntarySeparationIndicator()
Get the 'VoluntarySeparationIndicator' attribute value. |
void |
setBaggagePoolIndicator(java.lang.Boolean baggagePoolIndicator)
Set the 'BaggagePoolIndicator' attribute value. |
void |
setBagSecurityStatus(java.lang.String bagSecurityStatus)
Set the 'BagSecurityStatus' attribute value. |
void |
setBagStandByIndicator(java.lang.Boolean bagStandByIndicator)
Set the 'BagStandByIndicator' attribute value. |
void |
setBagTagDetails(AirCheckIn.BaggageInfo.CheckedBaggageDetails.BagTagDetails bagTagDetails)
Set the 'BagTagDetails' element value. |
void |
setCheckedBagWeight(UnitsOfMeasureGroup checkedBagWeight)
Set the 'UnitsOfMeasureGroup' attributeGroup value. |
void |
setHeavyBagIndicator(java.lang.Boolean heavyBagIndicator)
Set the 'HeavyBagIndicator' attribute value. |
void |
setHotConnectionIndicator(java.lang.Boolean hotConnectionIndicator)
Set the 'HotConnectionIndicator' attribute value. |
void |
setPriorityHandlingIndicator(java.lang.Boolean priorityHandlingIndicator)
Set the 'PriorityHandlingIndicator' attribute value. |
void |
setShortCheckCodeContext(java.lang.String shortCheckCodeContext)
Set the 'ShortCheckCodeContext' attribute value. |
void |
setShortCheckLocationCode(java.lang.String shortCheckLocationCode)
Set the 'ShortCheckLocationCode' attribute value. |
void |
setVoluntarySeparationIndicator(java.lang.Boolean voluntarySeparationIndicator)
Set the 'VoluntarySeparationIndicator' attribute value. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public AirCheckIn.BaggageInfo.CheckedBaggageDetails()
Method Detail |
---|
public UnitsOfMeasureGroup getCheckedBagWeight()
public void setCheckedBagWeight(UnitsOfMeasureGroup checkedBagWeight)
checkedBagWeight
- public AirCheckIn.BaggageInfo.CheckedBaggageDetails.BagTagDetails getBagTagDetails()
public void setBagTagDetails(AirCheckIn.BaggageInfo.CheckedBaggageDetails.BagTagDetails bagTagDetails)
bagTagDetails
- public java.lang.Boolean getBaggagePoolIndicator()
public void setBaggagePoolIndicator(java.lang.Boolean baggagePoolIndicator)
baggagePoolIndicator
- public java.lang.Boolean getHeavyBagIndicator()
public void setHeavyBagIndicator(java.lang.Boolean heavyBagIndicator)
heavyBagIndicator
- public java.lang.String getShortCheckLocationCode()
public void setShortCheckLocationCode(java.lang.String shortCheckLocationCode)
shortCheckLocationCode
- public java.lang.String getShortCheckCodeContext()
public void setShortCheckCodeContext(java.lang.String shortCheckCodeContext)
shortCheckCodeContext
- public java.lang.Boolean getBagStandByIndicator()
public void setBagStandByIndicator(java.lang.Boolean bagStandByIndicator)
bagStandByIndicator
- public java.lang.Boolean getPriorityHandlingIndicator()
public void setPriorityHandlingIndicator(java.lang.Boolean priorityHandlingIndicator)
priorityHandlingIndicator
- public java.lang.Boolean getHotConnectionIndicator()
public void setHotConnectionIndicator(java.lang.Boolean hotConnectionIndicator)
hotConnectionIndicator
- public java.lang.Boolean getVoluntarySeparationIndicator()
public void setVoluntarySeparationIndicator(java.lang.Boolean voluntarySeparationIndicator)
voluntarySeparationIndicator
- public java.lang.String getBagSecurityStatus()
public void setBagSecurityStatus(java.lang.String bagSecurityStatus)
bagSecurityStatus
-
|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |