org.ota.hotel
Class InvNotifRS.InventoryCrossRefs.InventoryCrossRef

java.lang.Object
  extended by org.ota.hotel.InvNotifRS.InventoryCrossRefs.InventoryCrossRef
Enclosing class:
InvNotifRS.InventoryCrossRefs

public static class InvNotifRS.InventoryCrossRefs.InventoryCrossRef
extends java.lang.Object

Cross Reference between sending system and responding system Inventory Codes. 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="InventoryCrossRef" maxOccurs="unbounded">
   <xs:complexType>
     <xs:attribute type="xs:string" use="optional" name="RequestInvCode"/>
     <xs:attribute type="xs:string" use="optional" name="RequestInvGroupingCode"/>
     <xs:attribute type="xs:string" use="optional" name="ResponseInvCode"/>
     <xs:attribute type="xs:string" use="optional" name="ResponseInvGroupingCode"/>
   </xs:complexType>
 </xs:element>
 


Constructor Summary
InvNotifRS.InventoryCrossRefs.InventoryCrossRef()
           
 
Method Summary
 java.lang.String getRequestInvCode()
          Get the 'RequestInvCode' attribute value.
 java.lang.String getRequestInvGroupingCode()
          Get the 'RequestInvGroupingCode' attribute value.
 java.lang.String getResponseInvCode()
          Get the 'ResponseInvCode' attribute value.
 java.lang.String getResponseInvGroupingCode()
          Get the 'ResponseInvGroupingCode' attribute value.
 void setRequestInvCode(java.lang.String requestInvCode)
          Set the 'RequestInvCode' attribute value.
 void setRequestInvGroupingCode(java.lang.String requestInvGroupingCode)
          Set the 'RequestInvGroupingCode' attribute value.
 void setResponseInvCode(java.lang.String responseInvCode)
          Set the 'ResponseInvCode' attribute value.
 void setResponseInvGroupingCode(java.lang.String responseInvGroupingCode)
          Set the 'ResponseInvGroupingCode' attribute value.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

InvNotifRS.InventoryCrossRefs.InventoryCrossRef

public InvNotifRS.InventoryCrossRefs.InventoryCrossRef()
Method Detail

getRequestInvCode

public java.lang.String getRequestInvCode()
Get the 'RequestInvCode' attribute value. Identification of the sending system Inventory Code

Returns:
value

setRequestInvCode

public void setRequestInvCode(java.lang.String requestInvCode)
Set the 'RequestInvCode' attribute value. Identification of the sending system Inventory Code

Parameters:
requestInvCode -

getRequestInvGroupingCode

public java.lang.String getRequestInvGroupingCode()
Get the 'RequestInvGroupingCode' attribute value. Identification of the sending system inventory group.

Returns:
value

setRequestInvGroupingCode

public void setRequestInvGroupingCode(java.lang.String requestInvGroupingCode)
Set the 'RequestInvGroupingCode' attribute value. Identification of the sending system inventory group.

Parameters:
requestInvGroupingCode -

getResponseInvCode

public java.lang.String getResponseInvCode()
Get the 'ResponseInvCode' attribute value. Identification of the responding system Inventory Code.

Returns:
value

setResponseInvCode

public void setResponseInvCode(java.lang.String responseInvCode)
Set the 'ResponseInvCode' attribute value. Identification of the responding system Inventory Code.

Parameters:
responseInvCode -

getResponseInvGroupingCode

public java.lang.String getResponseInvGroupingCode()
Get the 'ResponseInvGroupingCode' attribute value. Identification of the responding system inventory group.

Returns:
value

setResponseInvGroupingCode

public void setResponseInvGroupingCode(java.lang.String responseInvGroupingCode)
Set the 'ResponseInvGroupingCode' attribute value. Identification of the responding system inventory group.

Parameters:
responseInvGroupingCode -