|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||
java.lang.Objectorg.ota.hotel.RFPTransientRQ.TransientRFPRequestSegment.AccountSpecificInfo
public static class RFPTransientRQ.TransientRFPRequestSegment.AccountSpecificInfo
Used to specify information that is specific to the requesting account. 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="AccountSpecificInfo" minOccurs="0">
<xs:complexType>
<xs:attribute type="xs:int" use="optional" name="HotelPotentialRoomQuantity"/>
<xs:attribute type="xs:int" use="optional" name="CityPotentialRoomQuantity"/>
<xs:attribute type="xs:boolean" use="optional" name="AdditionalHotelIndicator"/>
</xs:complexType>
</xs:element>
| Constructor Summary | |
|---|---|
RFPTransientRQ.TransientRFPRequestSegment.AccountSpecificInfo()
|
|
| Method Summary | |
|---|---|
java.lang.Boolean |
getAdditionalHotelIndicator()
Get the 'AdditionalHotelIndicator' attribute value. |
java.lang.Integer |
getCityPotentialRoomQuantity()
Get the 'CityPotentialRoomQuantity' attribute value. |
java.lang.Integer |
getHotelPotentialRoomQuantity()
Get the 'HotelPotentialRoomQuantity' attribute value. |
void |
setAdditionalHotelIndicator(java.lang.Boolean additionalHotelIndicator)
Set the 'AdditionalHotelIndicator' attribute value. |
void |
setCityPotentialRoomQuantity(java.lang.Integer cityPotentialRoomQuantity)
Set the 'CityPotentialRoomQuantity' attribute value. |
void |
setHotelPotentialRoomQuantity(java.lang.Integer hotelPotentialRoomQuantity)
Set the 'HotelPotentialRoomQuantity' attribute value. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public RFPTransientRQ.TransientRFPRequestSegment.AccountSpecificInfo()
| Method Detail |
|---|
public java.lang.Integer getHotelPotentialRoomQuantity()
public void setHotelPotentialRoomQuantity(java.lang.Integer hotelPotentialRoomQuantity)
hotelPotentialRoomQuantity - public java.lang.Integer getCityPotentialRoomQuantity()
public void setCityPotentialRoomQuantity(java.lang.Integer cityPotentialRoomQuantity)
cityPotentialRoomQuantity - public java.lang.Boolean getAdditionalHotelIndicator()
public void setAdditionalHotelIndicator(java.lang.Boolean additionalHotelIndicator)
additionalHotelIndicator -
|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||