org.ota.shared
Class OriginalIssueAttributes

java.lang.Object
  extended by org.ota.shared.OriginalIssueAttributes

public class OriginalIssueAttributes
extends java.lang.Object

Provides information about the original document on which the reissue is based. Schema fragment(s) for this class:

 <xs:attributeGroup xmlns:ns="http://www.opentravel.org/OTA/2003/05" xmlns:xs="http://www.w3.org/2001/XMLSchema" name="OriginalIssueAttributes">
   <xs:attribute type="xs:string" use="optional" name="OriginalTicketNumber"/>
   <xs:attribute type="xs:string" use="optional" name="OriginalIssuePlace"/>
   <xs:attribute type="xs:date" use="optional" name="OriginalIssueDate"/>
   <xs:attribute type="xs:string" use="optional" name="OriginalIssueIATA"/>
   <xs:attribute type="xs:string" use="optional" name="OriginalPaymentForm"/>
   <xs:attribute use="optional" name="CheckInhibitorType">
     <xs:simpleType>
       <!-- Reference to inner class CheckInhibitor -->
     </xs:simpleType>
   </xs:attribute>
   <xs:attribute type="xs:string" use="optional" name="CouponRPHs"/>
 </xs:attributeGroup>
 


Nested Class Summary
static class OriginalIssueAttributes.CheckInhibitor
          Schema fragment(s) for this class:
 
Constructor Summary
OriginalIssueAttributes()
           
 
Method Summary
 OriginalIssueAttributes.CheckInhibitor getCheckInhibitor()
          Get the 'CheckInhibitorType' attribute value.
 java.lang.String getCouponRPHs()
          Get the 'CouponRPHs' attribute value.
 java.sql.Date getOriginalIssueDate()
          Get the 'OriginalIssueDate' attribute value.
 java.lang.String getOriginalIssueIATA()
          Get the 'OriginalIssueIATA' attribute value.
 java.lang.String getOriginalIssuePlace()
          Get the 'OriginalIssuePlace' attribute value.
 java.lang.String getOriginalPaymentForm()
          Get the 'OriginalPaymentForm' attribute value.
 java.lang.String getOriginalTicketNumber()
          Get the 'OriginalTicketNumber' attribute value.
 void setCheckInhibitor(OriginalIssueAttributes.CheckInhibitor checkInhibitor)
          Set the 'CheckInhibitorType' attribute value.
 void setCouponRPHs(java.lang.String couponRPHs)
          Set the 'CouponRPHs' attribute value.
 void setOriginalIssueDate(java.sql.Date originalIssueDate)
          Set the 'OriginalIssueDate' attribute value.
 void setOriginalIssueIATA(java.lang.String originalIssueIATA)
          Set the 'OriginalIssueIATA' attribute value.
 void setOriginalIssuePlace(java.lang.String originalIssuePlace)
          Set the 'OriginalIssuePlace' attribute value.
 void setOriginalPaymentForm(java.lang.String originalPaymentForm)
          Set the 'OriginalPaymentForm' attribute value.
 void setOriginalTicketNumber(java.lang.String originalTicketNumber)
          Set the 'OriginalTicketNumber' attribute value.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

OriginalIssueAttributes

public OriginalIssueAttributes()
Method Detail

getOriginalTicketNumber

public java.lang.String getOriginalTicketNumber()
Get the 'OriginalTicketNumber' attribute value. The original ticket number in a series if reissuances.

Returns:
value

setOriginalTicketNumber

public void setOriginalTicketNumber(java.lang.String originalTicketNumber)
Set the 'OriginalTicketNumber' attribute value. The original ticket number in a series if reissuances.

Parameters:
originalTicketNumber -

getOriginalIssuePlace

public java.lang.String getOriginalIssuePlace()
Get the 'OriginalIssuePlace' attribute value. Place where the original ticket was issued.

Returns:
value

setOriginalIssuePlace

public void setOriginalIssuePlace(java.lang.String originalIssuePlace)
Set the 'OriginalIssuePlace' attribute value. Place where the original ticket was issued.

Parameters:
originalIssuePlace -

getOriginalIssueDate

public java.sql.Date getOriginalIssueDate()
Get the 'OriginalIssueDate' attribute value. Date when the original ticket was issued.

Returns:
value

setOriginalIssueDate

public void setOriginalIssueDate(java.sql.Date originalIssueDate)
Set the 'OriginalIssueDate' attribute value. Date when the original ticket was issued.

Parameters:
originalIssueDate -

getOriginalIssueIATA

public java.lang.String getOriginalIssueIATA()
Get the 'OriginalIssueIATA' attribute value. IATA office number, which issued original ticket.

Returns:
value

setOriginalIssueIATA

public void setOriginalIssueIATA(java.lang.String originalIssueIATA)
Set the 'OriginalIssueIATA' attribute value. IATA office number, which issued original ticket.

Parameters:
originalIssueIATA -

getOriginalPaymentForm

public java.lang.String getOriginalPaymentForm()
Get the 'OriginalPaymentForm' attribute value. Payment type for the original ticket.

Returns:
value

setOriginalPaymentForm

public void setOriginalPaymentForm(java.lang.String originalPaymentForm)
Set the 'OriginalPaymentForm' attribute value. Payment type for the original ticket.

Parameters:
originalPaymentForm -

getCheckInhibitor

public OriginalIssueAttributes.CheckInhibitor getCheckInhibitor()
Get the 'CheckInhibitorType' attribute value. Indicates if the check digit of the ticket number or the interline agreement has to be checked or not.

Returns:
value

setCheckInhibitor

public void setCheckInhibitor(OriginalIssueAttributes.CheckInhibitor checkInhibitor)
Set the 'CheckInhibitorType' attribute value. Indicates if the check digit of the ticket number or the interline agreement has to be checked or not.

Parameters:
checkInhibitor -

getCouponRPHs

public java.lang.String getCouponRPHs()
Get the 'CouponRPHs' attribute value. Gives a list of references to coupon numbers of the ticket which will be taken for payment.

Returns:
value

setCouponRPHs

public void setCouponRPHs(java.lang.String couponRPHs)
Set the 'CouponRPHs' attribute value. Gives a list of references to coupon numbers of the ticket which will be taken for payment.

Parameters:
couponRPHs -