|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.ota.air.AirCheckIn.PassengerInfo
public static class AirCheckIn.PassengerInfo
Specifies information related to the passenger checking in. 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="PassengerInfo" maxOccurs="99"> <xs:complexType> <xs:sequence> <xs:element type="ns:PersonNameType" name="PassengerName" minOccurs="0"/> <xs:element name="PassengerWeight" minOccurs="0"> <xs:complexType> <xs:attributeGroup ref="ns:UnitsOfMeasureGroup"/> </xs:complexType> </xs:element> <xs:element type="ns:OtherServiceInfoType" name="OtherServiceInformation" minOccurs="0" maxOccurs="9"/> <xs:element name="ContactInfo" minOccurs="0" maxOccurs="2"> <!-- Reference to inner class ContactInfo --> </xs:element> <xs:element name="PassengerType" minOccurs="0"> <!-- Reference to inner class Passenger --> </xs:element> <xs:element name="TicketingInfo" minOccurs="0" maxOccurs="4"> <!-- Reference to inner class TicketingInfo --> </xs:element> </xs:sequence> <xs:attribute type="xs:string" use="required" name="RPH"/> <xs:attribute type="xs:string" use="optional" name="PassengerRPH"/> <xs:attribute type="xs:string" use="optional" name="JumpSeatAuthority"/> <xs:attribute type="xs:string" use="optional" name="SecurityCode"/> <xs:attribute type="xs:string" use="optional" name="GroupReference"/> <xs:attribute type="xs:string" use="optional" name="AddToStandbyDateTime"/> <xs:attribute type="xs:boolean" use="optional" name="InfantIndicator"/> <xs:attribute type="xs:string" use="optional" name="EmployeeSeniorityDate"/> <xs:attribute type="xs:string" use="optional" name="EmployeeLengthOfService"/> </xs:complexType> </xs:element>
Nested Class Summary | |
---|---|
static class |
AirCheckIn.PassengerInfo.ContactInfo
Emergency contact information for the passenger. |
static class |
AirCheckIn.PassengerInfo.Passenger
Specifies a PTC for the passenger. |
static class |
AirCheckIn.PassengerInfo.TicketingInfo
Identifies the ticket to be used to check in for a flight segment or segments for this passenger. |
Constructor Summary | |
---|---|
AirCheckIn.PassengerInfo()
|
Method Summary | |
---|---|
void |
addContactInfo(AirCheckIn.PassengerInfo.ContactInfo item)
Add a 'ContactInfo' element item. |
void |
addOtherServiceInformation(OtherServiceInfo item)
Add a 'OtherServiceInformation' element item. |
void |
addTicketingInfo(AirCheckIn.PassengerInfo.TicketingInfo item)
Add a 'TicketingInfo' element item. |
void |
clearContactInfos()
Remove all 'ContactInfo' element items. |
void |
clearOtherServiceInformations()
Remove all 'OtherServiceInformation' element items. |
void |
clearTicketingInfos()
Remove all 'TicketingInfo' element items. |
java.lang.String |
getAddToStandbyDateTime()
Get the 'AddToStandbyDateTime' attribute value. |
AirCheckIn.PassengerInfo.ContactInfo |
getContactInfo(int index)
Get 'ContactInfo' element item by position. |
java.util.List<AirCheckIn.PassengerInfo.ContactInfo> |
getContactInfos()
Get the list of 'ContactInfo' element items. |
java.lang.String |
getEmployeeLengthOfService()
Get the 'EmployeeLengthOfService' attribute value. |
java.lang.String |
getEmployeeSeniorityDate()
Get the 'EmployeeSeniorityDate' attribute value. |
java.lang.String |
getGroupReference()
Get the 'GroupReference' attribute value. |
java.lang.Boolean |
getInfantIndicator()
Get the 'InfantIndicator' attribute value. |
java.lang.String |
getJumpSeatAuthority()
Get the 'JumpSeatAuthority' attribute value. |
OtherServiceInfo |
getOtherServiceInformation(int index)
Get 'OtherServiceInformation' element item by position. |
java.util.List<OtherServiceInfo> |
getOtherServiceInformations()
Get the list of 'OtherServiceInformation' element items. |
AirCheckIn.PassengerInfo.Passenger |
getPassenger()
Get the 'PassengerType' element value. |
PersonName |
getPassengerName()
Get the 'PassengerName' element value. |
java.lang.String |
getPassengerRPH()
Get the 'PassengerRPH' attribute value. |
UnitsOfMeasureGroup |
getPassengerWeight()
Get the 'UnitsOfMeasureGroup' attributeGroup value. |
java.lang.String |
getRPH()
Get the 'RPH' attribute value. |
java.lang.String |
getSecurityCode()
Get the 'SecurityCode' attribute value. |
AirCheckIn.PassengerInfo.TicketingInfo |
getTicketingInfo(int index)
Get 'TicketingInfo' element item by position. |
java.util.List<AirCheckIn.PassengerInfo.TicketingInfo> |
getTicketingInfos()
Get the list of 'TicketingInfo' element items. |
void |
setAddToStandbyDateTime(java.lang.String addToStandbyDateTime)
Set the 'AddToStandbyDateTime' attribute value. |
void |
setContactInfos(java.util.List<AirCheckIn.PassengerInfo.ContactInfo> list)
Set the list of 'ContactInfo' element items. |
void |
setEmployeeLengthOfService(java.lang.String employeeLengthOfService)
Set the 'EmployeeLengthOfService' attribute value. |
void |
setEmployeeSeniorityDate(java.lang.String employeeSeniorityDate)
Set the 'EmployeeSeniorityDate' attribute value. |
void |
setGroupReference(java.lang.String groupReference)
Set the 'GroupReference' attribute value. |
void |
setInfantIndicator(java.lang.Boolean infantIndicator)
Set the 'InfantIndicator' attribute value. |
void |
setJumpSeatAuthority(java.lang.String jumpSeatAuthority)
Set the 'JumpSeatAuthority' attribute value. |
void |
setOtherServiceInformations(java.util.List<OtherServiceInfo> list)
Set the list of 'OtherServiceInformation' element items. |
void |
setPassenger(AirCheckIn.PassengerInfo.Passenger passenger)
Set the 'PassengerType' element value. |
void |
setPassengerName(PersonName passengerName)
Set the 'PassengerName' element value. |
void |
setPassengerRPH(java.lang.String passengerRPH)
Set the 'PassengerRPH' attribute value. |
void |
setPassengerWeight(UnitsOfMeasureGroup passengerWeight)
Set the 'UnitsOfMeasureGroup' attributeGroup value. |
void |
setRPH(java.lang.String RPH)
Set the 'RPH' attribute value. |
void |
setSecurityCode(java.lang.String securityCode)
Set the 'SecurityCode' attribute value. |
void |
setTicketingInfos(java.util.List<AirCheckIn.PassengerInfo.TicketingInfo> list)
Set the list of 'TicketingInfo' element items. |
int |
sizeContactInfos()
Get the number of 'ContactInfo' element items. |
int |
sizeOtherServiceInformations()
Get the number of 'OtherServiceInformation' element items. |
int |
sizeTicketingInfos()
Get the number of 'TicketingInfo' element items. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public AirCheckIn.PassengerInfo()
Method Detail |
---|
public PersonName getPassengerName()
public void setPassengerName(PersonName passengerName)
passengerName
- public UnitsOfMeasureGroup getPassengerWeight()
public void setPassengerWeight(UnitsOfMeasureGroup passengerWeight)
passengerWeight
- public java.util.List<OtherServiceInfo> getOtherServiceInformations()
public void setOtherServiceInformations(java.util.List<OtherServiceInfo> list)
list
- public int sizeOtherServiceInformations()
public void addOtherServiceInformation(OtherServiceInfo item)
item
- public OtherServiceInfo getOtherServiceInformation(int index)
index
-
public void clearOtherServiceInformations()
public java.util.List<AirCheckIn.PassengerInfo.ContactInfo> getContactInfos()
public void setContactInfos(java.util.List<AirCheckIn.PassengerInfo.ContactInfo> list)
list
- public int sizeContactInfos()
public void addContactInfo(AirCheckIn.PassengerInfo.ContactInfo item)
item
- public AirCheckIn.PassengerInfo.ContactInfo getContactInfo(int index)
index
-
public void clearContactInfos()
public AirCheckIn.PassengerInfo.Passenger getPassenger()
public void setPassenger(AirCheckIn.PassengerInfo.Passenger passenger)
passenger
- public java.util.List<AirCheckIn.PassengerInfo.TicketingInfo> getTicketingInfos()
public void setTicketingInfos(java.util.List<AirCheckIn.PassengerInfo.TicketingInfo> list)
list
- public int sizeTicketingInfos()
public void addTicketingInfo(AirCheckIn.PassengerInfo.TicketingInfo item)
item
- public AirCheckIn.PassengerInfo.TicketingInfo getTicketingInfo(int index)
index
-
public void clearTicketingInfos()
public java.lang.String getRPH()
public void setRPH(java.lang.String RPH)
RPH
- public java.lang.String getPassengerRPH()
public void setPassengerRPH(java.lang.String passengerRPH)
passengerRPH
- public java.lang.String getJumpSeatAuthority()
public void setJumpSeatAuthority(java.lang.String jumpSeatAuthority)
jumpSeatAuthority
- public java.lang.String getSecurityCode()
public void setSecurityCode(java.lang.String securityCode)
securityCode
- public java.lang.String getGroupReference()
public void setGroupReference(java.lang.String groupReference)
groupReference
- public java.lang.String getAddToStandbyDateTime()
public void setAddToStandbyDateTime(java.lang.String addToStandbyDateTime)
addToStandbyDateTime
- public java.lang.Boolean getInfantIndicator()
public void setInfantIndicator(java.lang.Boolean infantIndicator)
infantIndicator
- public java.lang.String getEmployeeSeniorityDate()
public void setEmployeeSeniorityDate(java.lang.String employeeSeniorityDate)
employeeSeniorityDate
- public java.lang.String getEmployeeLengthOfService()
public void setEmployeeLengthOfService(java.lang.String employeeLengthOfService)
employeeLengthOfService
-
|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |