org.ota.misc
Class ReadRQ.ReadRequests.HotelReadRequest.SelectionCriteria

java.lang.Object
  extended by org.ota.misc.ReadRQ.ReadRequests.HotelReadRequest.SelectionCriteria
Enclosing class:
ReadRQ.ReadRequests.HotelReadRequest

public static class ReadRQ.ReadRequests.HotelReadRequest.SelectionCriteria
extends java.lang.Object

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="SelectionCriteria" minOccurs="0">
   <xs:complexType>
     <xs:attributeGroup ref="ns:DateTimeSpanGroup"/>
     <xs:attribute use="optional" name="DateType">
       <xs:simpleType>
         <!-- Reference to inner class Date -->
       </xs:simpleType>
     </xs:attribute>
     <xs:attribute use="optional" name="SelectionType">
       <xs:simpleType>
         <!-- Reference to inner class Selection -->
       </xs:simpleType>
     </xs:attribute>
     <xs:attribute type="xs:string" use="optional" name="GroupCode"/>
     <xs:attribute type="xs:string" use="optional" name="ResStatus"/>
     <xs:attribute type="xs:string" use="optional" name="OriginalDeliveryMethodCode"/>
   </xs:complexType>
 </xs:element>
 


Nested Class Summary
static class ReadRQ.ReadRequests.HotelReadRequest.SelectionCriteria.Date
          Schema fragment(s) for this class:
static class ReadRQ.ReadRequests.HotelReadRequest.SelectionCriteria.Selection
          Schema fragment(s) for this class:
 
Constructor Summary
ReadRQ.ReadRequests.HotelReadRequest.SelectionCriteria()
           
 
Method Summary
 ReadRQ.ReadRequests.HotelReadRequest.SelectionCriteria.Date getDate()
          Get the 'DateType' attribute value.
 DateTimeSpanGroup getDateTimeSpanGroup()
          Get the 'DateTimeSpanGroup' attributeGroup value.
 java.lang.String getGroupCode()
          Get the 'GroupCode' attribute value.
 java.lang.String getOriginalDeliveryMethodCode()
          Get the 'OriginalDeliveryMethodCode' attribute value.
 java.lang.String getResStatus()
          Get the 'ResStatus' attribute value.
 ReadRQ.ReadRequests.HotelReadRequest.SelectionCriteria.Selection getSelection()
          Get the 'SelectionType' attribute value.
 void setDate(ReadRQ.ReadRequests.HotelReadRequest.SelectionCriteria.Date date)
          Set the 'DateType' attribute value.
 void setDateTimeSpanGroup(DateTimeSpanGroup dateTimeSpanGroup)
          Set the 'DateTimeSpanGroup' attributeGroup value.
 void setGroupCode(java.lang.String groupCode)
          Set the 'GroupCode' attribute value.
 void setOriginalDeliveryMethodCode(java.lang.String originalDeliveryMethodCode)
          Set the 'OriginalDeliveryMethodCode' attribute value.
 void setResStatus(java.lang.String resStatus)
          Set the 'ResStatus' attribute value.
 void setSelection(ReadRQ.ReadRequests.HotelReadRequest.SelectionCriteria.Selection selection)
          Set the 'SelectionType' attribute value.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ReadRQ.ReadRequests.HotelReadRequest.SelectionCriteria

public ReadRQ.ReadRequests.HotelReadRequest.SelectionCriteria()
Method Detail

getDateTimeSpanGroup

public DateTimeSpanGroup getDateTimeSpanGroup()
Get the 'DateTimeSpanGroup' attributeGroup value. The date or date range of the reservations to be selected as qualified by the DateType when present.

Returns:
value

setDateTimeSpanGroup

public void setDateTimeSpanGroup(DateTimeSpanGroup dateTimeSpanGroup)
Set the 'DateTimeSpanGroup' attributeGroup value. The date or date range of the reservations to be selected as qualified by the DateType when present.

Parameters:
dateTimeSpanGroup -

getDate

public ReadRQ.ReadRequests.HotelReadRequest.SelectionCriteria.Date getDate()
Get the 'DateType' attribute value. Specifies the type of date provided in the date time span attributes.

Returns:
value

setDate

public void setDate(ReadRQ.ReadRequests.HotelReadRequest.SelectionCriteria.Date date)
Set the 'DateType' attribute value. Specifies the type of date provided in the date time span attributes.

Parameters:
date -

getSelection

public ReadRQ.ReadRequests.HotelReadRequest.SelectionCriteria.Selection getSelection()
Get the 'SelectionType' attribute value. Indicates which reservations should be selected based on delivery status.

Returns:
value

setSelection

public void setSelection(ReadRQ.ReadRequests.HotelReadRequest.SelectionCriteria.Selection selection)
Set the 'SelectionType' attribute value. Indicates which reservations should be selected based on delivery status.

Parameters:
selection -

getGroupCode

public java.lang.String getGroupCode()
Get the 'GroupCode' attribute value. Code identifying a group block.

Returns:
value

setGroupCode

public void setGroupCode(java.lang.String groupCode)
Set the 'GroupCode' attribute value. Code identifying a group block.

Parameters:
groupCode -

getResStatus

public java.lang.String getResStatus()
Get the 'ResStatus' attribute value. Specifies the status of the reservations to be delivered.

Returns:
value

setResStatus

public void setResStatus(java.lang.String resStatus)
Set the 'ResStatus' attribute value. Specifies the status of the reservations to be delivered.

Parameters:
resStatus -

getOriginalDeliveryMethodCode

public java.lang.String getOriginalDeliveryMethodCode()
Get the 'OriginalDeliveryMethodCode' attribute value. The method by which the original reservation was delivered. Refer to OpenTravel Code list Distribution Type (DTB).

Returns:
value

setOriginalDeliveryMethodCode

public void setOriginalDeliveryMethodCode(java.lang.String originalDeliveryMethodCode)
Set the 'OriginalDeliveryMethodCode' attribute value. The method by which the original reservation was delivered. Refer to OpenTravel Code list Distribution Type (DTB).

Parameters:
originalDeliveryMethodCode -