org.ota.hotel
Class RatePlanNotifRS.RatePlanCrossRefs.RatePlanCrossRef

java.lang.Object
  extended by org.ota.hotel.RatePlanNotifRS.RatePlanCrossRefs.RatePlanCrossRef
Enclosing class:
RatePlanNotifRS.RatePlanCrossRefs

public static class RatePlanNotifRS.RatePlanCrossRefs.RatePlanCrossRef
extends java.lang.Object

Cross Reference between sending system and responding system Rate Plan 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="RatePlanCrossRef" maxOccurs="unbounded">
   <xs:complexType>
     <xs:attribute type="xs:string" use="optional" name="RequestRatePlanCode"/>
     <xs:attribute type="xs:string" use="optional" name="RequestRatePlanGroupingCode"/>
     <xs:attribute type="xs:string" use="optional" name="ResponseRatePlanCode"/>
     <xs:attribute type="xs:string" use="optional" name="ResponseRatePlanGroupingCode"/>
   </xs:complexType>
 </xs:element>
 


Constructor Summary
RatePlanNotifRS.RatePlanCrossRefs.RatePlanCrossRef()
           
 
Method Summary
 java.lang.String getRequestRatePlanCode()
          Get the 'RequestRatePlanCode' attribute value.
 java.lang.String getRequestRatePlanGroupingCode()
          Get the 'RequestRatePlanGroupingCode' attribute value.
 java.lang.String getResponseRatePlanCode()
          Get the 'ResponseRatePlanCode' attribute value.
 java.lang.String getResponseRatePlanGroupingCode()
          Get the 'ResponseRatePlanGroupingCode' attribute value.
 void setRequestRatePlanCode(java.lang.String requestRatePlanCode)
          Set the 'RequestRatePlanCode' attribute value.
 void setRequestRatePlanGroupingCode(java.lang.String requestRatePlanGroupingCode)
          Set the 'RequestRatePlanGroupingCode' attribute value.
 void setResponseRatePlanCode(java.lang.String responseRatePlanCode)
          Set the 'ResponseRatePlanCode' attribute value.
 void setResponseRatePlanGroupingCode(java.lang.String responseRatePlanGroupingCode)
          Set the 'ResponseRatePlanGroupingCode' attribute value.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RatePlanNotifRS.RatePlanCrossRefs.RatePlanCrossRef

public RatePlanNotifRS.RatePlanCrossRefs.RatePlanCrossRef()
Method Detail

getRequestRatePlanCode

public java.lang.String getRequestRatePlanCode()
Get the 'RequestRatePlanCode' attribute value. Identification of the sending system's rate plan code.

Returns:
value

setRequestRatePlanCode

public void setRequestRatePlanCode(java.lang.String requestRatePlanCode)
Set the 'RequestRatePlanCode' attribute value. Identification of the sending system's rate plan code.

Parameters:
requestRatePlanCode -

getRequestRatePlanGroupingCode

public java.lang.String getRequestRatePlanGroupingCode()
Get the 'RequestRatePlanGroupingCode' attribute value. Identification of the sending system's rate plan grouping code.

Returns:
value

setRequestRatePlanGroupingCode

public void setRequestRatePlanGroupingCode(java.lang.String requestRatePlanGroupingCode)
Set the 'RequestRatePlanGroupingCode' attribute value. Identification of the sending system's rate plan grouping code.

Parameters:
requestRatePlanGroupingCode -

getResponseRatePlanCode

public java.lang.String getResponseRatePlanCode()
Get the 'ResponseRatePlanCode' attribute value. Indentification of responing system's rate plan code.

Returns:
value

setResponseRatePlanCode

public void setResponseRatePlanCode(java.lang.String responseRatePlanCode)
Set the 'ResponseRatePlanCode' attribute value. Indentification of responing system's rate plan code.

Parameters:
responseRatePlanCode -

getResponseRatePlanGroupingCode

public java.lang.String getResponseRatePlanGroupingCode()
Get the 'ResponseRatePlanGroupingCode' attribute value. Identification of the responing system's rate plan grouping code.

Returns:
value

setResponseRatePlanGroupingCode

public void setResponseRatePlanGroupingCode(java.lang.String responseRatePlanGroupingCode)
Set the 'ResponseRatePlanGroupingCode' attribute value. Identification of the responing system's rate plan grouping code.

Parameters:
responseRatePlanGroupingCode -