org.ota.hotel
Class HotelDescriptiveContent.HotelInfo.OwnershipManagementInfos.OwnershipManagementInfo
java.lang.Object
org.ota.hotel.ContactInfo
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>
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 |
HotelDescriptiveContent.HotelInfo.OwnershipManagementInfos.OwnershipManagementInfo
public HotelDescriptiveContent.HotelInfo.OwnershipManagementInfos.OwnershipManagementInfo()
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
-