org.ota.vehicle
Class VehicleReservationRQAdditionalInfo.Reference

java.lang.Object
  extended by org.ota.shared.UniqueID
      extended by org.ota.vehicle.VehicleReservationRQAdditionalInfo.Reference
Enclosing class:
VehicleReservationRQAdditionalInfo

public static class VehicleReservationRQAdditionalInfo.Reference
extends UniqueID

Information identifying an earlier availability quote. 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="Reference" minOccurs="0">
   <xs:complexType>
     <xs:complexContent>
       <xs:extension base="ns:UniqueID_Type">
         <xs:attribute type="xs:dateTime" name="DateTime"/>
         <xs:attribute type="xs:float" use="optional" name="Amount"/>
         <xs:attributeGroup ref="ns:CurrencyCodeGroup"/>
       </xs:extension>
     </xs:complexContent>
   </xs:complexType>
 </xs:element>
 


Constructor Summary
VehicleReservationRQAdditionalInfo.Reference()
           
 
Method Summary
 java.lang.Float getAmount()
          Get the 'Amount' attribute value.
 CurrencyCodeGroup getCurrencyCodeGroup()
          Get the 'CurrencyCodeGroup' attributeGroup value.
 java.util.Date getDateTime()
          Get the 'DateTime' attribute value.
 void setAmount(java.lang.Float amount)
          Set the 'Amount' attribute value.
 void setCurrencyCodeGroup(CurrencyCodeGroup currencyCodeGroup)
          Set the 'CurrencyCodeGroup' attributeGroup value.
 void setDateTime(java.util.Date dateTime)
          Set the 'DateTime' attribute value.
 
Methods inherited from class org.ota.shared.UniqueID
getCompanyName, getID, getIDContext, getInstance, getType, getURL, setCompanyName, setID, setIDContext, setInstance, setType, setURL
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

VehicleReservationRQAdditionalInfo.Reference

public VehicleReservationRQAdditionalInfo.Reference()
Method Detail

getDateTime

public java.util.Date getDateTime()
Get the 'DateTime' attribute value. The date and time at which this availability quote was made available.

Returns:
value

setDateTime

public void setDateTime(java.util.Date dateTime)
Set the 'DateTime' attribute value. The date and time at which this availability quote was made available.

Parameters:
dateTime -

getAmount

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

Returns:
value

setAmount

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

Parameters:
amount -

getCurrencyCodeGroup

public CurrencyCodeGroup getCurrencyCodeGroup()
Get the 'CurrencyCodeGroup' attributeGroup value.

Returns:
value

setCurrencyCodeGroup

public void setCurrencyCodeGroup(CurrencyCodeGroup currencyCodeGroup)
Set the 'CurrencyCodeGroup' attributeGroup value.

Parameters:
currencyCodeGroup -