| 
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||
java.lang.Objectorg.ota.air.Fare.OriginalIssueInfo
public static class Fare.OriginalIssueInfo
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 | 
|---|
public Fare.OriginalIssueInfo()
| Method Detail | 
|---|
public java.lang.String getTicketDocumentNbr()
public void setTicketDocumentNbr(java.lang.String ticketDocumentNbr)
ticketDocumentNbr - public java.lang.String getIssuingAgentID()
public void setIssuingAgentID(java.lang.String issuingAgentID)
issuingAgentID - public java.sql.Date getDateOfIssue()
public void setDateOfIssue(java.sql.Date dateOfIssue)
dateOfIssue - public java.lang.String getLocationCode()
public void setLocationCode(java.lang.String locationCode)
locationCode - 
  | 
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||