|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.ota.hotel.RFPResponse
public class RFPResponse
Provides detailed RFP information. Schema fragment(s) for this class:
<xs:complexType xmlns:ns="http://www.opentravel.org/OTA/2003/05" xmlns:xs="http://www.w3.org/2001/XMLSchema" name="RFP_ResponseType"> <xs:sequence> <xs:element name="RFP_ResponseSegments"> <xs:complexType> <xs:sequence> <xs:element name="RFP_ResponseSegment" maxOccurs="99"> <!-- Reference to inner class RFPResponseSegment --> </xs:element> </xs:sequence> </xs:complexType> </xs:element> <xs:element type="ns:UniqueID_Type" name="MessageID" minOccurs="0"/> </xs:sequence> </xs:complexType>
Nested Class Summary | |
---|---|
static class |
RFPResponse.RFPResponseSegment
This is the response data for a block of rooms and/or meeting space. |
Constructor Summary | |
---|---|
RFPResponse()
|
Method Summary | |
---|---|
void |
addRFPResponseSegment(RFPResponse.RFPResponseSegment item)
Add a 'RFP_ResponseSegment' element item. |
void |
clearRFPResponseSegments()
Remove all 'RFP_ResponseSegment' element items. |
UniqueID |
getMessageID()
Get the 'MessageID' element value. |
RFPResponse.RFPResponseSegment |
getRFPResponseSegment(int index)
Get 'RFP_ResponseSegment' element item by position. |
java.util.List<RFPResponse.RFPResponseSegment> |
getRFPResponseSegments()
Get the list of 'RFP_ResponseSegment' element items. |
void |
setMessageID(UniqueID messageID)
Set the 'MessageID' element value. |
void |
setRFPResponseSegments(java.util.List<RFPResponse.RFPResponseSegment> list)
Set the list of 'RFP_ResponseSegment' element items. |
int |
sizeRFPResponseSegments()
Get the number of 'RFP_ResponseSegment' element items. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public RFPResponse()
Method Detail |
---|
public java.util.List<RFPResponse.RFPResponseSegment> getRFPResponseSegments()
public void setRFPResponseSegments(java.util.List<RFPResponse.RFPResponseSegment> list)
list
- public int sizeRFPResponseSegments()
public void addRFPResponseSegment(RFPResponse.RFPResponseSegment item)
item
- public RFPResponse.RFPResponseSegment getRFPResponseSegment(int index)
index
-
public void clearRFPResponseSegments()
public UniqueID getMessageID()
public void setMessageID(UniqueID messageID)
messageID
-
|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |