org.ota.hotel
Class HotelDescriptiveContent.AreaInfo.Attractions.Attraction.Contact

java.lang.Object
  extended by org.ota.hotel.ContactInfo
      extended by org.ota.hotel.HotelDescriptiveContent.AreaInfo.Attractions.Attraction.Contact
Enclosing class:
HotelDescriptiveContent.AreaInfo.Attractions.Attraction

public static class HotelDescriptiveContent.AreaInfo.Attractions.Attraction.Contact
extends ContactInfo

Used to pass contact information of a specific attraction. 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="Contact" minOccurs="0">
   <xs:complexType>
     <xs:complexContent>
       <xs:extension base="ns:ContactInfoType">
         <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.hotel.ContactInfo
ContactInfo.Addresses, ContactInfo.CompanyName, ContactInfo.Emails, ContactInfo.Names, ContactInfo.Phones
 
Constructor Summary
HotelDescriptiveContent.AreaInfo.Attractions.Attraction.Contact()
           
 
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.hotel.ContactInfo
getAddresses, getCompanyName, getEmails, getLocation, getNames, getPhones, getURLs, setAddresses, setCompanyName, setEmails, setLocation, setNames, setPhones, setURLs
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HotelDescriptiveContent.AreaInfo.Attractions.Attraction.Contact

public HotelDescriptiveContent.AreaInfo.Attractions.Attraction.Contact()
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 -