org.ota.tour
Class SearchRQ.CategoryPref.CategoryItem

java.lang.Object
  extended by org.ota.tour.SearchRQ.CategoryPref.CategoryItem
Enclosing class:
SearchRQ.CategoryPref

public static class SearchRQ.CategoryPref.CategoryItem
extends java.lang.Object

Identifies an individual characteristic of a tour. 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="CategoryItem" maxOccurs="99">
   <xs:complexType>
     <xs:attribute type="xs:string" use="optional" name="Name"/>
     <xs:attributeGroup ref="ns:PreferLevelGroup"/>
   </xs:complexType>
 </xs:element>
 
 <xs:attributeGroup xmlns:ns="http://www.opentravel.org/OTA/2003/05" xmlns:xs="http://www.w3.org/2001/XMLSchema" name="PreferLevelGroup">
   <xs:attribute type="ns:PreferLevelType" use="optional" name="PreferLevel"/>
 </xs:attributeGroup>
 


Constructor Summary
SearchRQ.CategoryPref.CategoryItem()
           
 
Method Summary
 java.lang.String getName()
          Get the 'Name' attribute value.
 PreferLevel getPreferLevel()
          Get the 'PreferLevel' attribute value.
 void setName(java.lang.String name)
          Set the 'Name' attribute value.
 void setPreferLevel(PreferLevel preferLevel)
          Set the 'PreferLevel' attribute value.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SearchRQ.CategoryPref.CategoryItem

public SearchRQ.CategoryPref.CategoryItem()
Method Detail

getName

public java.lang.String getName()
Get the 'Name' attribute value. Provides the name of the category item.

Returns:
value

setName

public void setName(java.lang.String name)
Set the 'Name' attribute value. Provides the name of the category item.

Parameters:
name -

getPreferLevel

public PreferLevel getPreferLevel()
Get the 'PreferLevel' attribute value. Used to indicate a level of preference for an associated item. Preferred

Returns:
value

setPreferLevel

public void setPreferLevel(PreferLevel preferLevel)
Set the 'PreferLevel' attribute value. Used to indicate a level of preference for an associated item. Preferred

Parameters:
preferLevel -