|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.ota.misc.ReadRQ
public class ReadRQ
A generic message, available as an action on several OpenTravel services which requests a server to read and return the document type identified by the UniqueID element. 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="OTA_ReadRQ"> <xs:complexType> <xs:sequence> <xs:element type="ns:POS_Type" name="POS" minOccurs="0"/> <xs:element type="ns:UniqueID_Type" name="UniqueID" minOccurs="0"/> <xs:element name="ReadRequests" minOccurs="0"> <!-- Reference to inner class ReadRequests --> </xs:element> </xs:sequence> <xs:attributeGroup ref="ns:OTA_PayloadStdAttributes"/> <xs:attributeGroup ref="ns:ReqRespVersion"/> <xs:attribute type="xs:string" name="ReservationType"/> <xs:attribute type="xs:boolean" use="optional" name="ReturnListIndicator"/> <xs:attributeGroup ref="ns:ResponseGroup"/> </xs:complexType> </xs:element> <xs:attributeGroup xmlns:ns="http://www.opentravel.org/OTA/2003/05" xmlns:xs="http://www.w3.org/2001/XMLSchema" name="ReqRespVersion"> <xs:attribute type="xs:string" use="optional" name="ReqRespVersion"/> </xs:attributeGroup>
Nested Class Summary | |
---|---|
static class |
ReadRQ.ReadRequests
A grouping of Read Requests Schema fragment(s) for this class: |
Constructor Summary | |
---|---|
ReadRQ()
|
Method Summary | |
---|---|
OTAPayloadStdAttributes |
getPayloadStdAttributes()
Get the 'OTA_PayloadStdAttributes' attributeGroup value. |
POS |
getPOS()
Get the 'POS' element value. |
ReadRQ.ReadRequests |
getReadRequests()
Get the 'ReadRequests' element value. |
java.lang.String |
getReqRespVersion()
Get the 'ReqRespVersion' attribute value. |
java.lang.String |
getReservation()
Get the 'ReservationType' attribute value. |
ResponseGroup |
getResponseGroup()
Get the 'ResponseGroup' attributeGroup value. |
java.lang.Boolean |
getReturnListIndicator()
Get the 'ReturnListIndicator' attribute value. |
UniqueID |
getUniqueID()
Get the 'UniqueID' element value. |
void |
setPayloadStdAttributes(OTAPayloadStdAttributes payloadStdAttributes)
Set the 'OTA_PayloadStdAttributes' attributeGroup value. |
void |
setPOS(POS POS)
Set the 'POS' element value. |
void |
setReadRequests(ReadRQ.ReadRequests readRequests)
Set the 'ReadRequests' element value. |
void |
setReqRespVersion(java.lang.String reqRespVersion)
Set the 'ReqRespVersion' attribute value. |
void |
setReservation(java.lang.String reservation)
Set the 'ReservationType' attribute value. |
void |
setResponseGroup(ResponseGroup responseGroup)
Set the 'ResponseGroup' attributeGroup value. |
void |
setReturnListIndicator(java.lang.Boolean returnListIndicator)
Set the 'ReturnListIndicator' attribute value. |
void |
setUniqueID(UniqueID uniqueID)
Set the 'UniqueID' element value. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ReadRQ()
Method Detail |
---|
public POS getPOS()
public void setPOS(POS POS)
POS
- public UniqueID getUniqueID()
public void setUniqueID(UniqueID uniqueID)
uniqueID
- public ReadRQ.ReadRequests getReadRequests()
public void setReadRequests(ReadRQ.ReadRequests readRequests)
readRequests
- public OTAPayloadStdAttributes getPayloadStdAttributes()
public void setPayloadStdAttributes(OTAPayloadStdAttributes payloadStdAttributes)
payloadStdAttributes
- public java.lang.String getReqRespVersion()
public void setReqRespVersion(java.lang.String reqRespVersion)
reqRespVersion
- public java.lang.String getReservation()
public void setReservation(java.lang.String reservation)
reservation
- public java.lang.Boolean getReturnListIndicator()
public void setReturnListIndicator(java.lang.Boolean returnListIndicator)
returnListIndicator
- public ResponseGroup getResponseGroup()
public void setResponseGroup(ResponseGroup responseGroup)
responseGroup
-
|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |