|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.ota.hotel.HotelDescriptiveContent.AffiliationInfo.Brands.Brand
public static class HotelDescriptiveContent.AffiliationInfo.Brands.Brand
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 |
---|
public HotelDescriptiveContent.AffiliationInfo.Brands.Brand()
Method Detail |
---|
public java.lang.String getURL()
public void setURL(java.lang.String URL)
URL
- public java.lang.String getCategoryCode()
public void setCategoryCode(java.lang.String categoryCode)
categoryCode
- public CodeInfoGroup getCodeInfoGroup()
public void setCodeInfoGroup(CodeInfoGroup codeInfoGroup)
codeInfoGroup
- public java.lang.String getMarketing()
public void setMarketing(java.lang.String marketing)
marketing
-
|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |