org.ota.cruise
Class BookRQ.DeletedGuest
java.lang.Object
  
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>
 
 
 
| Methods inherited from class java.lang.Object | 
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
BookRQ.DeletedGuest
public BookRQ.DeletedGuest()
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 -