|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||
java.lang.Objectorg.ota.hotel.InvBlockCodeRef
public class InvBlockCodeRef
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 |
|---|
public InvBlockCodeRef()
| Method Detail |
|---|
public HotelReferenceGroup getHotelRef()
public void setHotelRef(HotelReferenceGroup hotelRef)
hotelRef - public java.lang.String getInvBlockCode()
public void setInvBlockCode(java.lang.String invBlockCode)
invBlockCode - public java.lang.String getInvBlockGroupingCode()
public void setInvBlockGroupingCode(java.lang.String invBlockGroupingCode)
invBlockGroupingCode - public java.lang.String getInvSystemInvBlockCode()
public void setInvSystemInvBlockCode(java.lang.String invSystemInvBlockCode)
invSystemInvBlockCode - public java.lang.String getInvSystemInvBlockGroupingCode()
public void setInvSystemInvBlockGroupingCode(java.lang.String invSystemInvBlockGroupingCode)
invSystemInvBlockGroupingCode -
|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||