|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.ota.hotel.RFPMeetingNotifRS.MessageID.RFPIDs
public static class RFPMeetingNotifRS.MessageID.RFPIDs
A collection of RFP_ID. 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="RFP_IDs" minOccurs="0"> <xs:complexType> <xs:sequence> <xs:element name="RFP_ID" maxOccurs="99"> <!-- Reference to inner class RFPID --> </xs:element> </xs:sequence> </xs:complexType> </xs:element>
Nested Class Summary | |
---|---|
static class |
RFPMeetingNotifRS.MessageID.RFPIDs.RFPID
Corresponds to the RFP_ID used in OTA_HotelRFP_RQ.xsd and OTA_HotelRFP_NotifRQ.xsd. |
Constructor Summary | |
---|---|
RFPMeetingNotifRS.MessageID.RFPIDs()
|
Method Summary | |
---|---|
void |
addRFPID(RFPMeetingNotifRS.MessageID.RFPIDs.RFPID item)
Add a 'RFP_ID' element item. |
void |
clearRFPIDs()
Remove all 'RFP_ID' element items. |
RFPMeetingNotifRS.MessageID.RFPIDs.RFPID |
getRFPID(int index)
Get 'RFP_ID' element item by position. |
java.util.List<RFPMeetingNotifRS.MessageID.RFPIDs.RFPID> |
getRFPIDs()
Get the list of 'RFP_ID' element items. |
void |
setRFPIDs(java.util.List<RFPMeetingNotifRS.MessageID.RFPIDs.RFPID> list)
Set the list of 'RFP_ID' element items. |
int |
sizeRFPIDs()
Get the number of 'RFP_ID' element items. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public RFPMeetingNotifRS.MessageID.RFPIDs()
Method Detail |
---|
public java.util.List<RFPMeetingNotifRS.MessageID.RFPIDs.RFPID> getRFPIDs()
public void setRFPIDs(java.util.List<RFPMeetingNotifRS.MessageID.RFPIDs.RFPID> list)
list
- public int sizeRFPIDs()
public void addRFPID(RFPMeetingNotifRS.MessageID.RFPIDs.RFPID item)
item
- public RFPMeetingNotifRS.MessageID.RFPIDs.RFPID getRFPID(int index)
index
-
public void clearRFPIDs()
|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |