org.ota.cruise
Class CruiseGuestInfo.GuestDetail.SelectedSpecialServices

java.lang.Object
  extended by org.ota.cruise.CruiseGuestInfo.GuestDetail.SelectedSpecialServices
Enclosing class:
CruiseGuestInfo.GuestDetail

public static class CruiseGuestInfo.GuestDetail.SelectedSpecialServices
extends java.lang.Object

Specifies the Special Services information 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="SelectedSpecialServices" minOccurs="0">
   <xs:complexType>
     <xs:sequence>
       <xs:element type="ns:SpecialServiceType" name="SelectedSpecialService" minOccurs="0" maxOccurs="10"/>
     </xs:sequence>
   </xs:complexType>
 </xs:element>
 


Constructor Summary
CruiseGuestInfo.GuestDetail.SelectedSpecialServices()
           
 
Method Summary
 void addSelectedSpecialService(SpecialService item)
          Add a 'SelectedSpecialService' element item.
 void clearSelectedSpecialServices()
          Remove all 'SelectedSpecialService' element items.
 SpecialService getSelectedSpecialService(int index)
          Get 'SelectedSpecialService' element item by position.
 java.util.List<SpecialService> getSelectedSpecialServices()
          Get the list of 'SelectedSpecialService' element items.
 void setSelectedSpecialServices(java.util.List<SpecialService> list)
          Set the list of 'SelectedSpecialService' element items.
 int sizeSelectedSpecialServices()
          Get the number of 'SelectedSpecialService' element items.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CruiseGuestInfo.GuestDetail.SelectedSpecialServices

public CruiseGuestInfo.GuestDetail.SelectedSpecialServices()
Method Detail

getSelectedSpecialServices

public java.util.List<SpecialService> getSelectedSpecialServices()
Get the list of 'SelectedSpecialService' element items. Specifies the Special Service information

Returns:
list

setSelectedSpecialServices

public void setSelectedSpecialServices(java.util.List<SpecialService> list)
Set the list of 'SelectedSpecialService' element items. Specifies the Special Service information

Parameters:
list -

sizeSelectedSpecialServices

public int sizeSelectedSpecialServices()
Get the number of 'SelectedSpecialService' element items.

Returns:
count

addSelectedSpecialService

public void addSelectedSpecialService(SpecialService item)
Add a 'SelectedSpecialService' element item.

Parameters:
item -

getSelectedSpecialService

public SpecialService getSelectedSpecialService(int index)
Get 'SelectedSpecialService' element item by position.

Parameters:
index -
Returns:
item

clearSelectedSpecialServices

public void clearSelectedSpecialServices()
Remove all 'SelectedSpecialService' element items.