|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.ota.vehicle.RateRuleNotifRQ
public class RateRuleNotifRQ
This message pushes rate rules. The information pushed may establish this rule 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_VehRateRuleNotifRQ"> <xs:complexType> <xs:sequence> <xs:element type="ns:POS_Type" name="POS"/> <xs:element name="Rules"> <xs:complexType> <xs:sequence> <xs:element name="Rule" maxOccurs="999"> <!-- Reference to inner class Rule --> </xs:element> </xs:sequence> <xs:attribute type="xs:int" use="optional" name="RuleQuantity"/> </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 |
RateRuleNotifRQ.Rule
Rule detail information. |
Constructor Summary | |
---|---|
RateRuleNotifRQ()
|
Method Summary | |
---|---|
void |
addRule(RateRuleNotifRQ.Rule item)
Add a 'Rule' element item. |
void |
clearRules()
Remove all 'Rule' element items. |
OTAPayloadStdAttributes |
getOTAPayloadStdAttributes()
Get the 'OTA_PayloadStdAttributes' attributeGroup value. |
POS |
getPOS()
Get the 'POS' element value. |
java.lang.String |
getReqRespVersion()
Get the 'ReqRespVersion' attribute value. |
RateRuleNotifRQ.Rule |
getRule(int index)
Get 'Rule' element item by position. |
java.util.List<RateRuleNotifRQ.Rule> |
getRules()
Get the list of 'Rule' element items. |
java.lang.Integer |
getRulesRuleQuantity()
Get the 'RuleQuantity' attribute value. |
void |
setOTAPayloadStdAttributes(OTAPayloadStdAttributes OTAPayloadStdAttributes)
Set the 'OTA_PayloadStdAttributes' attributeGroup value. |
void |
setPOS(POS POS)
Set the 'POS' element value. |
void |
setReqRespVersion(java.lang.String reqRespVersion)
Set the 'ReqRespVersion' attribute value. |
void |
setRules(java.util.List<RateRuleNotifRQ.Rule> list)
Set the list of 'Rule' element items. |
void |
setRulesRuleQuantity(java.lang.Integer rulesRuleQuantity)
Set the 'RuleQuantity' attribute value. |
int |
sizeRules()
Get the number of 'Rule' element items. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public RateRuleNotifRQ()
Method Detail |
---|
public POS getPOS()
public void setPOS(POS POS)
POS
- public java.util.List<RateRuleNotifRQ.Rule> getRules()
public void setRules(java.util.List<RateRuleNotifRQ.Rule> list)
list
- public int sizeRules()
public void addRule(RateRuleNotifRQ.Rule item)
item
- public RateRuleNotifRQ.Rule getRule(int index)
index
-
public void clearRules()
public java.lang.Integer getRulesRuleQuantity()
public void setRulesRuleQuantity(java.lang.Integer rulesRuleQuantity)
rulesRuleQuantity
- 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 |