|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.ota.hotel.RFPTransientRQ
public class RFPTransientRQ
This message is used to request a business rate for a specific account for one or many locations. 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_HotelRFP_TransientRQ"> <xs:complexType> <xs:sequence> <xs:element type="ns:POS_Type" name="POS" minOccurs="0"/> <xs:element name="TransientRFP_RequestSegments"> <xs:complexType> <xs:sequence> <xs:element name="RequestedInfos" minOccurs="0"> <!-- Reference to inner class RequestedInfos --> </xs:element> <xs:element name="TransientRFP_RequestSegment" minOccurs="0" maxOccurs="unbounded"> <!-- Reference to inner class TransientRFPRequestSegment --> </xs:element> <xs:element name="Comments" minOccurs="0"> <!-- Reference to inner class Comments --> </xs:element> </xs:sequence> <xs:attribute type="xs:string" use="optional" name="ResponseMethod"/> <xs:attribute type="xs:string" use="optional" name="ResponseFormat"/> <xs:attribute type="xs:string" use="optional" name="ResponseDueDate"/> <xs:attribute type="xs:string" use="optional" name="DecisionDueDate"/> <xs:attribute type="xs:string" use="optional" name="ContractDuration"/> <xs:attribute type="xs:string" use="optional" name="ContractStart"/> </xs:complexType> </xs:element> <xs:element type="ns:UniqueID_Type" name="MessageID" minOccurs="0"/> </xs:sequence> <xs:attributeGroup ref="ns:OTA_PayloadStdAttributes"/> </xs:complexType> </xs:element>
Nested Class Summary | |
---|---|
static class |
RFPTransientRQ.Comments
A collection of Comment elements. |
static class |
RFPTransientRQ.RequestedInfos
A collection of RequestedInfo elements. |
static class |
RFPTransientRQ.TransientRFPRequestSegment
Provides the details of the data being requested. |
Constructor Summary | |
---|---|
RFPTransientRQ()
|
Method Summary | |
---|---|
void |
addTransientRFPRequestSegment(RFPTransientRQ.TransientRFPRequestSegment item)
Add a 'TransientRFP_RequestSegment' element item. |
void |
clearTransientRFPRequestSegments()
Remove all 'TransientRFP_RequestSegment' element items. |
RFPTransientRQ.Comments |
getComments()
Get the 'Comments' element value. |
UniqueID |
getMessageID()
Get the 'MessageID' element value. |
OTAPayloadStdAttributes |
getOTAPayloadStdAttributes()
Get the 'OTA_PayloadStdAttributes' attributeGroup value. |
POS |
getPOS()
Get the 'POS' element value. |
RFPTransientRQ.RequestedInfos |
getRequestedInfos()
Get the 'RequestedInfos' element value. |
RFPTransientRQ.TransientRFPRequestSegment |
getTransientRFPRequestSegment(int index)
Get 'TransientRFP_RequestSegment' element item by position. |
java.util.List<RFPTransientRQ.TransientRFPRequestSegment> |
getTransientRFPRequestSegments()
Get the list of 'TransientRFP_RequestSegment' element items. |
java.lang.String |
getTransientRFPRequestSegmentsContractDuration()
Get the 'ContractDuration' attribute value. |
java.lang.String |
getTransientRFPRequestSegmentsContractStart()
Get the 'ContractStart' attribute value. |
java.lang.String |
getTransientRFPRequestSegmentsDecisionDueDate()
Get the 'DecisionDueDate' attribute value. |
java.lang.String |
getTransientRFPRequestSegmentsResponseDueDate()
Get the 'ResponseDueDate' attribute value. |
java.lang.String |
getTransientRFPRequestSegmentsResponseFormat()
Get the 'ResponseFormat' attribute value. |
java.lang.String |
getTransientRFPRequestSegmentsResponseMethod()
Get the 'ResponseMethod' attribute value. |
void |
setComments(RFPTransientRQ.Comments comments)
Set the 'Comments' element value. |
void |
setMessageID(UniqueID messageID)
Set the 'MessageID' element value. |
void |
setOTAPayloadStdAttributes(OTAPayloadStdAttributes OTAPayloadStdAttributes)
Set the 'OTA_PayloadStdAttributes' attributeGroup value. |
void |
setPOS(POS POS)
Set the 'POS' element value. |
void |
setRequestedInfos(RFPTransientRQ.RequestedInfos requestedInfos)
Set the 'RequestedInfos' element value. |
void |
setTransientRFPRequestSegments(java.util.List<RFPTransientRQ.TransientRFPRequestSegment> list)
Set the list of 'TransientRFP_RequestSegment' element items. |
void |
setTransientRFPRequestSegmentsContractDuration(java.lang.String transientRFPRequestSegmentsContractDuration)
Set the 'ContractDuration' attribute value. |
void |
setTransientRFPRequestSegmentsContractStart(java.lang.String transientRFPRequestSegmentsContractStart)
Set the 'ContractStart' attribute value. |
void |
setTransientRFPRequestSegmentsDecisionDueDate(java.lang.String transientRFPRequestSegmentsDecisionDueDate)
Set the 'DecisionDueDate' attribute value. |
void |
setTransientRFPRequestSegmentsResponseDueDate(java.lang.String transientRFPRequestSegmentsResponseDueDate)
Set the 'ResponseDueDate' attribute value. |
void |
setTransientRFPRequestSegmentsResponseFormat(java.lang.String transientRFPRequestSegmentsResponseFormat)
Set the 'ResponseFormat' attribute value. |
void |
setTransientRFPRequestSegmentsResponseMethod(java.lang.String transientRFPRequestSegmentsResponseMethod)
Set the 'ResponseMethod' attribute value. |
int |
sizeTransientRFPRequestSegments()
Get the number of 'TransientRFP_RequestSegment' element items. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public RFPTransientRQ()
Method Detail |
---|
public POS getPOS()
public void setPOS(POS POS)
POS
- public RFPTransientRQ.RequestedInfos getRequestedInfos()
public void setRequestedInfos(RFPTransientRQ.RequestedInfos requestedInfos)
requestedInfos
- public java.util.List<RFPTransientRQ.TransientRFPRequestSegment> getTransientRFPRequestSegments()
public void setTransientRFPRequestSegments(java.util.List<RFPTransientRQ.TransientRFPRequestSegment> list)
list
- public int sizeTransientRFPRequestSegments()
public void addTransientRFPRequestSegment(RFPTransientRQ.TransientRFPRequestSegment item)
item
- public RFPTransientRQ.TransientRFPRequestSegment getTransientRFPRequestSegment(int index)
index
-
public void clearTransientRFPRequestSegments()
public RFPTransientRQ.Comments getComments()
public void setComments(RFPTransientRQ.Comments comments)
comments
- public java.lang.String getTransientRFPRequestSegmentsResponseMethod()
public void setTransientRFPRequestSegmentsResponseMethod(java.lang.String transientRFPRequestSegmentsResponseMethod)
transientRFPRequestSegmentsResponseMethod
- public java.lang.String getTransientRFPRequestSegmentsResponseFormat()
public void setTransientRFPRequestSegmentsResponseFormat(java.lang.String transientRFPRequestSegmentsResponseFormat)
transientRFPRequestSegmentsResponseFormat
- public java.lang.String getTransientRFPRequestSegmentsResponseDueDate()
public void setTransientRFPRequestSegmentsResponseDueDate(java.lang.String transientRFPRequestSegmentsResponseDueDate)
transientRFPRequestSegmentsResponseDueDate
- public java.lang.String getTransientRFPRequestSegmentsDecisionDueDate()
public void setTransientRFPRequestSegmentsDecisionDueDate(java.lang.String transientRFPRequestSegmentsDecisionDueDate)
transientRFPRequestSegmentsDecisionDueDate
- public java.lang.String getTransientRFPRequestSegmentsContractDuration()
public void setTransientRFPRequestSegmentsContractDuration(java.lang.String transientRFPRequestSegmentsContractDuration)
transientRFPRequestSegmentsContractDuration
- public java.lang.String getTransientRFPRequestSegmentsContractStart()
public void setTransientRFPRequestSegmentsContractStart(java.lang.String transientRFPRequestSegmentsContractStart)
transientRFPRequestSegmentsContractStart
- public UniqueID getMessageID()
public void setMessageID(UniqueID messageID)
messageID
- public OTAPayloadStdAttributes getOTAPayloadStdAttributes()
public void setOTAPayloadStdAttributes(OTAPayloadStdAttributes OTAPayloadStdAttributes)
OTAPayloadStdAttributes
-
|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |