|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||
java.lang.Objectorg.ota.hotel.InvNotifRS.InventoryCrossRefs.InventoryCrossRef
public static class InvNotifRS.InventoryCrossRefs.InventoryCrossRef
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 |
|---|
public InvNotifRS.InventoryCrossRefs.InventoryCrossRef()
| Method Detail |
|---|
public java.lang.String getRequestInvCode()
public void setRequestInvCode(java.lang.String requestInvCode)
requestInvCode - public java.lang.String getRequestInvGroupingCode()
public void setRequestInvGroupingCode(java.lang.String requestInvGroupingCode)
requestInvGroupingCode - public java.lang.String getResponseInvCode()
public void setResponseInvCode(java.lang.String responseInvCode)
responseInvCode - public java.lang.String getResponseInvGroupingCode()
public void setResponseInvGroupingCode(java.lang.String responseInvGroupingCode)
responseInvGroupingCode -
|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||