|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.ota.misc.CancelRQ.Segment
public static class CancelRQ.Segment
Used to specify segments to be cancelled. 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="Segment" minOccurs="0" maxOccurs="99"> <xs:complexType> <xs:attribute type="xs:int" use="optional" name="ItinSegNbr"/> <xs:attribute type="xs:int" use="optional" name="FirstItinSegNbr"/> <xs:attribute type="xs:int" use="optional" name="LastItinSegNbr"/> </xs:complexType> </xs:element>
Constructor Summary | |
---|---|
CancelRQ.Segment()
|
Method Summary | |
---|---|
java.lang.Integer |
getFirstItinSegNbr()
Get the 'FirstItinSegNbr' attribute value. |
java.lang.Integer |
getItinSegNbr()
Get the 'ItinSegNbr' attribute value. |
java.lang.Integer |
getLastItinSegNbr()
Get the 'LastItinSegNbr' attribute value. |
void |
setFirstItinSegNbr(java.lang.Integer firstItinSegNbr)
Set the 'FirstItinSegNbr' attribute value. |
void |
setItinSegNbr(java.lang.Integer itinSegNbr)
Set the 'ItinSegNbr' attribute value. |
void |
setLastItinSegNbr(java.lang.Integer lastItinSegNbr)
Set the 'LastItinSegNbr' attribute value. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public CancelRQ.Segment()
Method Detail |
---|
public java.lang.Integer getItinSegNbr()
public void setItinSegNbr(java.lang.Integer itinSegNbr)
itinSegNbr
- public java.lang.Integer getFirstItinSegNbr()
public void setFirstItinSegNbr(java.lang.Integer firstItinSegNbr)
firstItinSegNbr
- public java.lang.Integer getLastItinSegNbr()
public void setLastItinSegNbr(java.lang.Integer lastItinSegNbr)
lastItinSegNbr
-
|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |