|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.ota.hotel.InvNotifRQ
public class InvNotifRQ
The OTA_HotelInvNotifRQ is the message that sends the notification of a new inventory item, such as a room type or service type created for the hotel that did not previously exist. 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_HotelInvNotifRQ"> <xs:complexType> <xs:sequence> <xs:element type="ns:POS_Type" name="POS" minOccurs="0"/> <xs:element type="ns:UniqueID_Type" name="UniqueID" minOccurs="0"/> <xs:element name="SellableProducts"> <xs:complexType> <xs:complexContent> <xs:extension base="ns:SellableProductsType"> <xs:attributeGroup ref="ns:HotelReferenceGroup"/> </xs:extension> </xs:complexContent> </xs:complexType> </xs:element> </xs:sequence> <xs:attributeGroup ref="ns:OTA_PayloadStdAttributes"/> </xs:complexType> </xs:element>
Constructor Summary | |
---|---|
InvNotifRQ()
|
Method Summary | |
---|---|
OTAPayloadStdAttributes |
getOTAPayloadStdAttributes()
Get the 'OTA_PayloadStdAttributes' attributeGroup value. |
POS |
getPOS()
Get the 'POS' element value. |
HotelReferenceGroup |
getSellableProductsHotelReferenceGroup()
Get the 'HotelReferenceGroup' attributeGroup value. |
SellableProducts |
getSellableProductsSellableProducts()
Get the extension value. |
UniqueID |
getUniqueID()
Get the 'UniqueID' element value. |
void |
setOTAPayloadStdAttributes(OTAPayloadStdAttributes OTAPayloadStdAttributes)
Set the 'OTA_PayloadStdAttributes' attributeGroup value. |
void |
setPOS(POS POS)
Set the 'POS' element value. |
void |
setSellableProductsHotelReferenceGroup(HotelReferenceGroup sellableProductsHotelReferenceGroup)
Set the 'HotelReferenceGroup' attributeGroup value. |
void |
setSellableProductsSellableProducts(SellableProducts sellableProductsSellableProducts)
Set the extension value. |
void |
setUniqueID(UniqueID uniqueID)
Set the 'UniqueID' element value. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public InvNotifRQ()
Method Detail |
---|
public POS getPOS()
public void setPOS(POS POS)
POS
- public UniqueID getUniqueID()
public void setUniqueID(UniqueID uniqueID)
uniqueID
- public SellableProducts getSellableProductsSellableProducts()
public void setSellableProductsSellableProducts(SellableProducts sellableProductsSellableProducts)
sellableProductsSellableProducts
- public HotelReferenceGroup getSellableProductsHotelReferenceGroup()
public void setSellableProductsHotelReferenceGroup(HotelReferenceGroup sellableProductsHotelReferenceGroup)
sellableProductsHotelReferenceGroup
- 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 |