|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.ota.air.FareDisplayRS.FareDisplayInfos.FareDisplayInfo.Restrictions.Restriction.FlightNumberRange
public static class FareDisplayRS.FareDisplayInfos.FareDisplayInfo.Restrictions.Restriction.FlightNumberRange
Include or exclude a flight number range 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="FlightNumberRange" minOccurs="0" maxOccurs="5"> <xs:complexType> <xs:attribute type="xs:string" use="optional" name="AirlineCode"/> <xs:attribute type="xs:string" use="required" name="RangeStart"/> <xs:attribute type="xs:string" use="required" name="RangeEnd"/> <xs:attribute type="xs:boolean" use="optional" name="IncludeIndicator"/> </xs:complexType> </xs:element>
Constructor Summary | |
---|---|
FareDisplayRS.FareDisplayInfos.FareDisplayInfo.Restrictions.Restriction.FlightNumberRange()
|
Method Summary | |
---|---|
java.lang.String |
getAirlineCode()
Get the 'AirlineCode' attribute value. |
java.lang.Boolean |
getIncludeIndicator()
Get the 'IncludeIndicator' attribute value. |
java.lang.String |
getRangeEnd()
Get the 'RangeEnd' attribute value. |
java.lang.String |
getRangeStart()
Get the 'RangeStart' attribute value. |
void |
setAirlineCode(java.lang.String airlineCode)
Set the 'AirlineCode' attribute value. |
void |
setIncludeIndicator(java.lang.Boolean includeIndicator)
Set the 'IncludeIndicator' attribute value. |
void |
setRangeEnd(java.lang.String rangeEnd)
Set the 'RangeEnd' attribute value. |
void |
setRangeStart(java.lang.String rangeStart)
Set the 'RangeStart' attribute value. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public FareDisplayRS.FareDisplayInfos.FareDisplayInfo.Restrictions.Restriction.FlightNumberRange()
Method Detail |
---|
public java.lang.String getAirlineCode()
public void setAirlineCode(java.lang.String airlineCode)
airlineCode
- public java.lang.String getRangeStart()
public void setRangeStart(java.lang.String rangeStart)
rangeStart
- public java.lang.String getRangeEnd()
public void setRangeEnd(java.lang.String rangeEnd)
rangeEnd
- public java.lang.Boolean getIncludeIndicator()
public void setIncludeIndicator(java.lang.Boolean includeIndicator)
includeIndicator
-
|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |