|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.ota.hotel.RFPTransientRQ.RequestedInfos.RequestedInfo
public static class RFPTransientRQ.RequestedInfos.RequestedInfo
Used to specify what information should be returned in the response. 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="RequestedInfo" maxOccurs="unbounded"> <xs:complexType> <xs:sequence> <xs:element name="SpecificRequests" minOccurs="0"> <!-- Reference to inner class SpecificRequests --> </xs:element> </xs:sequence> <xs:attribute type="xs:string" use="optional" name="RequestedInfoCode"/> </xs:complexType> </xs:element>
Nested Class Summary | |
---|---|
static class |
RFPTransientRQ.RequestedInfos.RequestedInfo.SpecificRequests
A collection of specific information being requested. |
Constructor Summary | |
---|---|
RFPTransientRQ.RequestedInfos.RequestedInfo()
|
Method Summary | |
---|---|
java.lang.String |
getRequestedInfoCode()
Get the 'RequestedInfoCode' attribute value. |
RFPTransientRQ.RequestedInfos.RequestedInfo.SpecificRequests |
getSpecificRequests()
Get the 'SpecificRequests' element value. |
void |
setRequestedInfoCode(java.lang.String requestedInfoCode)
Set the 'RequestedInfoCode' attribute value. |
void |
setSpecificRequests(RFPTransientRQ.RequestedInfos.RequestedInfo.SpecificRequests specificRequests)
Set the 'SpecificRequests' element value. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public RFPTransientRQ.RequestedInfos.RequestedInfo()
Method Detail |
---|
public RFPTransientRQ.RequestedInfos.RequestedInfo.SpecificRequests getSpecificRequests()
public void setSpecificRequests(RFPTransientRQ.RequestedInfos.RequestedInfo.SpecificRequests specificRequests)
specificRequests
- public java.lang.String getRequestedInfoCode()
public void setRequestedInfoCode(java.lang.String requestedInfoCode)
requestedInfoCode
-
|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |