|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||
java.lang.Objectorg.ota.hotel.RatePlanNotifRS.RatePlanCrossRefs.RatePlanCrossRef
public static class RatePlanNotifRS.RatePlanCrossRefs.RatePlanCrossRef
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 |
|---|
public RatePlanNotifRS.RatePlanCrossRefs.RatePlanCrossRef()
| Method Detail |
|---|
public java.lang.String getRequestRatePlanCode()
public void setRequestRatePlanCode(java.lang.String requestRatePlanCode)
requestRatePlanCode - public java.lang.String getRequestRatePlanGroupingCode()
public void setRequestRatePlanGroupingCode(java.lang.String requestRatePlanGroupingCode)
requestRatePlanGroupingCode - public java.lang.String getResponseRatePlanCode()
public void setResponseRatePlanCode(java.lang.String responseRatePlanCode)
responseRatePlanCode - public java.lang.String getResponseRatePlanGroupingCode()
public void setResponseRatePlanGroupingCode(java.lang.String responseRatePlanGroupingCode)
responseRatePlanGroupingCode -
|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||