org.ota.shared
Class PaymentForm.Choice.MiscChargeOrder

java.lang.Object
  extended by org.ota.shared.PaymentForm.Choice.MiscChargeOrder
Enclosing class:
PaymentForm.Choice

public static class PaymentForm.Choice.MiscChargeOrder
extends java.lang.Object

Details of a miscellaneous charge order (MCO). 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="MiscChargeOrder">
   <xs:complexType>
     <xs:attribute type="xs:string" use="optional" name="TicketNumber"/>
     <xs:attributeGroup ref="ns:OriginalIssueAttributes"/>
     <xs:attribute type="xs:boolean" use="optional" name="PaperMCO_ExistInd"/>
   </xs:complexType>
 </xs:element>
 


Constructor Summary
PaymentForm.Choice.MiscChargeOrder()
           
 
Method Summary
 OriginalIssueAttributes getOriginalIssueAttributes()
          Get the 'OriginalIssueAttributes' attributeGroup value.
 java.lang.Boolean getPaperMCOExistInd()
          Get the 'PaperMCO_ExistInd' attribute value.
 java.lang.String getTicketNumber()
          Get the 'TicketNumber' attribute value.
 void setOriginalIssueAttributes(OriginalIssueAttributes originalIssueAttributes)
          Set the 'OriginalIssueAttributes' attributeGroup value.
 void setPaperMCOExistInd(java.lang.Boolean paperMCOExistInd)
          Set the 'PaperMCO_ExistInd' attribute value.
 void setTicketNumber(java.lang.String ticketNumber)
          Set the 'TicketNumber' attribute value.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PaymentForm.Choice.MiscChargeOrder

public PaymentForm.Choice.MiscChargeOrder()
Method Detail

getTicketNumber

public java.lang.String getTicketNumber()
Get the 'TicketNumber' attribute value. The ticket number of the miscellaneous charge order (MCO).

Returns:
value

setTicketNumber

public void setTicketNumber(java.lang.String ticketNumber)
Set the 'TicketNumber' attribute value. The ticket number of the miscellaneous charge order (MCO).

Parameters:
ticketNumber -

getOriginalIssueAttributes

public OriginalIssueAttributes getOriginalIssueAttributes()
Get the 'OriginalIssueAttributes' attributeGroup value. Provides information about the original document on which the reissue is based

Returns:
value

setOriginalIssueAttributes

public void setOriginalIssueAttributes(OriginalIssueAttributes originalIssueAttributes)
Set the 'OriginalIssueAttributes' attributeGroup value. Provides information about the original document on which the reissue is based

Parameters:
originalIssueAttributes -

getPaperMCOExistInd

public java.lang.Boolean getPaperMCOExistInd()
Get the 'PaperMCO_ExistInd' attribute value. Indicates if a paper or electronic MCO exists.

Returns:
value

setPaperMCOExistInd

public void setPaperMCOExistInd(java.lang.Boolean paperMCOExistInd)
Set the 'PaperMCO_ExistInd' attribute value. Indicates if a paper or electronic MCO exists.

Parameters:
paperMCOExistInd -