org.ota.hotel
Class RFPMeetingRQ.RFPRequestSegment.Preferences.Preference.Properties

java.lang.Object
  extended by org.ota.hotel.RFPMeetingRQ.RFPRequestSegment.Preferences.Preference.Properties
Enclosing class:
RFPMeetingRQ.RFPRequestSegment.Preferences.Preference

public static class RFPMeetingRQ.RFPRequestSegment.Preferences.Preference.Properties
extends java.lang.Object

A collection of preferred properties. 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="Properties" minOccurs="0">
   <xs:complexType>
     <xs:sequence>
       <xs:element name="Property" maxOccurs="99">
         <!-- Reference to inner class Property -->
       </xs:element>
     </xs:sequence>
   </xs:complexType>
 </xs:element>
 


Nested Class Summary
static class RFPMeetingRQ.RFPRequestSegment.Preferences.Preference.Properties.Property
          Used to define the preferred type of property for the event.
 
Constructor Summary
RFPMeetingRQ.RFPRequestSegment.Preferences.Preference.Properties()
           
 
Method Summary
 void addProperty(RFPMeetingRQ.RFPRequestSegment.Preferences.Preference.Properties.Property item)
          Add a 'Property' element item.
 void clearProperties()
          Remove all 'Property' element items.
 java.util.List<RFPMeetingRQ.RFPRequestSegment.Preferences.Preference.Properties.Property> getProperties()
          Get the list of 'Property' element items.
 RFPMeetingRQ.RFPRequestSegment.Preferences.Preference.Properties.Property getProperty(int index)
          Get 'Property' element item by position.
 void setProperties(java.util.List<RFPMeetingRQ.RFPRequestSegment.Preferences.Preference.Properties.Property> list)
          Set the list of 'Property' element items.
 int sizeProperties()
          Get the number of 'Property' element items.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RFPMeetingRQ.RFPRequestSegment.Preferences.Preference.Properties

public RFPMeetingRQ.RFPRequestSegment.Preferences.Preference.Properties()
Method Detail

getProperties

public java.util.List<RFPMeetingRQ.RFPRequestSegment.Preferences.Preference.Properties.Property> getProperties()
Get the list of 'Property' element items.

Returns:
list

setProperties

public void setProperties(java.util.List<RFPMeetingRQ.RFPRequestSegment.Preferences.Preference.Properties.Property> list)
Set the list of 'Property' element items.

Parameters:
list -

sizeProperties

public int sizeProperties()
Get the number of 'Property' element items.

Returns:
count

addProperty

public void addProperty(RFPMeetingRQ.RFPRequestSegment.Preferences.Preference.Properties.Property item)
Add a 'Property' element item.

Parameters:
item -

getProperty

public RFPMeetingRQ.RFPRequestSegment.Preferences.Preference.Properties.Property getProperty(int index)
Get 'Property' element item by position.

Parameters:
index -
Returns:
item

clearProperties

public void clearProperties()
Remove all 'Property' element items.