|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.ota.vehicle.RateNotifRQ
public class RateNotifRQ
This message pushes rate details for car rental rates. The information pushed may establish this rate initially in a database and/or update the information that currently exists. 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_VehRateNotifRQ"> <xs:complexType> <xs:sequence> <xs:element type="ns:POS_Type" name="POS"/> <xs:element name="Rates"> <xs:complexType> <xs:sequence> <xs:element name="Rate" maxOccurs="999"> <!-- Reference to inner class Rate --> </xs:element> </xs:sequence> <xs:attribute type="xs:int" use="optional" name="Quantity"/> <xs:attribute type="xs:boolean" use="optional" name="RateQualifierOnlyInd"/> </xs:complexType> </xs:element> </xs:sequence> <xs:attributeGroup ref="ns:OTA_PayloadStdAttributes"/> <xs:attributeGroup ref="ns:ReqRespVersion"/> </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 |
RateNotifRQ.Rate
Provides either a rate qualifier or all information for a specific car rental rate. |
Constructor Summary | |
---|---|
RateNotifRQ()
|
Method Summary | |
---|---|
void |
addRate(RateNotifRQ.Rate item)
Add a 'Rate' element item. |
void |
clearRates()
Remove all 'Rate' element items. |
OTAPayloadStdAttributes |
getOTAPayloadStdAttributes()
Get the 'OTA_PayloadStdAttributes' attributeGroup value. |
POS |
getPOS()
Get the 'POS' element value. |
RateNotifRQ.Rate |
getRate(int index)
Get 'Rate' element item by position. |
java.util.List<RateNotifRQ.Rate> |
getRates()
Get the list of 'Rate' element items. |
java.lang.Integer |
getRatesQuantity()
Get the 'Quantity' attribute value. |
java.lang.Boolean |
getRatesRateQualifierOnlyInd()
Get the 'RateQualifierOnlyInd' attribute value. |
java.lang.String |
getReqRespVersion()
Get the 'ReqRespVersion' attribute value. |
void |
setOTAPayloadStdAttributes(OTAPayloadStdAttributes OTAPayloadStdAttributes)
Set the 'OTA_PayloadStdAttributes' attributeGroup value. |
void |
setPOS(POS POS)
Set the 'POS' element value. |
void |
setRates(java.util.List<RateNotifRQ.Rate> list)
Set the list of 'Rate' element items. |
void |
setRatesQuantity(java.lang.Integer ratesQuantity)
Set the 'Quantity' attribute value. |
void |
setRatesRateQualifierOnlyInd(java.lang.Boolean ratesRateQualifierOnlyInd)
Set the 'RateQualifierOnlyInd' attribute value. |
void |
setReqRespVersion(java.lang.String reqRespVersion)
Set the 'ReqRespVersion' attribute value. |
int |
sizeRates()
Get the number of 'Rate' element items. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public RateNotifRQ()
Method Detail |
---|
public POS getPOS()
public void setPOS(POS POS)
POS
- public java.util.List<RateNotifRQ.Rate> getRates()
public void setRates(java.util.List<RateNotifRQ.Rate> list)
list
- public int sizeRates()
public void addRate(RateNotifRQ.Rate item)
item
- public RateNotifRQ.Rate getRate(int index)
index
-
public void clearRates()
public java.lang.Integer getRatesQuantity()
public void setRatesQuantity(java.lang.Integer ratesQuantity)
ratesQuantity
- public java.lang.Boolean getRatesRateQualifierOnlyInd()
public void setRatesRateQualifierOnlyInd(java.lang.Boolean ratesRateQualifierOnlyInd)
ratesRateQualifierOnlyInd
- public OTAPayloadStdAttributes getOTAPayloadStdAttributes()
public void setOTAPayloadStdAttributes(OTAPayloadStdAttributes OTAPayloadStdAttributes)
OTAPayloadStdAttributes
- public java.lang.String getReqRespVersion()
public void setReqRespVersion(java.lang.String reqRespVersion)
reqRespVersion
-
|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |