|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.ota.shared.ItemSearchCriterion
org.ota.hotel.HotelSearchCriterion
org.ota.hotel.HotelSearchCriteria.Criterion
public static class HotelSearchCriteria.Criterion
Child elements that identify a single search criterion by criteria type. Because many of the types include partial matches to string values such as partial addresses (street names without a number) or partial telephone numbers (area code or three-digit prefix area, etc.) a ExactMatch attribute indicates whether the match to the string value must be exact. 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="Criterion" maxOccurs="unbounded"> <xs:complexType> <xs:complexContent> <xs:extension base="ns:HotelSearchCriterionType"> <xs:attribute type="xs:string" use="optional" name="MoreDataEchoToken"/> <xs:attribute type="xs:string" use="optional" name="InfoSource"/> <xs:attribute use="optional" name="AlternateAvailability"> <xs:simpleType> <!-- Reference to inner class AlternateAvailability --> </xs:simpleType> </xs:attribute> </xs:extension> </xs:complexContent> </xs:complexType> </xs:element>
Nested Class Summary | |
---|---|
static class |
HotelSearchCriteria.Criterion.AlternateAvailability
Schema fragment(s) for this class: |
Nested classes/interfaces inherited from class org.ota.shared.ItemSearchCriterion |
---|
ItemSearchCriterion.Address, ItemSearchCriterion.CodeRef, ItemSearchCriterion.HotelRef, ItemSearchCriterion.Importance, ItemSearchCriterion.MapArea, ItemSearchCriterion.Radius, ItemSearchCriterion.RefPoint |
Constructor Summary | |
---|---|
HotelSearchCriteria.Criterion()
|
Method Summary | |
---|---|
HotelSearchCriteria.Criterion.AlternateAvailability |
getAlternateAvailability()
Get the 'AlternateAvailability' attribute value. |
java.lang.String |
getInfoSource()
Get the 'InfoSource' attribute value. |
java.lang.String |
getMoreDataEchoToken()
Get the 'MoreDataEchoToken' attribute value. |
void |
setAlternateAvailability(HotelSearchCriteria.Criterion.AlternateAvailability alternateAvailability)
Set the 'AlternateAvailability' attribute value. |
void |
setInfoSource(java.lang.String infoSource)
Set the 'InfoSource' attribute value. |
void |
setMoreDataEchoToken(java.lang.String moreDataEchoToken)
Set the 'MoreDataEchoToken' attribute value. |
Methods inherited from class org.ota.shared.ItemSearchCriterion |
---|
addHotelRef, addRefPoint, clearHotelRefs, clearRefPoints, getAddress, getCodeRef, getExactMatch, getHotelRef, getHotelRefs, getImportance, getMapArea, getPosition, getRadius, getRanking, getRefPoint, getRefPoints, getTelephone, setAddress, setCodeRef, setExactMatch, setHotelRefs, setImportance, setMapArea, setPosition, setRadius, setRanking, setRefPoints, setTelephone, sizeHotelRefs, sizeRefPoints |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public HotelSearchCriteria.Criterion()
Method Detail |
---|
public java.lang.String getMoreDataEchoToken()
public void setMoreDataEchoToken(java.lang.String moreDataEchoToken)
moreDataEchoToken
- public java.lang.String getInfoSource()
public void setInfoSource(java.lang.String infoSource)
infoSource
- public HotelSearchCriteria.Criterion.AlternateAvailability getAlternateAvailability()
public void setAlternateAvailability(HotelSearchCriteria.Criterion.AlternateAvailability alternateAvailability)
alternateAvailability
-
|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |