org.ota.air
Class StayRestrictions

java.lang.Object
  extended by org.ota.air.StayRestrictions

public class StayRestrictions
extends java.lang.Object

Type defining Min and Max Stay Restrictions Schema fragment(s) for this class:

 <xs:complexType xmlns:ns="http://www.opentravel.org/OTA/2003/05" xmlns:xs="http://www.w3.org/2001/XMLSchema" name="StayRestrictionsType">
   <xs:sequence minOccurs="0">
     <!-- Reference to inner class Sequence -->
   </xs:sequence>
   <xs:attribute type="xs:boolean" use="optional" name="StayRestrictionsInd"/>
 </xs:complexType>
 


Nested Class Summary
static class StayRestrictions.Sequence
          Schema fragment(s) for this class:
 
Constructor Summary
StayRestrictions()
           
 
Method Summary
 StayRestrictions.Sequence getSequence()
          Get the sequence value.
 java.lang.Boolean getStayRestrictionsInd()
          Get the 'StayRestrictionsInd' attribute value.
 void setSequence(StayRestrictions.Sequence sequence)
          Set the sequence value.
 void setStayRestrictionsInd(java.lang.Boolean stayRestrictionsInd)
          Set the 'StayRestrictionsInd' attribute value.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StayRestrictions

public StayRestrictions()
Method Detail

getSequence

public StayRestrictions.Sequence getSequence()
Get the sequence value.

Returns:
value

setSequence

public void setSequence(StayRestrictions.Sequence sequence)
Set the sequence value.

Parameters:
sequence -

getStayRestrictionsInd

public java.lang.Boolean getStayRestrictionsInd()
Get the 'StayRestrictionsInd' attribute value. True indicates that Stay Restrictions exist.

Returns:
value

setStayRestrictionsInd

public void setStayRestrictionsInd(java.lang.Boolean stayRestrictionsInd)
Set the 'StayRestrictionsInd' attribute value. True indicates that Stay Restrictions exist.

Parameters:
stayRestrictionsInd -