org.ota.air
Class Fare.OriginalIssueInfo

java.lang.Object
  extended by org.ota.air.Fare.OriginalIssueInfo
Enclosing class:
Fare

public static class Fare.OriginalIssueInfo
extends java.lang.Object

The original ticket/document issue information. 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="OriginalIssueInfo" minOccurs="0">
   <xs:complexType>
     <xs:attribute type="xs:string" use="optional" name="TicketDocumentNbr"/>
     <xs:attribute type="xs:string" use="optional" name="IssuingAgentID"/>
     <xs:attribute type="xs:date" use="optional" name="DateOfIssue"/>
     <xs:attribute type="xs:string" use="optional" name="LocationCode"/>
   </xs:complexType>
 </xs:element>
 


Constructor Summary
Fare.OriginalIssueInfo()
           
 
Method Summary
 java.sql.Date getDateOfIssue()
          Get the 'DateOfIssue' attribute value.
 java.lang.String getIssuingAgentID()
          Get the 'IssuingAgentID' attribute value.
 java.lang.String getLocationCode()
          Get the 'LocationCode' attribute value.
 java.lang.String getTicketDocumentNbr()
          Get the 'TicketDocumentNbr' attribute value.
 void setDateOfIssue(java.sql.Date dateOfIssue)
          Set the 'DateOfIssue' attribute value.
 void setIssuingAgentID(java.lang.String issuingAgentID)
          Set the 'IssuingAgentID' attribute value.
 void setLocationCode(java.lang.String locationCode)
          Set the 'LocationCode' attribute value.
 void setTicketDocumentNbr(java.lang.String ticketDocumentNbr)
          Set the 'TicketDocumentNbr' attribute value.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Fare.OriginalIssueInfo

public Fare.OriginalIssueInfo()
Method Detail

getTicketDocumentNbr

public java.lang.String getTicketDocumentNbr()
Get the 'TicketDocumentNbr' attribute value. The original ticket/document number.

Returns:
value

setTicketDocumentNbr

public void setTicketDocumentNbr(java.lang.String ticketDocumentNbr)
Set the 'TicketDocumentNbr' attribute value. The original ticket/document number.

Parameters:
ticketDocumentNbr -

getIssuingAgentID

public java.lang.String getIssuingAgentID()
Get the 'IssuingAgentID' attribute value. ID of the original issuer of the ticket/document.

Returns:
value

setIssuingAgentID

public void setIssuingAgentID(java.lang.String issuingAgentID)
Set the 'IssuingAgentID' attribute value. ID of the original issuer of the ticket/document.

Parameters:
issuingAgentID -

getDateOfIssue

public java.sql.Date getDateOfIssue()
Get the 'DateOfIssue' attribute value. Date the ticket/document was originally issued.

Returns:
value

setDateOfIssue

public void setDateOfIssue(java.sql.Date dateOfIssue)
Set the 'DateOfIssue' attribute value. Date the ticket/document was originally issued.

Parameters:
dateOfIssue -

getLocationCode

public java.lang.String getLocationCode()
Get the 'LocationCode' attribute value. Location of original issue.

Returns:
value

setLocationCode

public void setLocationCode(java.lang.String locationCode)
Set the 'LocationCode' attribute value. Location of original issue.

Parameters:
locationCode -