|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.ota.misc.ReadRQ.ReadRequests.HotelReadRequest.SelectionCriteria
public static class ReadRQ.ReadRequests.HotelReadRequest.SelectionCriteria
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 |
---|
public ReadRQ.ReadRequests.HotelReadRequest.SelectionCriteria()
Method Detail |
---|
public DateTimeSpanGroup getDateTimeSpanGroup()
public void setDateTimeSpanGroup(DateTimeSpanGroup dateTimeSpanGroup)
dateTimeSpanGroup
- public ReadRQ.ReadRequests.HotelReadRequest.SelectionCriteria.Date getDate()
public void setDate(ReadRQ.ReadRequests.HotelReadRequest.SelectionCriteria.Date date)
date
- public ReadRQ.ReadRequests.HotelReadRequest.SelectionCriteria.Selection getSelection()
public void setSelection(ReadRQ.ReadRequests.HotelReadRequest.SelectionCriteria.Selection selection)
selection
- public java.lang.String getGroupCode()
public void setGroupCode(java.lang.String groupCode)
groupCode
- public java.lang.String getResStatus()
public void setResStatus(java.lang.String resStatus)
resStatus
- public java.lang.String getOriginalDeliveryMethodCode()
public void setOriginalDeliveryMethodCode(java.lang.String originalDeliveryMethodCode)
originalDeliveryMethodCode
-
|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |