org.ota.cruise
Class CruiseReservation.PaymentsDue.PaymentDue

java.lang.Object
  extended by org.ota.cruise.CruiseReservation.PaymentsDue.PaymentDue
Enclosing class:
CruiseReservation.PaymentsDue

public static class CruiseReservation.PaymentsDue.PaymentDue
extends java.lang.Object

Information on a due payment 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="PaymentDue" maxOccurs="99">
   <xs:complexType>
     <xs:attribute type="xs:float" use="optional" name="Amount"/>
     <xs:attribute type="xs:int" use="optional" name="PaymentNumber"/>
     <xs:attribute type="xs:string" use="optional" name="DueDate"/>
   </xs:complexType>
 </xs:element>
 


Constructor Summary
CruiseReservation.PaymentsDue.PaymentDue()
           
 
Method Summary
 java.lang.Float getAmount()
          Get the 'Amount' attribute value.
 java.lang.String getDueDate()
          Get the 'DueDate' attribute value.
 java.lang.Integer getPaymentNumber()
          Get the 'PaymentNumber' attribute value.
 void setAmount(java.lang.Float amount)
          Set the 'Amount' attribute value.
 void setDueDate(java.lang.String dueDate)
          Set the 'DueDate' attribute value.
 void setPaymentNumber(java.lang.Integer paymentNumber)
          Set the 'PaymentNumber' attribute value.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CruiseReservation.PaymentsDue.PaymentDue

public CruiseReservation.PaymentsDue.PaymentDue()
Method Detail

getAmount

public java.lang.Float getAmount()
Get the 'Amount' attribute value. Specifies the payment amount.

Returns:
value

setAmount

public void setAmount(java.lang.Float amount)
Set the 'Amount' attribute value. Specifies the payment amount.

Parameters:
amount -

getPaymentNumber

public java.lang.Integer getPaymentNumber()
Get the 'PaymentNumber' attribute value. Specifies the payment number. Typically would be used to indicate the deposit as well as the final payments as determined by the backend system.

Returns:
value

setPaymentNumber

public void setPaymentNumber(java.lang.Integer paymentNumber)
Set the 'PaymentNumber' attribute value. Specifies the payment number. Typically would be used to indicate the deposit as well as the final payments as determined by the backend system.

Parameters:
paymentNumber -

getDueDate

public java.lang.String getDueDate()
Get the 'DueDate' attribute value. Specifies the payment due date/time.

Returns:
value

setDueDate

public void setDueDate(java.lang.String dueDate)
Set the 'DueDate' attribute value. Specifies the payment due date/time.

Parameters:
dueDate -