| 
 | |||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||
java.lang.Objectorg.ota.cruise.GuestInfoGroup
public class GuestInfoGroup
Specifies the Guest information Schema fragment(s) for this class:
<xs:attributeGroup xmlns:ns="http://www.opentravel.org/OTA/2003/05" xmlns:xs="http://www.w3.org/2001/XMLSchema" name="GuestInfoGroup"> <xs:attribute type="xs:string" use="optional" name="GuestRefNumber"/> <xs:attribute type="xs:int" use="optional" name="Age"/> <xs:attribute type="xs:string" use="optional" name="Nationality"/> <xs:attribute type="xs:string" use="optional" name="GuestOccupation"/> <xs:attribute type="xs:date" use="optional" name="BirthDate"/> <xs:attributeGroup ref="ns:GenderGroup"/> <xs:attributeGroup ref="ns:LoyaltyInfoGroup"/> </xs:attributeGroup>
| Constructor Summary | |
|---|---|
| GuestInfoGroup() | |
| Method Summary | |
|---|---|
|  java.lang.Integer | getAge()Get the 'Age' attribute value. | 
|  java.sql.Date | getBirthDate()Get the 'BirthDate' attribute value. | 
|  GenderGroup | getGenderGroup()Get the 'GenderGroup' attributeGroup value. | 
|  java.lang.String | getGuestOccupation()Get the 'GuestOccupation' attribute value. | 
|  java.lang.String | getGuestRefNumber()Get the 'GuestRefNumber' attribute value. | 
|  LoyaltyInfoGroup | getLoyaltyInfoGroup()Get the 'LoyaltyInfoGroup' attributeGroup value. | 
|  java.lang.String | getNationality()Get the 'Nationality' attribute value. | 
|  void | setAge(java.lang.Integer age)Set the 'Age' attribute value. | 
|  void | setBirthDate(java.sql.Date birthDate)Set the 'BirthDate' attribute value. | 
|  void | setGenderGroup(GenderGroup genderGroup)Set the 'GenderGroup' attributeGroup value. | 
|  void | setGuestOccupation(java.lang.String guestOccupation)Set the 'GuestOccupation' attribute value. | 
|  void | setGuestRefNumber(java.lang.String guestRefNumber)Set the 'GuestRefNumber' attribute value. | 
|  void | setLoyaltyInfoGroup(LoyaltyInfoGroup loyaltyInfoGroup)Set the 'LoyaltyInfoGroup' attributeGroup value. | 
|  void | setNationality(java.lang.String nationality)Set the 'Nationality' attribute value. | 
| Methods inherited from class java.lang.Object | 
|---|
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
| Constructor Detail | 
|---|
public GuestInfoGroup()
| Method Detail | 
|---|
public java.lang.String getGuestRefNumber()
public void setGuestRefNumber(java.lang.String guestRefNumber)
guestRefNumber - public java.lang.Integer getAge()
public void setAge(java.lang.Integer age)
age - public java.lang.String getNationality()
public void setNationality(java.lang.String nationality)
nationality - public java.lang.String getGuestOccupation()
public void setGuestOccupation(java.lang.String guestOccupation)
guestOccupation - public java.sql.Date getBirthDate()
public void setBirthDate(java.sql.Date birthDate)
birthDate - public GenderGroup getGenderGroup()
public void setGenderGroup(GenderGroup genderGroup)
genderGroup - public LoyaltyInfoGroup getLoyaltyInfoGroup()
public void setLoyaltyInfoGroup(LoyaltyInfoGroup loyaltyInfoGroup)
loyaltyInfoGroup - | 
 | |||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||