org.ota.hotel
Class HotelDescriptiveContent.AffiliationInfo.DistribSystems

java.lang.Object
  extended by org.ota.hotel.HotelDescriptiveContent.AffiliationInfo.DistribSystems
Enclosing class:
HotelDescriptiveContent.AffiliationInfo

public static class HotelDescriptiveContent.AffiliationInfo.DistribSystems
extends java.lang.Object

A collection of DistribSystem elements. 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="DistribSystems" minOccurs="0">
   <xs:complexType>
     <xs:sequence>
       <xs:element name="DistribSystem">
         <xs:complexType>
           <xs:sequence>
             <xs:element type="ns:CompanyNameType" name="CompanyName" minOccurs="0"/>
           </xs:sequence>
           <xs:attributeGroup ref="ns:RemovalGroup"/>
           <xs:attributeGroup ref="ns:HotelReferenceGroup"/>
         </xs:complexType>
       </xs:element>
     </xs:sequence>
   </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>
 


Constructor Summary
HotelDescriptiveContent.AffiliationInfo.DistribSystems()
           
 
Method Summary
 CompanyName getDistribSystemCompanyName()
          Get the 'CompanyName' element value.
 HotelReferenceGroup getDistribSystemHotelReferenceGroup()
          Get the 'HotelReferenceGroup' attributeGroup value.
 java.lang.Boolean getDistribSystemRemoval()
          Get the 'Removal' attribute value.
 void setDistribSystemCompanyName(CompanyName distribSystemCompanyName)
          Set the 'CompanyName' element value.
 void setDistribSystemHotelReferenceGroup(HotelReferenceGroup distribSystemHotelReferenceGroup)
          Set the 'HotelReferenceGroup' attributeGroup value.
 void setDistribSystemRemoval(java.lang.Boolean distribSystemRemoval)
          Set the 'Removal' attribute value.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HotelDescriptiveContent.AffiliationInfo.DistribSystems

public HotelDescriptiveContent.AffiliationInfo.DistribSystems()
Method Detail

getDistribSystemCompanyName

public CompanyName getDistribSystemCompanyName()
Get the 'CompanyName' element value.

Returns:
value

setDistribSystemCompanyName

public void setDistribSystemCompanyName(CompanyName distribSystemCompanyName)
Set the 'CompanyName' element value.

Parameters:
distribSystemCompanyName -

getDistribSystemRemoval

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

Returns:
value

setDistribSystemRemoval

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

Parameters:
distribSystemRemoval -

getDistribSystemHotelReferenceGroup

public HotelReferenceGroup getDistribSystemHotelReferenceGroup()
Get the 'HotelReferenceGroup' attributeGroup value.

Returns:
value

setDistribSystemHotelReferenceGroup

public void setDistribSystemHotelReferenceGroup(HotelReferenceGroup distribSystemHotelReferenceGroup)
Set the 'HotelReferenceGroup' attributeGroup value.

Parameters:
distribSystemHotelReferenceGroup -