|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.ota.vehicle.VehicleRetrieveResRQAdditionalInfo
public class VehicleRetrieveResRQAdditionalInfo
The VehicleRetrieveInfoRQType complex type defines the supplemental data by which an existing reservation can be identified for retrieval Schema fragment(s) for this class:
<xs:complexType xmlns:ns="http://www.opentravel.org/OTA/2003/05" xmlns:xs="http://www.w3.org/2001/XMLSchema" name="VehicleRetrieveResRQAdditionalInfoType"> <xs:sequence> <xs:element type="ns:LocationType" name="PickUpLocation" minOccurs="0"/> <xs:element type="ns:LocationType" name="ReturnLocation" minOccurs="0"/> <xs:element name="Telephone" minOccurs="0"> <xs:complexType> <xs:attributeGroup ref="ns:TelephoneGroup"/> </xs:complexType> </xs:element> <xs:element type="ns:CompanyNameType" name="Vendor" minOccurs="0"/> <xs:element type="ns:VehiclePrefType" name="VehPref" minOccurs="0"/> <xs:element type="ns:EmailType" name="Email" minOccurs="0"/> <xs:element type="ns:ParagraphType" name="Remark" minOccurs="0" maxOccurs="5"/> <xs:element name="SearchDateRange" minOccurs="0" maxOccurs="3"> <!-- Reference to inner class SearchDateRange --> </xs:element> <xs:element ref="ns:TPA_Extensions" minOccurs="0"/> </xs:sequence> <xs:attribute type="xs:dateTime" use="optional" name="PickUpDateTime"/> </xs:complexType> <xs:element xmlns:ns="http://www.opentravel.org/OTA/2003/05" xmlns:xs="http://www.w3.org/2001/XMLSchema" type="ns:TPA_ExtensionsType" name="TPA_Extensions"/>
Nested Class Summary | |
---|---|
static class |
VehicleRetrieveResRQAdditionalInfo.SearchDateRange
Defines a date type and a date or date range for searching. |
Constructor Summary | |
---|---|
VehicleRetrieveResRQAdditionalInfo()
|
Method Summary | |
---|---|
void |
addRemark(Paragraph item)
Add a 'Remark' element item. |
void |
addSearchDateRange(VehicleRetrieveResRQAdditionalInfo.SearchDateRange item)
Add a 'SearchDateRange' element item. |
void |
clearRemarks()
Remove all 'Remark' element items. |
void |
clearSearchDateRanges()
Remove all 'SearchDateRange' element items. |
Email |
getEmail()
Get the 'Email' element value. |
java.util.Date |
getPickUpDateTime()
Get the 'PickUpDateTime' attribute value. |
Location |
getPickUpLocation()
Get the 'PickUpLocation' element value. |
Paragraph |
getRemark(int index)
Get 'Remark' element item by position. |
java.util.List<Paragraph> |
getRemarks()
Get the list of 'Remark' element items. |
Location |
getReturnLocation()
Get the 'ReturnLocation' element value. |
VehicleRetrieveResRQAdditionalInfo.SearchDateRange |
getSearchDateRange(int index)
Get 'SearchDateRange' element item by position. |
java.util.List<VehicleRetrieveResRQAdditionalInfo.SearchDateRange> |
getSearchDateRanges()
Get the list of 'SearchDateRange' element items. |
TelephoneGroup |
getTelephone()
Get the 'TelephoneGroup' attributeGroup value. |
TPAExtensions |
getTPAExtensions()
Get the 'TPA_Extensions' element value. |
VehiclePref |
getVehPref()
Get the 'VehPref' element value. |
CompanyName |
getVendor()
Get the 'Vendor' element value. |
void |
setEmail(Email email)
Set the 'Email' element value. |
void |
setPickUpDateTime(java.util.Date pickUpDateTime)
Set the 'PickUpDateTime' attribute value. |
void |
setPickUpLocation(Location pickUpLocation)
Set the 'PickUpLocation' element value. |
void |
setRemarks(java.util.List<Paragraph> list)
Set the list of 'Remark' element items. |
void |
setReturnLocation(Location returnLocation)
Set the 'ReturnLocation' element value. |
void |
setSearchDateRanges(java.util.List<VehicleRetrieveResRQAdditionalInfo.SearchDateRange> list)
Set the list of 'SearchDateRange' element items. |
void |
setTelephone(TelephoneGroup telephone)
Set the 'TelephoneGroup' attributeGroup value. |
void |
setTPAExtensions(TPAExtensions TPAExtensions)
Set the 'TPA_Extensions' element value. |
void |
setVehPref(VehiclePref vehPref)
Set the 'VehPref' element value. |
void |
setVendor(CompanyName vendor)
Set the 'Vendor' element value. |
int |
sizeRemarks()
Get the number of 'Remark' element items. |
int |
sizeSearchDateRanges()
Get the number of 'SearchDateRange' element items. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public VehicleRetrieveResRQAdditionalInfo()
Method Detail |
---|
public Location getPickUpLocation()
public void setPickUpLocation(Location pickUpLocation)
pickUpLocation
- public Location getReturnLocation()
public void setReturnLocation(Location returnLocation)
returnLocation
- public TelephoneGroup getTelephone()
public void setTelephone(TelephoneGroup telephone)
telephone
- public CompanyName getVendor()
public void setVendor(CompanyName vendor)
vendor
- public VehiclePref getVehPref()
public void setVehPref(VehiclePref vehPref)
vehPref
- public Email getEmail()
public void setEmail(Email email)
email
- public java.util.List<Paragraph> getRemarks()
public void setRemarks(java.util.List<Paragraph> list)
list
- public int sizeRemarks()
public void addRemark(Paragraph item)
item
- public Paragraph getRemark(int index)
index
-
public void clearRemarks()
public java.util.List<VehicleRetrieveResRQAdditionalInfo.SearchDateRange> getSearchDateRanges()
public void setSearchDateRanges(java.util.List<VehicleRetrieveResRQAdditionalInfo.SearchDateRange> list)
list
- public int sizeSearchDateRanges()
public void addSearchDateRange(VehicleRetrieveResRQAdditionalInfo.SearchDateRange item)
item
- public VehicleRetrieveResRQAdditionalInfo.SearchDateRange getSearchDateRange(int index)
index
-
public void clearSearchDateRanges()
public TPAExtensions getTPAExtensions()
public void setTPAExtensions(TPAExtensions TPAExtensions)
TPAExtensions
- public java.util.Date getPickUpDateTime()
public void setPickUpDateTime(java.util.Date pickUpDateTime)
pickUpDateTime
-
|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |