|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.ota.misc.ReadRQ.ReadRequests.ReadRequest
public static class ReadRQ.ReadRequests.ReadRequest
A request to read a reservation when the booking reference is known. 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="ReadRequest" minOccurs="0" maxOccurs="unbounded"> <xs:complexType> <xs:sequence> <xs:element type="ns:UniqueID_Type" name="UniqueID"/> <xs:element type="ns:VerificationType" name="Verification" minOccurs="0"/> </xs:sequence> <xs:attribute type="xs:boolean" use="optional" name="HistoryRequestedInd"/> </xs:complexType> </xs:element>
Constructor Summary | |
---|---|
ReadRQ.ReadRequests.ReadRequest()
|
Method Summary | |
---|---|
java.lang.Boolean |
getHistoryRequestedInd()
Get the 'HistoryRequestedInd' attribute value. |
UniqueID |
getUniqueID()
Get the 'UniqueID' element value. |
Verification |
getVerification()
Get the 'Verification' element value. |
void |
setHistoryRequestedInd(java.lang.Boolean historyRequestedInd)
Set the 'HistoryRequestedInd' attribute value. |
void |
setUniqueID(UniqueID uniqueID)
Set the 'UniqueID' element value. |
void |
setVerification(Verification verification)
Set the 'Verification' element value. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ReadRQ.ReadRequests.ReadRequest()
Method Detail |
---|
public UniqueID getUniqueID()
public void setUniqueID(UniqueID uniqueID)
uniqueID
- public Verification getVerification()
public void setVerification(Verification verification)
verification
- public java.lang.Boolean getHistoryRequestedInd()
public void setHistoryRequestedInd(java.lang.Boolean historyRequestedInd)
historyRequestedInd
-
|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |