org.ota.misc
Class CancelRQ.Segment

java.lang.Object
  extended by org.ota.misc.CancelRQ.Segment
Enclosing class:
CancelRQ

public static class CancelRQ.Segment
extends java.lang.Object

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

CancelRQ.Segment

public CancelRQ.Segment()
Method Detail

getItinSegNbr

public java.lang.Integer getItinSegNbr()
Get the 'ItinSegNbr' attribute value. Number identifying the segment item to be cancelled.

Returns:
value

setItinSegNbr

public void setItinSegNbr(java.lang.Integer itinSegNbr)
Set the 'ItinSegNbr' attribute value. Number identifying the segment item to be cancelled.

Parameters:
itinSegNbr -

getFirstItinSegNbr

public java.lang.Integer getFirstItinSegNbr()
Get the 'FirstItinSegNbr' attribute value. The beginning number in a range that identifies the first segment item to be cancelled.

Returns:
value

setFirstItinSegNbr

public void setFirstItinSegNbr(java.lang.Integer firstItinSegNbr)
Set the 'FirstItinSegNbr' attribute value. The beginning number in a range that identifies the first segment item to be cancelled.

Parameters:
firstItinSegNbr -

getLastItinSegNbr

public java.lang.Integer getLastItinSegNbr()
Get the 'LastItinSegNbr' attribute value. The last number in a range that identifies the last segment item to be cancelled.

Returns:
value

setLastItinSegNbr

public void setLastItinSegNbr(java.lang.Integer lastItinSegNbr)
Set the 'LastItinSegNbr' attribute value. The last number in a range that identifies the last segment item to be cancelled.

Parameters:
lastItinSegNbr -