org.ota.hotel
Class DisplayGroup

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

public class DisplayGroup
extends java.lang.Object

Provides information on whether an item may be displayed and in what order. 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="DisplayGroup">
   <xs:attribute type="xs:boolean" use="optional" name="RestrictedDisplayIndicator"/>
   <xs:attribute type="xs:int" use="optional" name="Sort"/>
 </xs:attributeGroup>
 


Constructor Summary
DisplayGroup()
           
 
Method Summary
 java.lang.Boolean getRestrictedDisplayIndicator()
          Get the 'RestrictedDisplayIndicator' attribute value.
 java.lang.Integer getSort()
          Get the 'Sort' attribute value.
 void setRestrictedDisplayIndicator(java.lang.Boolean restrictedDisplayIndicator)
          Set the 'RestrictedDisplayIndicator' attribute value.
 void setSort(java.lang.Integer sort)
          Set the 'Sort' attribute value.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DisplayGroup

public DisplayGroup()
Method Detail

getRestrictedDisplayIndicator

public java.lang.Boolean getRestrictedDisplayIndicator()
Get the 'RestrictedDisplayIndicator' attribute value. When true, used to indicate the rate should not be displayed. When false, indicates the rate may be displayed.

Returns:
value

setRestrictedDisplayIndicator

public void setRestrictedDisplayIndicator(java.lang.Boolean restrictedDisplayIndicator)
Set the 'RestrictedDisplayIndicator' attribute value. When true, used to indicate the rate should not be displayed. When false, indicates the rate may be displayed.

Parameters:
restrictedDisplayIndicator -

getSort

public java.lang.Integer getSort()
Get the 'Sort' attribute value. Used to define the display order.

Returns:
value

setSort

public void setSort(java.lang.Integer sort)
Set the 'Sort' attribute value. Used to define the display order.

Parameters:
sort -