|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.ota.shared.MessageAcknowledgement
org.ota.hotel.InvCountNotifRS
public class InvCountNotifRS
The OTA_HotelInvCountNotifRS is the message used to indicate the status of processing the OTA_HotelInvCountNotifRQ message. 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_HotelInvCountNotifRS"> <xs:complexType> <xs:complexContent> <xs:extension base="ns:MessageAcknowledgementType"> <xs:sequence> <xs:element type="ns:InvCountType" name="Inventories" minOccurs="0"/> </xs:sequence> </xs:extension> </xs:complexContent> </xs:complexType> </xs:element>
Constructor Summary | |
---|---|
InvCountNotifRS()
|
Method Summary | |
---|---|
InvCount |
getInventories()
Get the 'Inventories' element value. |
void |
setInventories(InvCount inventories)
Set the 'Inventories' element value. |
Methods inherited from class org.ota.shared.MessageAcknowledgement |
---|
clearChoiceSelect, getErrors, getOTAPayloadStdAttributes, getTPAExtensions, getUniqueID, getWarnings, ifErrors, ifSuccess, setErrors, setOTAPayloadStdAttributes, setTPAExtensions, setUniqueID, setWarnings |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public InvCountNotifRS()
Method Detail |
---|
public InvCount getInventories()
public void setInventories(InvCount inventories)
inventories
-
|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |