| 
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||
java.lang.Objectorg.ota.tour.AvailRQ
public class AvailRQ
A request for availability of a specific tour. 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="OTA_TourAvailRQ">
   <xs:complexType>
     <xs:sequence>
       <xs:element type="ns:POS_Type" name="POS" minOccurs="0"/>
       <xs:element name="Tour">
         <xs:complexType>
           <xs:sequence>
             <xs:element type="ns:DateTimeSpanType" name="DateRange" minOccurs="0"/>
           </xs:sequence>
           <xs:attribute type="xs:string" use="optional" name="ShortName"/>
           <xs:attribute type="xs:string" use="optional" name="ID"/>
         </xs:complexType>
       </xs:element>
       <xs:element name="CustomerCount" minOccurs="0" maxOccurs="6">
         <xs:complexType>
           <xs:attributeGroup ref="ns:TravelerCountGroup"/>
         </xs:complexType>
       </xs:element>
       <xs:element ref="ns:TPA_Extensions" minOccurs="0"/>
     </xs:sequence>
     <xs:attributeGroup ref="ns:OTA_PayloadStdAttributes"/>
   </xs:complexType>
 </xs:element>
 
 <xs:element xmlns:ns="http://www.opentravel.org/OTA/2003/05" xmlns:xs="http://www.w3.org/2001/XMLSchema" type="ns:TPA_ExtensionsType" name="TPA_Extensions"/>
 
| Constructor Summary | |
|---|---|
AvailRQ()
 | 
|
| Method Summary | |
|---|---|
 void | 
addCustomerCount(TravelerCountGroup item)
Add a 'CustomerCount' element item.  | 
 void | 
clearCustomerCounts()
Remove all 'CustomerCount' element items.  | 
 TravelerCountGroup | 
getCustomerCount(int index)
Get 'CustomerCount' element item by position.  | 
 java.util.List<TravelerCountGroup> | 
getCustomerCounts()
Get the list of 'CustomerCount' element items.  | 
 OTAPayloadStdAttributes | 
getOTAPayloadStdAttributes()
Get the 'OTA_PayloadStdAttributes' attributeGroup value.  | 
 POS | 
getPOS()
Get the 'POS' element value.  | 
 DateTimeSpan | 
getTourDateRange()
Get the 'DateRange' element value.  | 
 java.lang.String | 
getTourID()
Get the 'ID' attribute value.  | 
 java.lang.String | 
getTourShortName()
Get the 'ShortName' attribute value.  | 
 TPAExtensions | 
getTPAExtensions()
Get the 'TPA_Extensions' element value.  | 
 void | 
setCustomerCounts(java.util.List<TravelerCountGroup> list)
Set the list of 'CustomerCount' element items.  | 
 void | 
setOTAPayloadStdAttributes(OTAPayloadStdAttributes OTAPayloadStdAttributes)
Set the 'OTA_PayloadStdAttributes' attributeGroup value.  | 
 void | 
setPOS(POS POS)
Set the 'POS' element value.  | 
 void | 
setTourDateRange(DateTimeSpan tourDateRange)
Set the 'DateRange' element value.  | 
 void | 
setTourID(java.lang.String tourID)
Set the 'ID' attribute value.  | 
 void | 
setTourShortName(java.lang.String tourShortName)
Set the 'ShortName' attribute value.  | 
 void | 
setTPAExtensions(TPAExtensions TPAExtensions)
Set the 'TPA_Extensions' element value.  | 
 int | 
sizeCustomerCounts()
Get the number of 'CustomerCount' element items.  | 
| Methods inherited from class java.lang.Object | 
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
| Constructor Detail | 
|---|
public AvailRQ()
| Method Detail | 
|---|
public POS getPOS()
public void setPOS(POS POS)
POS - public DateTimeSpan getTourDateRange()
public void setTourDateRange(DateTimeSpan tourDateRange)
tourDateRange - public java.lang.String getTourShortName()
public void setTourShortName(java.lang.String tourShortName)
tourShortName - public java.lang.String getTourID()
public void setTourID(java.lang.String tourID)
tourID - public java.util.List<TravelerCountGroup> getCustomerCounts()
public void setCustomerCounts(java.util.List<TravelerCountGroup> list)
list - public int sizeCustomerCounts()
public void addCustomerCount(TravelerCountGroup item)
item - public TravelerCountGroup getCustomerCount(int index)
index - 
public void clearCustomerCounts()
public TPAExtensions getTPAExtensions()
public void setTPAExtensions(TPAExtensions TPAExtensions)
TPAExtensions - public OTAPayloadStdAttributes getOTAPayloadStdAttributes()
public void setOTAPayloadStdAttributes(OTAPayloadStdAttributes OTAPayloadStdAttributes)
OTAPayloadStdAttributes - 
  | 
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||