|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||
java.lang.Objectorg.ota.air.PTCFareBreakdown.PassengerFare.TicketFeeDetail.Total
public static class PTCFareBreakdown.PassengerFare.TicketFeeDetail.Total
Used to specify the total base fees, total taxes and total of both. 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="Total" minOccurs="0" maxOccurs="3">
<xs:complexType>
<xs:attribute use="required" name="Type">
<xs:simpleType>
<!-- Reference to inner class Type -->
</xs:simpleType>
</xs:attribute>
<xs:attribute type="xs:float" use="required" name="Amount"/>
</xs:complexType>
</xs:element>
| Nested Class Summary | |
|---|---|
static class |
PTCFareBreakdown.PassengerFare.TicketFeeDetail.Total.Type
Schema fragment(s) for this class: |
| Constructor Summary | |
|---|---|
PTCFareBreakdown.PassengerFare.TicketFeeDetail.Total()
|
|
| Method Summary | |
|---|---|
java.lang.Float |
getAmount()
Get the 'Amount' attribute value. |
PTCFareBreakdown.PassengerFare.TicketFeeDetail.Total.Type |
getType()
Get the 'Type' attribute value. |
void |
setAmount(java.lang.Float amount)
Set the 'Amount' attribute value. |
void |
setType(PTCFareBreakdown.PassengerFare.TicketFeeDetail.Total.Type type)
Set the 'Type' attribute value. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public PTCFareBreakdown.PassengerFare.TicketFeeDetail.Total()
| Method Detail |
|---|
public PTCFareBreakdown.PassengerFare.TicketFeeDetail.Total.Type getType()
public void setType(PTCFareBreakdown.PassengerFare.TicketFeeDetail.Total.Type type)
type - public java.lang.Float getAmount()
public void setAmount(java.lang.Float amount)
amount -
|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||