org.ota.hotel
Class HotelDescriptiveContent.AffiliationInfo.Brands.Brand

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

public static class HotelDescriptiveContent.AffiliationInfo.Brands.Brand
extends java.lang.Object

The Brand class defines the brand affiliations of this hotel. 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="Brand" maxOccurs="unbounded">
   <xs:complexType>
     <xs:attribute type="xs:string" use="optional" name="URL"/>
     <xs:attribute type="xs:string" use="optional" name="CategoryCode"/>
     <xs:attributeGroup ref="ns:CodeInfoGroup"/>
     <xs:attribute type="xs:string" use="optional" name="Marketing"/>
   </xs:complexType>
 </xs:element>
 


Constructor Summary
HotelDescriptiveContent.AffiliationInfo.Brands.Brand()
           
 
Method Summary
 java.lang.String getCategoryCode()
          Get the 'CategoryCode' attribute value.
 CodeInfoGroup getCodeInfoGroup()
          Get the 'CodeInfoGroup' attributeGroup value.
 java.lang.String getMarketing()
          Get the 'Marketing' attribute value.
 java.lang.String getURL()
          Get the 'URL' attribute value.
 void setCategoryCode(java.lang.String categoryCode)
          Set the 'CategoryCode' attribute value.
 void setCodeInfoGroup(CodeInfoGroup codeInfoGroup)
          Set the 'CodeInfoGroup' attributeGroup value.
 void setMarketing(java.lang.String marketing)
          Set the 'Marketing' attribute value.
 void setURL(java.lang.String URL)
          Set the 'URL' attribute value.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HotelDescriptiveContent.AffiliationInfo.Brands.Brand

public HotelDescriptiveContent.AffiliationInfo.Brands.Brand()
Method Detail

getURL

public java.lang.String getURL()
Get the 'URL' attribute value. The universal resource locator (URL) for the marketing brand as found on the Internet.

Returns:
value

setURL

public void setURL(java.lang.String URL)
Set the 'URL' attribute value. The universal resource locator (URL) for the marketing brand as found on the Internet.

Parameters:
URL -

getCategoryCode

public java.lang.String getCategoryCode()
Get the 'CategoryCode' attribute value. The code for the type of brand affiliated with the hotel facility. Refer to OpenTravel Code List Brand Category Code (BCC).

Returns:
value

setCategoryCode

public void setCategoryCode(java.lang.String categoryCode)
Set the 'CategoryCode' attribute value. The code for the type of brand affiliated with the hotel facility. Refer to OpenTravel Code List Brand Category Code (BCC).

Parameters:
categoryCode -

getCodeInfoGroup

public CodeInfoGroup getCodeInfoGroup()
Get the 'CodeInfoGroup' attributeGroup value. May be used to give further detail on the code or to remove an obsolete item.

Returns:
value

setCodeInfoGroup

public void setCodeInfoGroup(CodeInfoGroup codeInfoGroup)
Set the 'CodeInfoGroup' attributeGroup value. May be used to give further detail on the code or to remove an obsolete item.

Parameters:
codeInfoGroup -

getMarketing

public java.lang.String getMarketing()
Get the 'Marketing' attribute value. Name of brand, marketing chain, representation company or other affiliation(s).

Returns:
value

setMarketing

public void setMarketing(java.lang.String marketing)
Set the 'Marketing' attribute value. Name of brand, marketing chain, representation company or other affiliation(s).

Parameters:
marketing -