org.ota.air
Class SpecialReqDetails.OtherServiceInformations

java.lang.Object
  extended by org.ota.air.SpecialReqDetails.OtherServiceInformations
Enclosing class:
SpecialReqDetails

public static class SpecialReqDetails.OtherServiceInformations
extends java.lang.Object

A collection of Other Service 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="OtherServiceInformations" minOccurs="0">
   <xs:complexType>
     <xs:sequence>
       <xs:element name="OtherServiceInformation" maxOccurs="unbounded">
         <!-- Reference to inner class OtherServiceInformation -->
       </xs:element>
     </xs:sequence>
   </xs:complexType>
 </xs:element>
 


Nested Class Summary
static class SpecialReqDetails.OtherServiceInformations.OtherServiceInformation
          Other Service Information (OSI) for relevant airlines Schema fragment(s) for this class:
 
Constructor Summary
SpecialReqDetails.OtherServiceInformations()
           
 
Method Summary
 void addOtherServiceInformation(SpecialReqDetails.OtherServiceInformations.OtherServiceInformation item)
          Add a 'OtherServiceInformation' element item.
 void clearOtherServiceInformations()
          Remove all 'OtherServiceInformation' element items.
 SpecialReqDetails.OtherServiceInformations.OtherServiceInformation getOtherServiceInformation(int index)
          Get 'OtherServiceInformation' element item by position.
 java.util.List<SpecialReqDetails.OtherServiceInformations.OtherServiceInformation> getOtherServiceInformations()
          Get the list of 'OtherServiceInformation' element items.
 void setOtherServiceInformations(java.util.List<SpecialReqDetails.OtherServiceInformations.OtherServiceInformation> list)
          Set the list of 'OtherServiceInformation' element items.
 int sizeOtherServiceInformations()
          Get the number of 'OtherServiceInformation' element items.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SpecialReqDetails.OtherServiceInformations

public SpecialReqDetails.OtherServiceInformations()
Method Detail

getOtherServiceInformations

public java.util.List<SpecialReqDetails.OtherServiceInformations.OtherServiceInformation> getOtherServiceInformations()
Get the list of 'OtherServiceInformation' element items.

Returns:
list

setOtherServiceInformations

public void setOtherServiceInformations(java.util.List<SpecialReqDetails.OtherServiceInformations.OtherServiceInformation> list)
Set the list of 'OtherServiceInformation' element items.

Parameters:
list -

sizeOtherServiceInformations

public int sizeOtherServiceInformations()
Get the number of 'OtherServiceInformation' element items.

Returns:
count

addOtherServiceInformation

public void addOtherServiceInformation(SpecialReqDetails.OtherServiceInformations.OtherServiceInformation item)
Add a 'OtherServiceInformation' element item.

Parameters:
item -

getOtherServiceInformation

public SpecialReqDetails.OtherServiceInformations.OtherServiceInformation getOtherServiceInformation(int index)
Get 'OtherServiceInformation' element item by position.

Parameters:
index -
Returns:
item

clearOtherServiceInformations

public void clearOtherServiceInformations()
Remove all 'OtherServiceInformation' element items.