|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||
java.lang.Objectorg.ota.hotel.RFPTransientDetails.RFPTransientResponses
public static class RFPTransientDetails.RFPTransientResponses
A collection of RFP Transient Responses Schema fragment(s) for this class:
<xs:element xmlns="http://www.opentravel.org/OTA/2003/05" xmlns:xs="http://www.w3.org/2001/XMLSchema" name="RFP_TransientResponses" minOccurs="0">
<xs:complexType>
<xs:sequence>
<xs:element type="RFP_TransientResponseType" name="RFP_TransientResponse" maxOccurs="unbounded">
<!-- Reference to inner class RFPTransientResponse -->
</xs:element>
</xs:sequence>
</xs:complexType>
</xs:element>
| Nested Class Summary | |
|---|---|
static class |
RFPTransientDetails.RFPTransientResponses.RFPTransientResponse
This is the Response data. |
| Constructor Summary | |
|---|---|
RFPTransientDetails.RFPTransientResponses()
|
|
| Method Summary | |
|---|---|
void |
addRFPTransientResponse(RFPTransientDetails.RFPTransientResponses.RFPTransientResponse item)
Add a 'RFP_TransientResponse' element item. |
void |
clearRFPTransientResponses()
Remove all 'RFP_TransientResponse' element items. |
RFPTransientDetails.RFPTransientResponses.RFPTransientResponse |
getRFPTransientResponse(int index)
Get 'RFP_TransientResponse' element item by position. |
java.util.List<RFPTransientDetails.RFPTransientResponses.RFPTransientResponse> |
getRFPTransientResponses()
Get the list of 'RFP_TransientResponse' element items. |
void |
setRFPTransientResponses(java.util.List<RFPTransientDetails.RFPTransientResponses.RFPTransientResponse> list)
Set the list of 'RFP_TransientResponse' element items. |
int |
sizeRFPTransientResponses()
Get the number of 'RFP_TransientResponse' element items. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public RFPTransientDetails.RFPTransientResponses()
| Method Detail |
|---|
public java.util.List<RFPTransientDetails.RFPTransientResponses.RFPTransientResponse> getRFPTransientResponses()
public void setRFPTransientResponses(java.util.List<RFPTransientDetails.RFPTransientResponses.RFPTransientResponse> list)
list - public int sizeRFPTransientResponses()
public void addRFPTransientResponse(RFPTransientDetails.RFPTransientResponses.RFPTransientResponse item)
item - public RFPTransientDetails.RFPTransientResponses.RFPTransientResponse getRFPTransientResponse(int index)
index -
public void clearRFPTransientResponses()
|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||