org.ota.hotel
Class HotelDescriptiveContent.AffiliationInfo.LoyalPrograms.LoyalProgram.ProgramRestriction

java.lang.Object
  extended by org.ota.shared.Paragraph
      extended by org.ota.hotel.HotelDescriptiveContent.AffiliationInfo.LoyalPrograms.LoyalProgram.ProgramRestriction
Enclosing class:
HotelDescriptiveContent.AffiliationInfo.LoyalPrograms.LoyalProgram

public static class HotelDescriptiveContent.AffiliationInfo.LoyalPrograms.LoyalProgram.ProgramRestriction
extends Paragraph

Provides information regarding restrictions that apply to the loyal program. 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="ProgramRestriction" minOccurs="0">
   <xs:complexType>
     <xs:complexContent>
       <xs:extension base="ns:ParagraphType">
         <xs:attributeGroup ref="ns:RemovalGroup"/>
       </xs:extension>
     </xs:complexContent>
   </xs:complexType>
 </xs:element>
 
 <xs:attributeGroup xmlns:ns="http://www.opentravel.org/OTA/2003/05" xmlns:xs="http://www.w3.org/2001/XMLSchema" name="RemovalGroup">
   <xs:attribute type="xs:boolean" use="optional" name="Removal"/>
 </xs:attributeGroup>
 


Nested Class Summary
 
Nested classes/interfaces inherited from class org.ota.shared.Paragraph
Paragraph.Choice
 
Constructor Summary
HotelDescriptiveContent.AffiliationInfo.LoyalPrograms.LoyalProgram.ProgramRestriction()
           
 
Method Summary
 java.lang.Boolean getRemoval()
          Get the 'Removal' attribute value.
 void setRemoval(java.lang.Boolean removal)
          Set the 'Removal' attribute value.
 
Methods inherited from class org.ota.shared.Paragraph
addChoice, clearChoices, getChoice, getChoices, getDateTimeStampGroup, getLanguage, getName, getParagraphNumber, setChoices, setDateTimeStampGroup, setLanguage, setName, setParagraphNumber, sizeChoices
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HotelDescriptiveContent.AffiliationInfo.LoyalPrograms.LoyalProgram.ProgramRestriction

public HotelDescriptiveContent.AffiliationInfo.LoyalPrograms.LoyalProgram.ProgramRestriction()
Method Detail

getRemoval

public java.lang.Boolean getRemoval()
Get the 'Removal' attribute value. If true, this item is obsolete and should be removed from the receiving system. false

Returns:
value

setRemoval

public void setRemoval(java.lang.Boolean removal)
Set the 'Removal' attribute value. If true, this item is obsolete and should be removed from the receiving system. false

Parameters:
removal -