org.ota.cruise
Class BookRQ.DeletedGuest

java.lang.Object
  extended by org.ota.cruise.BookRQ.DeletedGuest
Enclosing class:
BookRQ

public static class BookRQ.DeletedGuest
extends java.lang.Object

Specifies the information of the deleted guest from the current booking. Normally used in Modification mode. 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="DeletedGuest" minOccurs="0" maxOccurs="9">
   <xs:complexType>
     <xs:attribute type="xs:int" use="required" name="DeletedGuestReference"/>
   </xs:complexType>
 </xs:element>
 


Constructor Summary
BookRQ.DeletedGuest()
           
 
Method Summary
 java.lang.Integer getDeletedGuestReference()
          Get the 'DeletedGuestReference' attribute value.
 void setDeletedGuestReference(java.lang.Integer deletedGuestReference)
          Set the 'DeletedGuestReference' attribute value.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BookRQ.DeletedGuest

public BookRQ.DeletedGuest()
Method Detail

getDeletedGuestReference

public java.lang.Integer getDeletedGuestReference()
Get the 'DeletedGuestReference' attribute value. The guest's reference number in the booking being modified.

Returns:
value

setDeletedGuestReference

public void setDeletedGuestReference(java.lang.Integer deletedGuestReference)
Set the 'DeletedGuestReference' attribute value. The guest's reference number in the booking being modified.

Parameters:
deletedGuestReference -