|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||
java.lang.Objectorg.ota.vehicle.LocDetailRQ.Date
public static class LocDetailRQ.Date
The pick-up and return dates for the location information requested. 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="Date" minOccurs="0">
<xs:complexType>
<xs:attribute type="xs:string" use="optional" name="PickUpDateTime"/>
<xs:attribute type="xs:string" use="optional" name="ReturnDateTime"/>
</xs:complexType>
</xs:element>
| Constructor Summary | |
|---|---|
LocDetailRQ.Date()
|
|
| Method Summary | |
|---|---|
java.lang.String |
getPickUpDateTime()
Get the 'PickUpDateTime' attribute value. |
java.lang.String |
getReturnDateTime()
Get the 'ReturnDateTime' attribute value. |
void |
setPickUpDateTime(java.lang.String pickUpDateTime)
Set the 'PickUpDateTime' attribute value. |
void |
setReturnDateTime(java.lang.String returnDateTime)
Set the 'ReturnDateTime' attribute value. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public LocDetailRQ.Date()
| Method Detail |
|---|
public java.lang.String getPickUpDateTime()
public void setPickUpDateTime(java.lang.String pickUpDateTime)
pickUpDateTime - public java.lang.String getReturnDateTime()
public void setReturnDateTime(java.lang.String returnDateTime)
returnDateTime -
|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||