org.ota.hotel
Class RFPMeetingNotifRS.MessageID.RFPIDs.RFPID.SiteIDs

java.lang.Object
  extended by org.ota.hotel.RFPMeetingNotifRS.MessageID.RFPIDs.RFPID.SiteIDs
Enclosing class:
RFPMeetingNotifRS.MessageID.RFPIDs.RFPID

public static class RFPMeetingNotifRS.MessageID.RFPIDs.RFPID.SiteIDs
extends java.lang.Object

A collection of SiteID. 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="SiteIDs" minOccurs="0">
   <xs:complexType>
     <xs:sequence>
       <xs:element type="ns:UniqueID_Type" name="SiteID" maxOccurs="unbounded"/>
     </xs:sequence>
   </xs:complexType>
 </xs:element>
 


Constructor Summary
RFPMeetingNotifRS.MessageID.RFPIDs.RFPID.SiteIDs()
           
 
Method Summary
 void addSiteID(UniqueID item)
          Add a 'SiteID' element item.
 void clearSiteIDs()
          Remove all 'SiteID' element items.
 UniqueID getSiteID(int index)
          Get 'SiteID' element item by position.
 java.util.List<UniqueID> getSiteIDs()
          Get the list of 'SiteID' element items.
 void setSiteIDs(java.util.List<UniqueID> list)
          Set the list of 'SiteID' element items.
 int sizeSiteIDs()
          Get the number of 'SiteID' element items.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RFPMeetingNotifRS.MessageID.RFPIDs.RFPID.SiteIDs

public RFPMeetingNotifRS.MessageID.RFPIDs.RFPID.SiteIDs()
Method Detail

getSiteIDs

public java.util.List<UniqueID> getSiteIDs()
Get the list of 'SiteID' element items. Corresponds to the SiteID used in OTA_HotelRFP_RQ.xsd and OTA_HotelRFP_NotifRQ.xsd. This is used to identify a particular Site in the RFP.

Returns:
list

setSiteIDs

public void setSiteIDs(java.util.List<UniqueID> list)
Set the list of 'SiteID' element items. Corresponds to the SiteID used in OTA_HotelRFP_RQ.xsd and OTA_HotelRFP_NotifRQ.xsd. This is used to identify a particular Site in the RFP.

Parameters:
list -

sizeSiteIDs

public int sizeSiteIDs()
Get the number of 'SiteID' element items.

Returns:
count

addSiteID

public void addSiteID(UniqueID item)
Add a 'SiteID' element item.

Parameters:
item -

getSiteID

public UniqueID getSiteID(int index)
Get 'SiteID' element item by position.

Parameters:
index -
Returns:
item

clearSiteIDs

public void clearSiteIDs()
Remove all 'SiteID' element items.