|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||
java.lang.Objectorg.ota.hotel.RFPTransientRQ.RequestedInfos.RequestedInfo.SpecificRequests
public static class RFPTransientRQ.RequestedInfos.RequestedInfo.SpecificRequests
A collection of specific information being requested. 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="SpecificRequests" minOccurs="0">
<xs:complexType>
<xs:sequence>
<xs:element name="SpecificRequest" maxOccurs="unbounded">
<!-- Reference to inner class SpecificRequest -->
</xs:element>
</xs:sequence>
</xs:complexType>
</xs:element>
| Nested Class Summary | |
|---|---|
static class |
RFPTransientRQ.RequestedInfos.RequestedInfo.SpecificRequests.SpecificRequest
Used to request specific information within the response. |
| Constructor Summary | |
|---|---|
RFPTransientRQ.RequestedInfos.RequestedInfo.SpecificRequests()
|
|
| Method Summary | |
|---|---|
void |
addSpecificRequest(RFPTransientRQ.RequestedInfos.RequestedInfo.SpecificRequests.SpecificRequest item)
Add a 'SpecificRequest' element item. |
void |
clearSpecificRequests()
Remove all 'SpecificRequest' element items. |
RFPTransientRQ.RequestedInfos.RequestedInfo.SpecificRequests.SpecificRequest |
getSpecificRequest(int index)
Get 'SpecificRequest' element item by position. |
java.util.List<RFPTransientRQ.RequestedInfos.RequestedInfo.SpecificRequests.SpecificRequest> |
getSpecificRequests()
Get the list of 'SpecificRequest' element items. |
void |
setSpecificRequests(java.util.List<RFPTransientRQ.RequestedInfos.RequestedInfo.SpecificRequests.SpecificRequest> list)
Set the list of 'SpecificRequest' element items. |
int |
sizeSpecificRequests()
Get the number of 'SpecificRequest' element items. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public RFPTransientRQ.RequestedInfos.RequestedInfo.SpecificRequests()
| Method Detail |
|---|
public java.util.List<RFPTransientRQ.RequestedInfos.RequestedInfo.SpecificRequests.SpecificRequest> getSpecificRequests()
public void setSpecificRequests(java.util.List<RFPTransientRQ.RequestedInfos.RequestedInfo.SpecificRequests.SpecificRequest> list)
list - public int sizeSpecificRequests()
public void addSpecificRequest(RFPTransientRQ.RequestedInfos.RequestedInfo.SpecificRequests.SpecificRequest item)
item - public RFPTransientRQ.RequestedInfos.RequestedInfo.SpecificRequests.SpecificRequest getSpecificRequest(int index)
index -
public void clearSpecificRequests()
|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||