org.ota.hotel
Class InvBlockCodeRef

java.lang.Object
  extended by org.ota.hotel.InvBlockCodeRef
Direct Known Subclasses:
InvBlockNotifRS.InvBlockCodeRefs

public class InvBlockCodeRef
extends java.lang.Object

Used to return the inventory block codes and inventory block grouping codes from the inventory system back to the requesting system. Schema fragment(s) for this class:

 <xs:complexType xmlns:ns="http://www.opentravel.org/OTA/2003/05" xmlns:xs="http://www.w3.org/2001/XMLSchema" name="InvBlockCodeRefType">
   <xs:sequence>
     <xs:element name="HotelRef" minOccurs="0">
       <xs:complexType>
         <xs:attributeGroup ref="ns:HotelReferenceGroup"/>
       </xs:complexType>
     </xs:element>
   </xs:sequence>
   <xs:attribute type="xs:string" use="optional" name="InvBlockCode"/>
   <xs:attribute type="xs:string" use="optional" name="InvBlockGroupingCode"/>
   <xs:attribute type="xs:string" use="optional" name="InvSystemInvBlockCode"/>
   <xs:attribute type="xs:string" use="optional" name="InvSystemInvBlockGroupingCode"/>
 </xs:complexType>
 


Constructor Summary
InvBlockCodeRef()
           
 
Method Summary
 HotelReferenceGroup getHotelRef()
          Get the 'HotelReferenceGroup' attributeGroup value.
 java.lang.String getInvBlockCode()
          Get the 'InvBlockCode' attribute value.
 java.lang.String getInvBlockGroupingCode()
          Get the 'InvBlockGroupingCode' attribute value.
 java.lang.String getInvSystemInvBlockCode()
          Get the 'InvSystemInvBlockCode' attribute value.
 java.lang.String getInvSystemInvBlockGroupingCode()
          Get the 'InvSystemInvBlockGroupingCode' attribute value.
 void setHotelRef(HotelReferenceGroup hotelRef)
          Set the 'HotelReferenceGroup' attributeGroup value.
 void setInvBlockCode(java.lang.String invBlockCode)
          Set the 'InvBlockCode' attribute value.
 void setInvBlockGroupingCode(java.lang.String invBlockGroupingCode)
          Set the 'InvBlockGroupingCode' attribute value.
 void setInvSystemInvBlockCode(java.lang.String invSystemInvBlockCode)
          Set the 'InvSystemInvBlockCode' attribute value.
 void setInvSystemInvBlockGroupingCode(java.lang.String invSystemInvBlockGroupingCode)
          Set the 'InvSystemInvBlockGroupingCode' attribute value.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

InvBlockCodeRef

public InvBlockCodeRef()
Method Detail

getHotelRef

public HotelReferenceGroup getHotelRef()
Get the 'HotelReferenceGroup' attributeGroup value. This is used to indicate to which location this inventory block information applies.

Returns:
value

setHotelRef

public void setHotelRef(HotelReferenceGroup hotelRef)
Set the 'HotelReferenceGroup' attributeGroup value. This is used to indicate to which location this inventory block information applies.

Parameters:
hotelRef -

getInvBlockCode

public java.lang.String getInvBlockCode()
Get the 'InvBlockCode' attribute value. Identifies the inventory block; code assigned by the originator of the request message.

Returns:
value

setInvBlockCode

public void setInvBlockCode(java.lang.String invBlockCode)
Set the 'InvBlockCode' attribute value. Identifies the inventory block; code assigned by the originator of the request message.

Parameters:
invBlockCode -

getInvBlockGroupingCode

public java.lang.String getInvBlockGroupingCode()
Get the 'InvBlockGroupingCode' attribute value. Identifies the inventory block group; code assigned by the originator of the request message.

Returns:
value

setInvBlockGroupingCode

public void setInvBlockGroupingCode(java.lang.String invBlockGroupingCode)
Set the 'InvBlockGroupingCode' attribute value. Identifies the inventory block group; code assigned by the originator of the request message.

Parameters:
invBlockGroupingCode -

getInvSystemInvBlockCode

public java.lang.String getInvSystemInvBlockCode()
Get the 'InvSystemInvBlockCode' attribute value. The InvBlockCode assigned by the inventory system in response to an inventory block notification.

Returns:
value

setInvSystemInvBlockCode

public void setInvSystemInvBlockCode(java.lang.String invSystemInvBlockCode)
Set the 'InvSystemInvBlockCode' attribute value. The InvBlockCode assigned by the inventory system in response to an inventory block notification.

Parameters:
invSystemInvBlockCode -

getInvSystemInvBlockGroupingCode

public java.lang.String getInvSystemInvBlockGroupingCode()
Get the 'InvSystemInvBlockGroupingCode' attribute value. The InvBlockGroupingCode assigned by the inventory system in response to an inventory block notification.

Returns:
value

setInvSystemInvBlockGroupingCode

public void setInvSystemInvBlockGroupingCode(java.lang.String invSystemInvBlockGroupingCode)
Set the 'InvSystemInvBlockGroupingCode' attribute value. The InvBlockGroupingCode assigned by the inventory system in response to an inventory block notification.

Parameters:
invSystemInvBlockGroupingCode -