|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.ota.air.TravelerInfoSummary.PriceRequestInformation.SegmentOverride
public static class TravelerInfoSummary.PriceRequestInformation.SegmentOverride
Used to specify a segment that should be overridden. 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="SegmentOverride" minOccurs="0" maxOccurs="20"> <xs:complexType> <xs:attribute type="xs:int" use="required" name="SegmentNumber"/> <xs:attribute use="required" name="SegmentType"> <xs:simpleType> <!-- Reference to inner class Segment --> </xs:simpleType> </xs:attribute> </xs:complexType> </xs:element>
Nested Class Summary | |
---|---|
static class |
TravelerInfoSummary.PriceRequestInformation.SegmentOverride.Segment
Schema fragment(s) for this class: |
Constructor Summary | |
---|---|
TravelerInfoSummary.PriceRequestInformation.SegmentOverride()
|
Method Summary | |
---|---|
TravelerInfoSummary.PriceRequestInformation.SegmentOverride.Segment |
getSegment()
Get the 'SegmentType' attribute value. |
java.lang.Integer |
getSegmentNumber()
Get the 'SegmentNumber' attribute value. |
void |
setSegment(TravelerInfoSummary.PriceRequestInformation.SegmentOverride.Segment segment)
Set the 'SegmentType' attribute value. |
void |
setSegmentNumber(java.lang.Integer segmentNumber)
Set the 'SegmentNumber' attribute value. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public TravelerInfoSummary.PriceRequestInformation.SegmentOverride()
Method Detail |
---|
public java.lang.Integer getSegmentNumber()
public void setSegmentNumber(java.lang.Integer segmentNumber)
segmentNumber
- public TravelerInfoSummary.PriceRequestInformation.SegmentOverride.Segment getSegment()
public void setSegment(TravelerInfoSummary.PriceRequestInformation.SegmentOverride.Segment segment)
segment
-
|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |