|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.ota.shared.UniqueID
org.ota.vehicle.VehicleModifyRQAdditionalInfo.Reference
public static class VehicleModifyRQAdditionalInfo.Reference
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:attributeGroup ref="ns:CurrencyAmountGroup"/> </xs:extension> </xs:complexContent> </xs:complexType> </xs:element>
Constructor Summary | |
---|---|
VehicleModifyRQAdditionalInfo.Reference()
|
Method Summary | |
---|---|
CurrencyAmountGroup |
getCurrencyAmountGroup()
Get the 'CurrencyAmountGroup' attributeGroup value. |
java.util.Date |
getDateTime()
Get the 'DateTime' attribute value. |
void |
setCurrencyAmountGroup(CurrencyAmountGroup currencyAmountGroup)
Set the 'CurrencyAmountGroup' 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 |
---|
public VehicleModifyRQAdditionalInfo.Reference()
Method Detail |
---|
public java.util.Date getDateTime()
public void setDateTime(java.util.Date dateTime)
dateTime
- public CurrencyAmountGroup getCurrencyAmountGroup()
public void setCurrencyAmountGroup(CurrencyAmountGroup currencyAmountGroup)
currencyAmountGroup
-
|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |