|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.ota.cruise.CruiseReservation.PaymentsDue.PaymentDue
public static class CruiseReservation.PaymentsDue.PaymentDue
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 |
---|
public CruiseReservation.PaymentsDue.PaymentDue()
Method Detail |
---|
public java.lang.Float getAmount()
public void setAmount(java.lang.Float amount)
amount
- public java.lang.Integer getPaymentNumber()
public void setPaymentNumber(java.lang.Integer paymentNumber)
paymentNumber
- public java.lang.String getDueDate()
public void setDueDate(java.lang.String dueDate)
dueDate
-
|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |