org.ota.cruise
Class GuestInfoGroup

java.lang.Object
  extended by org.ota.cruise.GuestInfoGroup

public class GuestInfoGroup
extends java.lang.Object

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

GuestInfoGroup

public GuestInfoGroup()
Method Detail

getGuestRefNumber

public java.lang.String getGuestRefNumber()
Get the 'GuestRefNumber' attribute value. Provides a reference number for the guest.

Returns:
value

setGuestRefNumber

public void setGuestRefNumber(java.lang.String guestRefNumber)
Set the 'GuestRefNumber' attribute value. Provides a reference number for the guest.

Parameters:
guestRefNumber -

getAge

public java.lang.Integer getAge()
Get the 'Age' attribute value. Specifies the Guest's Age

Returns:
value

setAge

public void setAge(java.lang.Integer age)
Set the 'Age' attribute value. Specifies the Guest's Age

Parameters:
age -

getNationality

public java.lang.String getNationality()
Get the 'Nationality' attribute value. Specifies the Nationality

Returns:
value

setNationality

public void setNationality(java.lang.String nationality)
Set the 'Nationality' attribute value. Specifies the Nationality

Parameters:
nationality -

getGuestOccupation

public java.lang.String getGuestOccupation()
Get the 'GuestOccupation' attribute value. Specifies occupation of the guest

Returns:
value

setGuestOccupation

public void setGuestOccupation(java.lang.String guestOccupation)
Set the 'GuestOccupation' attribute value. Specifies occupation of the guest

Parameters:
guestOccupation -

getBirthDate

public java.sql.Date getBirthDate()
Get the 'BirthDate' attribute value. Specifies the Guest Birth Date

Returns:
value

setBirthDate

public void setBirthDate(java.sql.Date birthDate)
Set the 'BirthDate' attribute value. Specifies the Guest Birth Date

Parameters:
birthDate -

getGenderGroup

public GenderGroup getGenderGroup()
Get the 'GenderGroup' attributeGroup value.

Returns:
value

setGenderGroup

public void setGenderGroup(GenderGroup genderGroup)
Set the 'GenderGroup' attributeGroup value.

Parameters:
genderGroup -

getLoyaltyInfoGroup

public LoyaltyInfoGroup getLoyaltyInfoGroup()
Get the 'LoyaltyInfoGroup' attributeGroup value. Identifies the loyalty membership of a guest.

Returns:
value

setLoyaltyInfoGroup

public void setLoyaltyInfoGroup(LoyaltyInfoGroup loyaltyInfoGroup)
Set the 'LoyaltyInfoGroup' attributeGroup value. Identifies the loyalty membership of a guest.

Parameters:
loyaltyInfoGroup -