|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.ota.shared.ContactPerson
org.ota.air.AirCheckIn.PassengerInfo.ContactInfo
public static class AirCheckIn.PassengerInfo.ContactInfo
Emergency contact information for the passenger. 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="ContactInfo" minOccurs="0" maxOccurs="2"> <xs:complexType> <xs:complexContent> <xs:extension base="ns:ContactPersonType"> <xs:sequence> <xs:element type="xs:string" name="Relationship"/> </xs:sequence> <xs:attribute type="xs:boolean" use="optional" name="OptionToDecline"/> </xs:extension> </xs:complexContent> </xs:complexType> </xs:element>
Constructor Summary | |
---|---|
AirCheckIn.PassengerInfo.ContactInfo()
|
Method Summary | |
---|---|
java.lang.Boolean |
getOptionToDecline()
Get the 'OptionToDecline' attribute value. |
java.lang.String |
getRelationship()
Get the 'Relationship' element value. |
void |
setOptionToDecline(java.lang.Boolean optionToDecline)
Set the 'OptionToDecline' attribute value. |
void |
setRelationship(java.lang.String relationship)
Set the 'Relationship' element value. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public AirCheckIn.PassengerInfo.ContactInfo()
Method Detail |
---|
public java.lang.String getRelationship()
public void setRelationship(java.lang.String relationship)
relationship
- public java.lang.Boolean getOptionToDecline()
public void setOptionToDecline(java.lang.Boolean optionToDecline)
optionToDecline
-
|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |