org.ota.hotel
Class HotelDescriptiveContent.HotelInfo.OwnershipManagementInfos.OwnershipManagementInfo

java.lang.Object
  extended by org.ota.hotel.ContactInfo
      extended by org.ota.hotel.HotelDescriptiveContent.HotelInfo.OwnershipManagementInfos.OwnershipManagementInfo
Enclosing class:
HotelDescriptiveContent.HotelInfo.OwnershipManagementInfos

public static class HotelDescriptiveContent.HotelInfo.OwnershipManagementInfos.OwnershipManagementInfo
extends ContactInfo

Provides details of the ownership or management. 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="OwnershipManagementInfo" maxOccurs="99">
   <xs:complexType>
     <xs:complexContent>
       <xs:extension base="ns:ContactInfoType">
         <xs:attribute type="xs:string" use="optional" name="RelationshipTypeCode"/>
       </xs:extension>
     </xs:complexContent>
   </xs:complexType>
 </xs:element>
 


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.HotelInfo.OwnershipManagementInfos.OwnershipManagementInfo()
           
 
Method Summary
 java.lang.String getRelationshipTypeCode()
          Get the 'RelationshipTypeCode' attribute value.
 void setRelationshipTypeCode(java.lang.String relationshipTypeCode)
          Set the 'RelationshipTypeCode' 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.HotelInfo.OwnershipManagementInfos.OwnershipManagementInfo

public HotelDescriptiveContent.HotelInfo.OwnershipManagementInfos.OwnershipManagementInfo()
Method Detail

getRelationshipTypeCode

public java.lang.String getRelationshipTypeCode()
Get the 'RelationshipTypeCode' attribute value. Indicates the relationship of the contact or company, contained in the Contact element, to the property. Refer to OpenTravel Code List Relationship (REL).

Returns:
value

setRelationshipTypeCode

public void setRelationshipTypeCode(java.lang.String relationshipTypeCode)
Set the 'RelationshipTypeCode' attribute value. Indicates the relationship of the contact or company, contained in the Contact element, to the property. Refer to OpenTravel Code List Relationship (REL).

Parameters:
relationshipTypeCode -