org.ota.hotel
Class RatePlanCodeTypeGroup

java.lang.Object
  extended by org.ota.hotel.RatePlanCodeTypeGroup

public class RatePlanCodeTypeGroup
extends java.lang.Object

Values: Does Not Apply, Rate Plan Code, Rate Plan Grouping Code. Schema fragment(s) for this class:

 <xs:attributeGroup xmlns:ns="http://www.opentravel.org/OTA/2003/05" xmlns:xs="http://www.w3.org/2001/XMLSchema" name="RatePlanCodeTypeGroup">
   <xs:attribute name="RatePlanCodeType">
     <xs:simpleType>
       <!-- Reference to inner class RatePlanCode -->
     </xs:simpleType>
   </xs:attribute>
 </xs:attributeGroup>
 


Nested Class Summary
static class RatePlanCodeTypeGroup.RatePlanCode
          Schema fragment(s) for this class:
 
Constructor Summary
RatePlanCodeTypeGroup()
           
 
Method Summary
 RatePlanCodeTypeGroup.RatePlanCode getRatePlanCode()
          Get the 'RatePlanCodeType' attribute value.
 void setRatePlanCode(RatePlanCodeTypeGroup.RatePlanCode ratePlanCode)
          Set the 'RatePlanCodeType' attribute value.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RatePlanCodeTypeGroup

public RatePlanCodeTypeGroup()
Method Detail

getRatePlanCode

public RatePlanCodeTypeGroup.RatePlanCode getRatePlanCode()
Get the 'RatePlanCodeType' attribute value. An enumerated list that defines whether the RatePlanCodeType does not apply, applies to a rate plan code or applies to a rate plan grouping code.

Returns:
value

setRatePlanCode

public void setRatePlanCode(RatePlanCodeTypeGroup.RatePlanCode ratePlanCode)
Set the 'RatePlanCodeType' attribute value. An enumerated list that defines whether the RatePlanCodeType does not apply, applies to a rate plan code or applies to a rate plan grouping code.

Parameters:
ratePlanCode -