|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||
java.lang.Objectorg.ota.air.FareRuleResponseInfo.Routing
public static class FareRuleResponseInfo.Routing
Specifies the routing for all the fares. 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="Routing" minOccurs="0" maxOccurs="99">
<xs:complexType>
<xs:sequence>
<xs:element name="Info" minOccurs="0" maxOccurs="99">
<!-- Reference to inner class Info -->
</xs:element>
</xs:sequence>
<xs:attribute type="xs:int" use="optional" name="Number"/>
<xs:attribute type="xs:boolean" use="optional" name="RoutingConstructedInd"/>
<xs:attribute type="xs:int" use="optional" name="MaximumPermittedMileage"/>
<xs:attribute type="xs:string" use="optional" name="RoutingRestriction"/>
</xs:complexType>
</xs:element>
| Nested Class Summary | |
|---|---|
static class |
FareRuleResponseInfo.Routing.Info
The routing direction and city airports for the direction. |
| Constructor Summary | |
|---|---|
FareRuleResponseInfo.Routing()
|
|
| Method Summary | |
|---|---|
void |
addInfo(FareRuleResponseInfo.Routing.Info item)
Add a 'Info' element item. |
void |
clearInfos()
Remove all 'Info' element items. |
FareRuleResponseInfo.Routing.Info |
getInfo(int index)
Get 'Info' element item by position. |
java.util.List<FareRuleResponseInfo.Routing.Info> |
getInfos()
Get the list of 'Info' element items. |
java.lang.Integer |
getMaximumPermittedMileage()
Get the 'MaximumPermittedMileage' attribute value. |
java.lang.Integer |
getNumber()
Get the 'Number' attribute value. |
java.lang.Boolean |
getRoutingConstructedInd()
Get the 'RoutingConstructedInd' attribute value. |
java.lang.String |
getRoutingRestriction()
Get the 'RoutingRestriction' attribute value. |
void |
setInfos(java.util.List<FareRuleResponseInfo.Routing.Info> list)
Set the list of 'Info' element items. |
void |
setMaximumPermittedMileage(java.lang.Integer maximumPermittedMileage)
Set the 'MaximumPermittedMileage' attribute value. |
void |
setNumber(java.lang.Integer number)
Set the 'Number' attribute value. |
void |
setRoutingConstructedInd(java.lang.Boolean routingConstructedInd)
Set the 'RoutingConstructedInd' attribute value. |
void |
setRoutingRestriction(java.lang.String routingRestriction)
Set the 'RoutingRestriction' attribute value. |
int |
sizeInfos()
Get the number of 'Info' element items. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public FareRuleResponseInfo.Routing()
| Method Detail |
|---|
public java.util.List<FareRuleResponseInfo.Routing.Info> getInfos()
public void setInfos(java.util.List<FareRuleResponseInfo.Routing.Info> list)
list - public int sizeInfos()
public void addInfo(FareRuleResponseInfo.Routing.Info item)
item - public FareRuleResponseInfo.Routing.Info getInfo(int index)
index -
public void clearInfos()
public java.lang.Integer getNumber()
public void setNumber(java.lang.Integer number)
number - public java.lang.Boolean getRoutingConstructedInd()
public void setRoutingConstructedInd(java.lang.Boolean routingConstructedInd)
routingConstructedInd - public java.lang.Integer getMaximumPermittedMileage()
public void setMaximumPermittedMileage(java.lang.Integer maximumPermittedMileage)
maximumPermittedMileage - public java.lang.String getRoutingRestriction()
public void setRoutingRestriction(java.lang.String routingRestriction)
routingRestriction -
|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||