org.ota.cruise
Class CruiseGuestInfo.CancellationPenalty
java.lang.Object
  
org.ota.cruise.CruiseGuestInfo.CancellationPenalty
- Enclosing class:
 - CruiseGuestInfo
 
public static class CruiseGuestInfo.CancellationPenalty
- extends java.lang.Object
 
Penalty information for cancelling a reservation.
 
 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="CancellationPenalty" minOccurs="0">
   <xs:complexType>
     <xs:attribute type="xs:float" use="optional" name="Amount"/>
   </xs:complexType>
 </xs:element>
 
 
| 
Method Summary | 
 java.lang.Float | 
getAmount()
 
          Get the 'Amount' attribute value. | 
 void | 
setAmount(java.lang.Float amount)
 
          Set the 'Amount' attribute value. | 
 
| Methods inherited from class java.lang.Object | 
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
CruiseGuestInfo.CancellationPenalty
public CruiseGuestInfo.CancellationPenalty()
getAmount
public java.lang.Float getAmount()
- Get the 'Amount' attribute value. The penalty amount for cancelling a reservation.
- Returns:
 - value
 
 
 
setAmount
public void setAmount(java.lang.Float amount)
- Set the 'Amount' attribute value. The penalty amount for cancelling a reservation.
- Parameters:
 amount -